- 19 May, 2021 7 commits
-
-
Maurelian authored
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Mark Tyneway authored
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Annie Ke authored
-
Liam Horne authored
Co-authored-by:
smartcontracts <kelvinfichter@gmail.com>
-
smartcontracts authored
* feat[smock]: add support for sending txs from mocks * fix: remove unused imports * chore: add changeset * fix: readme errors * Update packages/smock/README.md * Update packages/smock/README.md Co-authored-by:
Maurelian <maurelian@protonmail.ch> Co-authored-by:
Maurelian <maurelian@protonmail.ch>
-
- 18 May, 2021 3 commits
-
-
Georgios Konstantopoulos authored
-
Ben Wilson authored
-
Annie Ke authored
* fix[batch-submitter]: read metrics env vars correctly * rename to metrics
-
- 17 May, 2021 2 commits
-
-
platocrat authored
* Merge conflict * add: integration test * chore: cleanup deps * fix: nohoist examples so that paths get set correctly * chore: rename package.json script * chore: combine test statements into 1 previously the individually separate tests did not test anything meaningful * fix: get tests to pass * add yarn and fix typo * remove call to yarn * re-add call to yarn for first tests * revert compilerVersion paths to og * update ovm-solc path * update test commands * typo * final bug fix * cleaning * i will prevail * i will prevail * timeout to 60sec Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com> > LGTM, it may be worth splitting the examples testing in a separate github workflow to reduce CI times, as they've become long.
-
Maurelian authored
-
- 15 May, 2021 3 commits
-
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Mark Tyneway authored
* optimism: syncing dtl with correct contracts * chore: add changeset
-
Karl Floersch authored
-
- 14 May, 2021 7 commits
-
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Mark Tyneway authored
* dtl: update constant to 9 million gaslimit * dtl: parse as rlp without top level type * chore: add changeset * test: delete dead code * lint: fix * deps: add etherproject transactions * dtl: better handler for more number types * tests: fix chainid
-
Annie Ke authored
* feat[batch-submitter]: add lightweight metrics server * add changeset * move metrics server to common
-
Mark Tyneway authored
* l2geth: allow for the configured max tx gaslimit to be set in the contracts * chore: add changeset
-
Matt Masurka authored
* Contracts: connectToL1Contracts & connectToL2Contrats (part 1) * chore: add changeset Co-authored-by:
Kelvin Fichter <kelvinfichter@gmail.com>
-
Karl Floersch authored
* feat: add config for impersonating accounts to BS Useful for testing against hardhat forks. * Make block offset configurable (#865) * feat: make block offset configurable * Add a USE_HARDHAT config * batch-submitter: must pass both impersonate options (#866) Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com> * batch-submitter: update example env * batch-submitter: lint fix * batch-submitter: clean up old comments * batch-submitter: USE_HARDHAT * batch-submitter: add error messages Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com>
-
Matt Masurka authored
* Links to new contributing guide * Adds 1 vs 2 reviewer list * More detail Co-authored-by:
platocrat <37757724+platocrat@users.noreply.github.com>
-
- 13 May, 2021 6 commits
-
-
smartcontracts authored
* maintenance: standardize license usage * fix: rename LICENSE.txt to LICENSE
-
Mark Tyneway authored
* batch-submitter: backwards compatible configuration * chore: add changeset * deps: update * js: move bcfg interface to core-utils * batch-submitter: parse USE_SENTRY and add to env example * chore: add changeset * batch-submitter: parse as float instead of int * batch-submitter: better error logging
-
Mark Tyneway authored
* l2geth: fix get last confirmed enqueue * chore: add changeset * client: return error correctly
-
Ben Wilson authored
* Update Github Actions for the develop branch * Rebased and updated changeset config
-
Mark Tyneway authored
* l2geth: update start script for mainnet v3 * chore: add changeset
-
Annie Ke authored
* chore: update READMEs with new env vars * extra context in dtl readme * more context
-
- 12 May, 2021 6 commits
-
-
Matt Masurka authored
* Removes '-v3' from kovan and goerli contracts folders * Generatees new README
-
Karl Floersch authored
* Update mainnet deployment * Remove old unused contracts * chore: regenerate readme * Change : to - in deploy files Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com> Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com> Co-authored-by:
platocrat <37757724+platocrat@users.noreply.github.com>
-
platocrat authored
* example: get revert msgs for hardhat * fix: remove chai-as-promised dep and logic * re-add @types/mocha and @types/chai * Update examples/hardhat/package.json Co-authored-by:
smartcontracts <kelvinfichter@gmail.com>
-
Mark Tyneway authored
* batch-submitter: log error explicitly * data-transport-layer: log error explicitly * message-relayer: log error explicitly * chore: add changeset
-
platocrat authored
* docs: add truffle example * fix: add gasPrice: 0 to all ctc calls and deploys * chore(truffle-example): use correct truffle command * fix: install missing packages * style: fix missing newlines * fix: attempt to fix yarn.lock (2) * Update integration.yml * specify truffle config and network * correctly specify path and version * relayer: logging cleanup (#807) * relayer: don't log options at startup * chore: add changeset * relayer: log specifc config options * config: message relayer (#809) * relayer: migrate towards prefixed config w/ backwards compat * chore: update relayer config parsing * env: use start-offset instead of block offset * lint: fix * deps: add bcfg * message-relayer: cleaner config parsing * lint: fix * Version Packages (#833) Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: geth miner timestamp bug (#836) * l2geth: use correct timestamp protection * chore: add changeset * Version Packages (#837) Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com> * style: require curly braces for if statements (#835) * test[integration-tests]: l2geth call and creation OOG (#839) * fix: WE DID IT Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com> Co-authored-by:
Kelvin Fichter <kelvinfichter@gmail.com> Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com> Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by:
ben-chain <ben@pseudonym.party>
-
smartcontracts authored
-
- 11 May, 2021 6 commits
-
-
ben-chain authored
-
smartcontracts authored
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Mark Tyneway authored
* l2geth: use correct timestamp protection * chore: add changeset
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Mark Tyneway authored
* relayer: migrate towards prefixed config w/ backwards compat * chore: update relayer config parsing * env: use start-offset instead of block offset * lint: fix * deps: add bcfg * message-relayer: cleaner config parsing * lint: fix
-