-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: merge relayer #94
Commits on Mar 20, 2023
-
Flush query should include begin and end block events (cosmos#1125)
* Include begin and end block events * disable flushing when termination condition is set * Still flush for FlushLifecycle * Add sort for flush logging to avoid confusion
Configuration menu - View commit details
-
Copy full SHA for 15317d7 - Browse repository at this point
Copy the full SHA 15317d7View commit details -
pre_init messages (cosmos#1131)
* Wire initial messages into path processor caches so that retry logic will occur * Fix counterparty keys * Remove debug log
Configuration menu - View commit details
-
Copy full SHA for 665ab90 - Browse repository at this point
Copy the full SHA 665ab90View commit details
Commits on Mar 22, 2023
-
fix default coin type (cosmos#1134)
* fix slip44 default * Add test case
Configuration menu - View commit details
-
Copy full SHA for f0f977d - Browse repository at this point
Copy the full SHA f0f977dView commit details
Commits on Mar 23, 2023
-
build: bump to Go 1.20 + bump deps (cosmos#1132)
* build: bump to Go 1.20 + bump deps This bumps the Go version to 1.20 and also bumps the SDK version to 0.47.0 and ibc-go to v7.0.0 * chore: update GH workflows to use Go 1.20 + update interchaintest deps * chore: update missing deps in go.sum + use 1.20 in dockerfiles * chore: bump to `setup-go/v4` and remove caching step * chore: bump to `checkout/v3` and remove caching step * chore: bump 1.20.2
Configuration menu - View commit details
-
Copy full SHA for 1cd441e - Browse repository at this point
Copy the full SHA 1cd441eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af487e - Browse repository at this point
Copy the full SHA 0af487eView commit details
Commits on Mar 24, 2023
-
Fix ordered channel closure (cosmos#1142)
* Fix ordered channel closure * Increase timeout for scenarios test * Fix tracking of init messages when IDs aren't the same * bump interchaintest to include explicit port bindings
Configuration menu - View commit details
-
Copy full SHA for 14b03e5 - Browse repository at this point
Copy the full SHA 14b03e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1206b44 - Browse repository at this point
Copy the full SHA 1206b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88acf21 - Browse repository at this point
Copy the full SHA 88acf21View commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 048dfa4 - Browse repository at this point
Copy the full SHA 048dfa4View commit details -
Add channel close correlation (cosmos#1145)
* Add channel close correlation * Switch to pre-close key * make tx channel-close cli command work, add test coverage * more sweet code removals * update comment
Configuration menu - View commit details
-
Copy full SHA for f29a2c7 - Browse repository at this point
Copy the full SHA f29a2c7View commit details -
Fix flush on ordered channels (cosmos#1150)
* Fix flush on ordered channels * Queue all packets at nextseqrecv or above
Configuration menu - View commit details
-
Copy full SHA for dcc6060 - Browse repository at this point
Copy the full SHA dcc6060View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9c7e897 - Browse repository at this point
Copy the full SHA 9c7e897View commit details
Commits on Mar 31, 2023
-
Lock config file for all write operations (cosmos#1156)
* Lock config file for all write operations * Fix linter errs * tidy * more tidy
Configuration menu - View commit details
-
Copy full SHA for 8dcf4c1 - Browse repository at this point
Copy the full SHA 8dcf4c1View commit details -
Penumbra support v2 (cosmos#1144)
* Penumbra buf go gen * Use go prefix override * wip: penumbra relayer provider remove copied-over cosmos provider tests, rename processor cosmos -> penumbra rename ccp -> pcp reformat into new relayer dir structure update penumbra types to point to buf.build building again * fix penumbra * fix: implement MsgSubmitMisbehaviour * fix: remove unnecessary proto file + fix msg type cast * chore: add removal of penumbra client protos in protocgen * working penumbra relayer functionality wip: unbase64? wip: multiple messages per penumbra tx wip: stub SendMessages impl wip: attempt to split out common method wip: use random anchor and work around path renaming wip: improve logging wip: changes during pairing https://www.youtube.com/watch?v=RYonSOkZ5ZE clean up logs skip height bug workaround drop debug panic * update penumbra chain processor connection and channel message processing * cleanup logging statements for review Responding to review comments, honoring the style guide for logging, and removing some unused reference code that was commented out while debugging. --------- Co-authored-by: Andrew Gouin <andrew@gouin.io> Co-authored-by: Ava Howell <ava@penumbra.zone> Co-authored-by: jtieri <justin@thetieris.com> Co-authored-by: Ava Howell <ava@avahowell.me> Co-authored-by: Conor Schaefer <conor@penumbralabs.xyz> Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c687408 - Browse repository at this point
Copy the full SHA c687408View commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d57648a - Browse repository at this point
Copy the full SHA d57648aView commit details
Commits on Apr 4, 2023
-
Make ICA waits more explicit (cosmos#1157)
* Make ICA waits more explicit * poll for timeout * poll for channel close confirm * Comment out sqlite db file for scenarios tests
Configuration menu - View commit details
-
Copy full SHA for d7219fc - Browse repository at this point
Copy the full SHA d7219fcView commit details -
Bump github.com/docker/docker in /interchaintest (cosmos#1160)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.19+incompatible to 20.10.24+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v20.10.19...v20.10.24) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for deab34e - Browse repository at this point
Copy the full SHA deab34eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf2952 - Browse repository at this point
Copy the full SHA 2cf2952View commit details
Commits on Apr 5, 2023
-
Bump github.com/opencontainers/runc in /interchaintest (cosmos#1153)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.3 to 1.1.5. - [Release notes](https://github.com/opencontainers/runc/releases) - [Changelog](https://github.com/opencontainers/runc/blob/v1.1.5/CHANGELOG.md) - [Commits](opencontainers/runc@v1.1.3...v1.1.5) --- updated-dependencies: - dependency-name: github.com/opencontainers/runc dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Gouin <andrew@gouin.io>
Configuration menu - View commit details
-
Copy full SHA for f9aaf3d - Browse repository at this point
Copy the full SHA f9aaf3dView commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d619c89 - Browse repository at this point
Copy the full SHA d619c89View commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba8f442 - Browse repository at this point
Copy the full SHA ba8f442View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 26aa346 - Browse repository at this point
Copy the full SHA 26aa346View commit details -
Add sr25519 support (cosmos#1120)
* Migrate to cometbft * Additional replaces * Register comet proto types * Add sr25519 support * bump ictest * Add keys test * Update supported algos comment
Configuration menu - View commit details
-
Copy full SHA for deef5eb - Browse repository at this point
Copy the full SHA deef5ebView commit details
Commits on Apr 14, 2023
-
penumbra: update protos (cosmos#1170)
Updating the generated protos for Penumbra support. After lightly editing the `scripts/protocgen.sh` script, I ran `make proto-gen` and then committed the changes `relayer/chains/penumbra/`. Other automatically updated protos I intentionally excluded from this PR, to avoid side-effects. Co-authored-by: Conor Schaefer <conor@penumbralabs.xyz>
Configuration menu - View commit details
-
Copy full SHA for 314056b - Browse repository at this point
Copy the full SHA 314056bView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e594d2a - Browse repository at this point
Copy the full SHA e594d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aa0d3c - Browse repository at this point
Copy the full SHA 4aa0d3cView commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 591c136 - Browse repository at this point
Copy the full SHA 591c136View commit details
Commits on Apr 25, 2023
-
Harry/fee middleware (cosmos#1174)
* Register Counterparty relayer cmd and fee middleware test * debugging the command * debugging and finalizing the fee_middleware_test. * debugging and finalizing the fee_middleware_test. * merged with updated repo * clear out some commanded code * nits and suggestions post review * more nits * added one val no fullnode as chainspec --------- Co-authored-by: Harry <harrycosmos@Harrys-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for 3a14f8c - Browse repository at this point
Copy the full SHA 3a14f8cView commit details
Commits on Apr 26, 2023
-
fix: nil receiver initiate for path (cosmos#1177)
* fix nil receiver initiate for path ensure path get written to config * add change doc
Configuration menu - View commit details
-
Copy full SHA for 1ee79e5 - Browse repository at this point
Copy the full SHA 1ee79e5View commit details
Commits on May 2, 2023
-
feat: add max-gas-amount parameter in chain configs (cosmos#1178)
* add max fee * add test * add change doc * Update cregistry/chain_info.go
Configuration menu - View commit details
-
Copy full SHA for d36dd5d - Browse repository at this point
Copy the full SHA d36dd5dView commit details
Commits on May 3, 2023
-
dep: bump sdk from v0.47.0 to v0.47.2 (cosmos#1180)
* bump sdk from v0.47.0 to v0.47.2 fix btcutil dep * fix dep of hdkeychain
Configuration menu - View commit details
-
Copy full SHA for 04e7f3a - Browse repository at this point
Copy the full SHA 04e7f3aView commit details
Commits on May 12, 2023
-
Harry/rly tx channel (cosmos#1183)
* made a new method "logChannelOpenMessage" to log the newly opened channel into info level * added fields * some changes --------- Co-authored-by: Harry <harrycosmos@Harrys-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for 45f478b - Browse repository at this point
Copy the full SHA 45f478bView commit details
Commits on May 18, 2023
-
Harry/rly tx transfer (cosmos#1184)
* made a new method "logChannelOpenMessage" to log the newly opened channel into info level * added fields * some changes * recreated issue 1151, added logs --------- Co-authored-by: Harry <harrycosmos@Harrys-MacBook-Pro.local> Co-authored-by: Andrew Gouin <andrew@gouin.io>
Configuration menu - View commit details
-
Copy full SHA for af8d0f7 - Browse repository at this point
Copy the full SHA af8d0f7View commit details -
Better Error Messaging when failing to query the Block Height (cosmos…
…#1189) * better block data errors * remove redundant field
Configuration menu - View commit details
-
Copy full SHA for d5e3882 - Browse repository at this point
Copy the full SHA d5e3882View commit details
Commits on May 19, 2023
-
penumbra: update protos (cosmos#1181)
Matches the latest protos shipped with the Penumbra Testnet 52. Co-authored-by: Conor Schaefer <conor@penumbralabs.xyz> Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for debdee7 - Browse repository at this point
Copy the full SHA debdee7View commit details
Commits on May 24, 2023
-
Neutron launch fixes and optimizations (cosmos#1185)
* pipe max msgs through path processor * only apply max msgs to packet msgs * multiple msgs simultaneously on ordered chans * flush should be more frequent if it fails or does not complete * fix legacy * handle feedback
Configuration menu - View commit details
-
Copy full SHA for 23d1e5c - Browse repository at this point
Copy the full SHA 23d1e5cView commit details
Commits on May 31, 2023
-
Problem: fixes in ibc-go v7.0.1 are not included (cosmos#1205)
* Problem: fixes in ibc-go v7.0.1 are not included * add change doc
Configuration menu - View commit details
-
Copy full SHA for 736e48b - Browse repository at this point
Copy the full SHA 736e48bView commit details
Commits on Jun 1, 2023
-
Harry/rly address (cosmos#1204)
* added addresCmd to root and keys.go * nicks * nick * made a common method "showAddressByChainAndKey" to be used by both addressCmd and keysShowCmd --------- Co-authored-by: Harry <harrycosmos@Harrys-MacBook-Pro.local> Co-authored-by: Andrew Gouin <andrew@gouin.io>
Configuration menu - View commit details
-
Copy full SHA for de95076 - Browse repository at this point
Copy the full SHA de95076View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e95dd80 - Browse repository at this point
Copy the full SHA e95dd80View commit details
Commits on Jun 8, 2023
-
Export wallet address for Prometheus metrics (cosmos#1206)
* export relayer address for pro * address in updateFeesSpent * make error messages consistent * log error rather than return * handle 0 balance
Configuration menu - View commit details
-
Copy full SHA for 0981e67 - Browse repository at this point
Copy the full SHA 0981e67View commit details
Commits on Jun 28, 2023
-
Merge branch 'main' of github.com:cosmos/relayer into temp/merge-relayer
izyak committedJun 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 56f33c9 - Browse repository at this point
Copy the full SHA 56f33c9View commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82d819e - Browse repository at this point
Copy the full SHA 82d819eView commit details -
Configuration menu - View commit details
-
Copy full SHA for faba3a1 - Browse repository at this point
Copy the full SHA faba3a1View commit details -
izyak committed
Jun 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 279891a - Browse repository at this point
Copy the full SHA 279891aView commit details -
Merge branch 'feat/merge-relayer' of github.com:icon-project/ibc-rela…
…y into feat/merge-relayer
izyak committedJun 29, 2023 Configuration menu - View commit details
-
Copy full SHA for b5e4abd - Browse repository at this point
Copy the full SHA b5e4abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd1fdc - Browse repository at this point
Copy the full SHA 3dd1fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b4ccfb - Browse repository at this point
Copy the full SHA 4b4ccfbView commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c913ac - Browse repository at this point
Copy the full SHA 3c913acView commit details