1. 26 Feb, 2021 2 commits
  2. 25 Feb, 2021 1 commit
  3. 24 Feb, 2021 1 commit
  4. 23 Feb, 2021 6 commits
    • Mark Tyneway's avatar
      gitflow: push to integrations repo (#241) · 0996a356
      Mark Tyneway authored
      0996a356
    • Karl Floersch's avatar
      version: v0.1.9 (#240) · d44c4b76
      Karl Floersch authored
      d44c4b76
    • ben-chain's avatar
      Standardized ETH and ERC20 Gateways (#222) · 1d5074df
      ben-chain authored
      * initial
      
      * get .calls test working
      
      * add assertions to withdrawal tests
      
      * add missing finalizeDeposit tests
      
      * clean up tests
      
      * clean up crosschain library
      
      * further clean up tests
      
      * clean up L1 Gateway, fix bug
      
      * further clean up contracts
      
      * quick save
      
      * quick save
      
      * Add unsupported to fix compiler bug, need to remove this
      
      * fix constructor inputs
      
      * build fixes
      
      * improve test case names
      
      * l1 gateway testing WIP
      
      * add comment on init
      
      * Add withdraw tests
      
      * temp only
      
      * All tests implemented, 2 still failing, needs polish
      
      * All tests implemented, 2 still failing, needs polish
      
      * add failing test for finalizeWithdrawAndCall
      
      * Add univ2erc20, broken build tho
      
      * get contracts building
      
      * clean up tests and interface
      
      * updates
      
      * move to uniswap ERC20
      
      * more updates, fix gateway tests with uniswap
      
      * finish deploy config?
      
      * Add ETH deposit gateway (OVM_L1ETHGateway) (#225)
      
      * OVM_L1ETHGateway almost working
      
      * OVM_L1ETHGateway tests all passing
      
      * clean up unused stuff
      
      * lower gaslimit
      
      * lower gas further
      
      * typo
      
      * break out helper
      
      * resolve messenger
      
      * update deploy config
      
      * renaming
      
      * lint
      
      * update tests to use AM
      
      * restructure fs layout
      
      * clean unused envar
      
      * remove interface version bound
      
      * remove todo
      
      * various minor cleanups
      
      * add safemath to contract account
      
      * update naming conventions
      
      * fix test config and test name
      
      * cleanup for consistency
      
      * fix eth send test
      
      * remove .only
      
      * clean up, add deposit gas limit
      
      * lint
      
      * add gas config and tests
      
      * fix indent
      Co-authored-by: default avatarben <ben@bens-MacBook-Pro.local>
      Co-authored-by: default avatarMaurelian <maurelian@protonmail.ch>
      Co-authored-by: default avatarMatt Masurka <m.masurka@gmail.com>
      1d5074df
    • Mark Tyneway's avatar
      version: v0.1.8 (#239) · 13e8a698
      Mark Tyneway authored
      13e8a698
    • Mark Tyneway's avatar
      feat/simulate message (#238) · 21f3098f
      Mark Tyneway authored
      * add function
      
      * cleaning
      
      * fix revert prefixing and add test revertmsg
      
      * write SM
      
      * debug: progress
      
      * Remove unnecessary logs
      
      * Fix typo
      
      Typo
      Co-authored-by: default avatarben-chain <ben@pseudonym.party>
      
      * Update contracts/optimistic-ethereum/OVM/execution/OVM_ExecutionManager.sol
      Co-authored-by: default avatarben-chain <ben@pseudonym.party>
      Co-authored-by: default avatarBen Jones <ben@pseudonym.party>
      Co-authored-by: default avatarKelvin Fichter <kelvinfichter@gmail.com>
      21f3098f
    • Mark Tyneway's avatar
      script: serve state dump (#229) · 2e4182cb
      Mark Tyneway authored
      * script: serve state dump
      
      * feat: python2
      
      * cleanup
      
      * yarn: add serve script
      2e4182cb
  5. 20 Feb, 2021 2 commits
  6. 19 Feb, 2021 2 commits
  7. 18 Feb, 2021 1 commit
  8. 17 Feb, 2021 1 commit
  9. 14 Feb, 2021 1 commit
  10. 13 Feb, 2021 1 commit
  11. 11 Feb, 2021 1 commit
  12. 10 Feb, 2021 1 commit
  13. 09 Feb, 2021 3 commits
  14. 04 Feb, 2021 2 commits
    • Maurelian's avatar
      Add descriptive comments above the contract declaration for all 'non-abstract contracts' (#200) · 67c91869
      Maurelian authored
      * Add header comments
      
      * Add header comments on 3 more contracts
      
      * Add todo tag to all complete contracts
      
      * Update contracts/optimistic-ethereum/OVM/execution/OVM_SafetyChecker.sol
      Co-authored-by: default avatarben-chain <ben@pseudonym.party>
      
      * Update contracts/optimistic-ethereum/OVM/execution/OVM_SafetyChecker.sol
      Co-authored-by: default avatarben-chain <ben@pseudonym.party>
      
      * Update contracts/optimistic-ethereum/OVM/execution/OVM_SafetyChecker.sol
      Co-authored-by: default avatarben-chain <ben@pseudonym.party>
      
      * save notes
      
      * save
      
      * Add last of the header comments
      
      * Update contracts/optimistic-ethereum/OVM/bridge/OVM_L1CrossDomainMessenger.sol
      Co-authored-by: default avatarben-chain <ben@pseudonym.party>
      
      * Update contracts/optimistic-ethereum/OVM/bridge/OVM_L2CrossDomainMessenger.sol
      Co-authored-by: default avatarben-chain <ben@pseudonym.party>
      
      * Update contracts/optimistic-ethereum/OVM/execution/OVM_ExecutionManager.sol
      Co-authored-by: default avatarben-chain <ben@pseudonym.party>
      
      * Update contracts/optimistic-ethereum/OVM/precompiles/OVM_L1MessageSender.sol
      Co-authored-by: default avatarben-chain <ben@pseudonym.party>
      
      * remove Execution Env field from headers
      
      * Clarify comment
      
      * Improve comments on Lib_SafeExecutionManagerWrapper
      
      * Update contracts/optimistic-ethereum/OVM/execution/OVM_ExecutionManager.sol
      
      * Update contracts/optimistic-ethereum/OVM/execution/OVM_ExecutionManager.sol
      
      * Update contracts/optimistic-ethereum/OVM/execution/OVM_StateManager.sol
      
      * Update contracts/optimistic-ethereum/OVM/execution/OVM_StateManager.sol
      
      * Update contracts/optimistic-ethereum/OVM/precompiles/OVM_ProxySequencerEntrypoint.sol
      
      * Update contracts/optimistic-ethereum/OVM/verification/OVM_StateTransitioner.sol
      Co-authored-by: default avatarben-chain <ben@pseudonym.party>
      67c91869
    • Kelvin Fichter's avatar
      Add generic mock xdomain messenger (#209) · 2dae3e73
      Kelvin Fichter authored
      2dae3e73
  15. 02 Feb, 2021 1 commit
  16. 26 Jan, 2021 1 commit
  17. 19 Jan, 2021 1 commit
  18. 15 Jan, 2021 3 commits
  19. 13 Jan, 2021 9 commits