- 09 Mar, 2022 5 commits
-
-
smartcontracts authored
main(ct): finish updating contracts readme
-
smartcontracts authored
fix(mr): update README to reflect latest version
-
Kelvin Fichter authored
Updates various parts of the contracts README, primarily making sure that the process for deploying the contracts is up to date.
-
smartcontracts authored
fix(sdk): update package json with correct repo
-
smartcontracts authored
maintenance: contracts README update 1
-
- 08 Mar, 2022 27 commits
-
-
Kelvin Fichter authored
Updates the package.json file for the SDK to include the correct repository link.
-
Matthew Slipper authored
maint: use release instead of regenesis branches
-
Matthew Slipper authored
ops: Build cleanups
-
smartcontracts authored
feat: introduce the new BaseServiceV2 class
-
Kelvin Fichter authored
Rewrites the message-relayer service to use BaseServiceV2. Significantly reduces the footprint of the message-relayer and enforces stronger input validation.
-
Kelvin Fichter authored
ProviderLike is too loose because it allows "any" to be ProviderLike. This tightens the type to only include strings or ethers.Provider objects.
-
Kelvin Fichter authored
Introduces the new BaseServiceV2 class to eventually replace the older BaseService class. BaseServiceV2 includes many convenience features like automatic environment variable and argv parsing.
-
Matthew Slipper authored
Cleans up a bunch of configuration in `ops/`, in preparation for switching most of our build configuration to CircleCI. Changes include: 1. Removing the "builder image" concept in favor of a single multi-target Dockerfile. Once this goes live on CircleCI, we'll be able to leverage Docker Layer caching more effectively. 2. Fixes the nightly build, which is currently failing on the legacy batch submitter. 3. Removes the legacy rpc-proxy since it isn't used anywhere anymore. 4. Re-enables CODEOWNERS. 5. Removes the `docker-compose-nobuild.yml` file, since the main `docker-compose.yml` file now supports images and builds. Meta: - Fixes ENG-1838
-
smartcontracts authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
develop => master
-
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.
-
Kelvin Fichter authored
-
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 8 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
Develop -> Master
-
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
-