1. 24 Sep, 2024 7 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 3 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