• 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
Name
Last commit
Last update
..
.github Loading commit data...
bin Loading commit data...
contracts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
prettier-config.json Loading commit data...
tsconfig.json Loading commit data...
tslint.json Loading commit data...
yarn.lock Loading commit data...