- 08 Mar, 2022 15 commits
-
-
Kelvin Fichter authored
Changes our branching model to use release/ branches instead of regenesis/ branches now that we no longer plan to perform any regenesis-style upgrades. Using release/ branches will reduce confusion from people who see a regenesis/ branch and assume (logically) that this branch will result in a regenesis.
-
smartcontracts authored
feat(sdk): update README and release 1.0.0
-
Kelvin Fichter authored
Updates the SDK README and includes a changeset that will trigger the 1.0.0 release of the SDK.
-
smartcontracts authored
feat(sdk): support autogenerated docs
-
Kelvin Fichter authored
Adds a new command for automatically generating docs for the SDK. Will be used by a new static hosted site to display SDK docs for users.
-
Kelvin Fichter authored
Fixes a typo in the docstring for the constructor of the CrossChainMessenger class.
-
Matthew Slipper authored
refactor(tests): migrate from smock v1 to smock v2
-
Matthew Slipper authored
indexer: fix metrics, reduce DB load
-
Mark Tyneway authored
changeset: cleanup packages
-
Mark Tyneway authored
linting: speed up with new config
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Mark Tyneway authored
https://github.com/typescript-eslint/typescript-eslint/issues/3528 Cuts the run of linting from 68s to 44s on my local machine with `yarn lint` at the root of the repo
-
Mark Tyneway authored
-
Antonis Kogias authored
-
- 07 Mar, 2022 14 commits
-
-
Matthew Slipper authored
-
Mark Tyneway authored
This commit adds all packages in the `go` directory to the changesets packages so that they don't need to be added individually. It also removes `specs` since that directory no longer exists.
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
batch-submitter: Remove bad changeset, remove old build
-
Matthew Slipper authored
feat: indexer service to replace etherscan dependency
-
Matthew Slipper authored
-
Matthew Slipper authored
Develop -> Master
-
Javed Khan authored
-
Matthew Slipper authored
cleanup(contracts): remove unused code
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
l2geth: Add support for system addresses
-
Matthew Slipper authored
Adds support for system addresses. To deploy to a system address, the deployer must either be in the list of hardcoded addresses described in `SystemAddressDeployers`, or be specified via the `SYSTEM_ADDRESS_0_DEPLOYER`/`SYSTEM_ADDRESS_1_DEPLOYER` environment variables. The hardcoded system addresses deployers will always override those placed in the environment, so specifying the `SYSTEM_ADDRESS_*` env vars on mainnet, Kovan, or Goerli is a no-op. The env vars are available primarily for testing purposes. The contract deployment **must** be the first transaction from the deployment address - i.e., it must have nonce zero. In order to make the tests work, I had to change the integration tests chain ID to no longer conflict with Goerli. The new integration tests chain ID is `987`. Co-Authored-By: @inphi
-
- 05 Mar, 2022 1 commit
-
-
Antonis Kogias authored
Removes functions and constants that are not used in the contracts package. Also removes export from interfaces that are not being imported.
-
- 04 Mar, 2022 10 commits
-
-
Matthew Slipper authored
fix(ct): remove yargs as unused dep
-
Matthew Slipper authored
feat(sdk): add fn to wait for message status
-
Matthew Slipper authored
feat: remove packages/batch-submitter
-
Kelvin Fichter authored
Removes yargs as a dependency from the contracts package since it wasn't being used. Always good to cut unused dependencies.
-
Kelvin Fichter authored
Adds a function to the SDK (waitForMessageStatus) which will wait until the status of a particular message matches the target status. waitForMessageStatus also handles certain special cases where different status messages are incompatible (e.g., the RELAYED and FAILED_L1_TO_L2_MESSAGE status for L1 to L2 messages). Useful to avoid including looping logic in your own application.
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Matthew Slipper authored
fix(bridge): Corrected a comment
-
Matthew Slipper authored
fix(rhc): fix dockerfile bug
-
Matthew Slipper authored
contracts: fetch batches hardhat task
-