1. 04 Nov, 2024 3 commits
  2. 02 Nov, 2024 5 commits
  3. 01 Nov, 2024 18 commits
  4. 31 Oct, 2024 11 commits
  5. 30 Oct, 2024 3 commits
    • Inphi's avatar
      cannon: Implement 64-bit Solidity VM (#12665) · 96ef7bb4
      Inphi authored
      * cannon: Implement MIPS64Memory.sol
      
      * cannon: Implement 64-bit Solidity VM
      
      - Implements 64-bit Cannon (with multithreading) in MIPS64.sol
      - Re-enable differential testing for 64-bit VMs
      
      * review comments
      
      * check pc for 4-byte alignment
      
      * gofmt
      
      * update snapshot
      
      * address nits; add more add/sub/mult overflow tests
      
      * diff test misaligned instruction
      
      * fix mul[t] MIPS64.sol emulation
      
      * diff fuzz mul operations
      
      * fix addiu test case
      
      * fix GetInstruction return value type
      96ef7bb4
    • Inphi's avatar
      cannon: Remove memory.GetUint32 (#12730) · d6bda033
      Inphi authored
      * cannon: Remove memory.GetUint32
      
      * review comments
      d6bda033
    • Inphi's avatar
      79ec1833