- 02 Feb, 2021 1 commit
-
-
Kelvin Fichter authored
* Got hardhat to work * Fix build structure * Fix build process, hopefully
-
- 26 Jan, 2021 1 commit
-
-
Maurelian authored
-
- 19 Jan, 2021 1 commit
-
-
Maurelian authored
* Add security related comments * Add SECURITY.md * Remove SECURITY.md Better to keep everything consistent across the org by updating https://github.com/ethereum-optimism/.github/blob/master/SECURITY.md * Fix link to security policy * anchor text on security policy
-
- 15 Jan, 2021 3 commits
-
-
Karl Floersch authored
* version: bump to 0.1.4 * Fix package.json & changelog
-
Karl Floersch authored
* Add address manager address to env * Remove wait for tx if no AM is deployed
-
Kevin Ho authored
-
- 13 Jan, 2021 13 commits
-
-
Karl Floersch authored
-
Kelvin Fichter authored
-
Karl Floersch authored
-
Karl Floersch authored
-
dependabot[bot] authored
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Karl Floersch <karl@karlfloersch.com>
-
Karl Floersch authored
-
Kevin Ho authored
-
ben-chain authored
-
Karl Floersch authored
* Initial attempt at adding mint to ETH * Fix lint error * fix modifier Co-authored-by:
Ben Jones <ben@pseudonym.party>
-
Karl Floersch authored
* Remove buggy batch validation * Add deploy overrides and wait for txs * Wait for more afterDeploy txs * Wait for more receipts * Make wait for receipt optional * Fix WAIT_FOR_RECEIPT config parsing * Fix lint * Use wait for receipt for deployment Co-authored-by:
ben-chain <ben@pseudonym.party>
-
ben-chain authored
* update force inclusion period * update gas discount divisor * update MIN_ROLLUP_TX_GAS * bump MAX_TRANSACTION_GAS_LIMIT * update chainId to 422 * update chainId in dump taker * fix up tests * update force inclusion to work with js math
-
ben-chain authored
Co-authored-by:
Karl Floersch <karl@karlfloersch.com>
-
ben-chain authored
-
- 12 Jan, 2021 4 commits
-
-
Maurelian authored
* Add nonreentrant to ExecutionManager.run() * Cheaper check using uninit'd tx context * Remove extraneous import
-
Maurelian authored
* Add nonReentrant to all public functions on CrossDomainMessengers * Improve contract description comments Co-authored-by:
ben-chain <ben@pseudonym.party> * remove extraneous modifier Co-authored-by:
ben-chain <ben@pseudonym.party>
-
Mark Tyneway authored
-
ben-chain authored
-
- 07 Jan, 2021 4 commits
-
-
Mark Tyneway authored
-
Maurelian authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
- 22 Dec, 2020 1 commit
-
-
Mark Tyneway authored
* state dump: allow for config * lint: fix * add build:kovan command Co-authored-by:
Kevin Ho <kevinjho1996@gmail.com>
-
- 21 Dec, 2020 1 commit
-
-
Karl Floersch authored
* Separates storage from SCC and CTC (#151) * First pass version * More minor tweaks for tests to pass * Add authentication * Minor config updates * Fix lint error * Fix naming changes per review * Enable Deployer Whitelist (#119) * first pass, test runner updated * add ability to only validate flag, test passes * all tests passing * clean up console.logs * enforce gas refund preservation * more cleanup/import removal * whitelisted -> allowed * first pass, test runner updated * add ability to only validate flag, test passes * all tests passing * clean up console.logs * enforce gas refund preservation * more cleanup/import removal * whitelisted -> allowed * remove whitespace * Restrict StateTransitionerFactory (#140) * added msg sender check * add create test * cleanup * add param * add addressmanager.address param * CTC Chain Monotonicity Fixes (#93) * [wip] Fix block time logic * some sad path and happy tests passing * more progress * first pass sad cases tested * cleanup, adding empty tests * more reversion tests * rename shouldstartat} * add final couple tests * enable more tests * cleanup * remove .only * textual cleanup * make queue length public * improve structure, comments * update deploy config * address nits Co-authored-by:
Karl Floersch <karl@karlfloersch.com> * fix declarations, lint (#152) * Adds river's new Merkle tree implementation, with some cleanup (#148) * Reverts an accidental breaking merge * Added new merkle tree impl * add comments * Final cleanups and merge Co-authored-by:
Ben Jones <ben@pseudonym.party> * Fix run gas Lower Bound (#94) * added the check * add test * lower OVM TX size for Kovan * re-remove gas check * update gas vals slightly * lint * lint * Merge master into freeze integration branch (#153) * update solidity version to ^0.7.0 (#122) * update solc version to ^0.7.0 * interfaces back to solidity >0.6.0 <0.8.0 * update solc to 0.7.6 * back to 0.7.4 * upgrade to 0.7.6, fix EXTCODESIZE check * versions >0.5.0 <0.8.0 for xdomain msgers * ctc: disable appendQueueBatch (#150) * ctc: disable appendSequencerBatch * typo: fix * re-enable verifyQueueTransaction test: * add explicit test for verifying queue elements against either append Co-authored-by:
Ben Jones <ben@pseudonym.party> * fix up test * remove .only Co-authored-by:
Alina <alina@optimism.io> Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com> * add check, simple test, update deploy (#154) * go back to first name (#155) * lint * fix js number error * add error logging to help debug deploy * [code freeze] Fix deploy script (#156) * fix deploy script * add block time config * ensure value is integer * lint * remove console logs from deploy * Moves gas check to applyTransaction (#161) * move to OVM_ST, pass test * remove old test because functionality moved * linting * remove leaf hasing * use safe EXEMRG wrapper (#162) * use safeREQUIRE * add owner getter * relayer: add to config (#160) * relayer: add to config * lint: fix * Fix minor error in test config Co-authored-by:
Kelvin Fichter <kelvinfichter@gmail.com> Co-authored-by:
ben-chain <ben@pseudonym.party> Co-authored-by:
Alina <alina@optimism.io> Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com> Co-authored-by:
Kevin Ho <kevinjho1996@gmail.com>
-
- 19 Dec, 2020 2 commits
- 18 Dec, 2020 2 commits
-
-
Ben Jones authored
-
Mark Tyneway authored
* ctc: disable appendSequencerBatch * typo: fix * re-enable verifyQueueTransaction test: * add explicit test for verifying queue elements against either append Co-authored-by:
Ben Jones <ben@pseudonym.party>
-
- 17 Dec, 2020 5 commits
-
-
Alina authored
* update solc version to ^0.7.0 * interfaces back to solidity >0.6.0 <0.8.0 * update solc to 0.7.6 * back to 0.7.4 * upgrade to 0.7.6, fix EXTCODESIZE check * versions >0.5.0 <0.8.0 for xdomain msgers
-
Alina authored
* uint -> uint256 * indent fix
-
ben-chain authored
* add check and test * uint->uint256
-
ben-chain authored
Small PR to update a comment in the execution manager to reflect that the ZERO_ADDRESS is not an EVM precompile, though they are treated the same.
-
ben-chain authored
-
- 16 Dec, 2020 1 commit
-
-
Kelvin Fichter authored
* Reverts an accidental breaking merge * Tiny lint
-
- 15 Dec, 2020 1 commit
-
-
ben-chain authored
* update function, add test * linting * more lint
-