Skip to content

Commit

Permalink
chore: backport #2107, #2108 and #2109 (#2112)
Browse files Browse the repository at this point in the history
* Revert "fix(vald): broadcast empty vote for failed txs (#2100)" (#2107)

This reverts commit 289f96a.

* fix(vald): panic when confirming gateway txs and tx is not finalized (#2108)

* fix(vald): panic when confirming gateway txs and tx is not finalized

* fix log

* fix(vald): vote empty when the tx has failed (#2109)

* fix(vald): vote empty when the tx has failed

* improve test
  • Loading branch information
fish-sammy authored Feb 27, 2024
1 parent 3019938 commit d11b7f2
Show file tree
Hide file tree
Showing 9 changed files with 435 additions and 254 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/tendermint/tm-db v0.6.8-0.20220506192307-f628bb5dc95b
golang.org/x/crypto v0.18.0
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
golang.org/x/mod v0.15.0
golang.org/x/mod v0.14.0
golang.org/x/sync v0.6.0
golang.org/x/text v0.14.0
golang.org/x/tools v0.17.0
Expand Down
2 changes: 0 additions & 2 deletions go.sum

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

273 changes: 146 additions & 127 deletions vald/evm/evm.go

Large diffs are not rendered by default.

Loading

0 comments on commit d11b7f2

Please sign in to comment.