Skip to content

Commit

Permalink
Merge pull request #14 from mmsqe/batch_call
Browse files Browse the repository at this point in the history
Problem: batch call is not supported
  • Loading branch information
mmsqe authored May 7, 2024
2 parents 9479327 + 617b9b6 commit 1dccb34
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 259 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* [\#6](https://github.com/crypto-org-chain/relayer/pull/6) Support accurate estimate gas with eth_estimateGas for evm tx.
* [\#11](https://github.com/crypto-org-chain/relayer/pull/11) Fix gasFeeCap and gasPrice when new evm tx.
* [\#1455](https://github.com/cosmos/relayer/pull/1455) Allow retry for pathEnd to avoid packet message get removed before open channel.
* [\#14](https://github.com/crypto-org-chain/relayer/pull/14) Support batch EVM transactions.

## v0.9.3

Expand Down
224 changes: 224 additions & 0 deletions relayer/chains/cosmos/precompile/relayer/relayer_caller.abigen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1dccb34

Please sign in to comment.