1. 24 Sep, 2024 6 commits
  2. 23 Sep, 2024 10 commits
  3. 22 Sep, 2024 1 commit
  4. 21 Sep, 2024 4 commits
  5. 20 Sep, 2024 15 commits
  6. 19 Sep, 2024 4 commits
    • mbaxter's avatar
      cannon: Clean up program patching (#11944) · 08a43698
      mbaxter authored
      * cannon: Cut todo, reorganize syscalls
      
      * cannon: Rename patchGo to patchGoGC, add comments, cut TODO
      
      * cannon: Only allow gc patching for single-threaded Cannon
      
      * cannon: Cut patch flag from load-elf command altogether
      08a43698
    • mbaxter's avatar
      cannon: Clean up fuzz test todos (#12009) · 29dd98b0
      mbaxter authored
      * cannon: Add memory assertions to FuzzStatePreimageRead
      
      * cannon: Rework hint write fuzz test to assert hint expectations
      
      * cannon: Update FuzzStatePreimageWrite to assert on expected preimageKey
      
      * cannon: Remove validation skipping logic from test util
      
      * cannon: Cleanup - simplify code
      
      * cannon: Cleanup - dedupe code
      29dd98b0
    • Inphi's avatar
      contracts: Add more MIPS2 tests (#12003) · 4806d83e
      Inphi authored
      * contracts: Add more MIPS2 tests
      
      * remove unused var
      4806d83e
    • smartcontracts's avatar
      feat: clean up TODOs and add CI check (#12005) · ff338bc1
      smartcontracts authored
      * maint: clean up TODO tags
      
      Cleans up existing TODO tags, particularly those that referenced
      old Linear issues. Updates the todo-checker script to allow
      <#issue> as well as <issue>.
      
      * feat(ci): add todo-issues check to main CI
      
      Updates the main CI workflow to run the todo-issues check. For
      now this check will ignore any bare TODOs. We can update the
      script later to reject bare TODOs.
      ff338bc1