The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hyperlane-monorepo/.gitignore

32 lines
448 B

node_modules
test_deploy.env
feat/refactor: Multi-Provider improvements (#842) * refactor: instantiate OpticsMessage with event instead of transaction receipt * refactor: take event AND transaction receipt; add convenience getters * Move sendCoins to examples folder * Remove unused functions from contracts * Add mustGetReplica * feat: MultiEvents class * feat: events function * Add comments for confirmAt * Add enum for MessageStatus * refactor: remove MultiEvent class * fix: return only successfully parsed bridge messages * nit: import * refactor: get functions * cache events to OpticsMessage * feat: implement RichEvents * Add allTransactionLogs to RichEvent * final polish refactor: make event queries rely on ethers type system refactor: generic Annotated type refactor: improve event cache in Optics message refactor: non-looping array concat refactor: use Annotated events for message instantiation refactor: add concurrency limit to paginated event retrieval refactor: break up annotate and rely on event.getTransactionReceipt refactor: use annotated lifecycle events throughout refactor: break out events into a folder bug: check for id, not domain bug: check for id, not domain (again) bug: check for id, not domain (again) Revert "bug: check for id, not domain (again)" This reverts commit 8304985814bed4b254082187ff8d303b5b517c4c. bug: pass through signer in fromObject bug: improper fromObject checking re: domain refactor: break trace out into its own package remove .env * fix: remove tsbuildinfo * fix: add additional context to optics message event Co-authored-by: James Prestwich <james@prestwi.ch>
3 years ago
**/.env
**/tsconfig.tsbuildinfo
**/tmp.*
**/*.swp
**/*.swo
rust/tmp_db
rust/tmp.env
tmp.env
.DS_STORE
# Built Helm dependencies
**/helm/**/charts/*.tgz
typescript/*/node_modules
typescript/infra/config/environments/test/create2/*json
typescript/infra/config/environments/test/testrecipient/*json
solidity/artifacts
.yarn/install-state.gz
.yarn/cache
yarn-error.log
.idea
**/*.ignore
.vscode
V3 agents rebase (#2746) ### Description It's your favourite PR coming right back... V3 agents! Closes https://github.com/hyperlane-xyz/issues/issues/561 Builds on top of https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/2742 Depends on https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/2681 for e2e testing This PR includes: - [x] Merkle tree hook indexer - [x] Merkle tree builder task - [x] Update submitter to trigger retries if no proof is available yet Slightly more detailed overview of the work here: https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/2720#issuecomment-1724038643 <!-- What's included in this PR? --> ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests --> --------- Co-authored-by: -f <kunalarora1729@gmail.com> Co-authored-by: Trevor Porter <trkporter@ucdavis.edu> Co-authored-by: Kunal Arora <55632507+aroralanuk@users.noreply.github.com> Co-authored-by: Mattie Conover <git@mconover.dev> Co-authored-by: Guillaume Bouvignies <guillaumebouvignies@gmail.com> Co-authored-by: Yorke Rhodes <yorke@hyperlane.xyz> Co-authored-by: Guillaume Bouvignies <guillaume.bouvignies@kurtosistech.com>
1 year ago
tsconfig.editor.json