Skip to content

Commit

Permalink
fix(vald): broadcast empty vote for failed txs (#2100) (#2101)
Browse files Browse the repository at this point in the history
* fix(vald): broadcast empty vote for failed txs

* update deps

* refactor: reuse existing code paths for all verifications

* fmt

* special case for single transaction receipt

* zero case

* helpers

* fmt

---------

Co-authored-by: Christian Gorenflo <[email protected]>
  • Loading branch information
milapsheth and cgorenflo authored Feb 10, 2024
1 parent 08b378e commit 6b6e449
Show file tree
Hide file tree
Showing 9 changed files with 256 additions and 430 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.14.0
golang.org/x/mod v0.15.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: 2 additions & 0 deletions go.sum

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

270 changes: 129 additions & 141 deletions vald/evm/evm.go

Large diffs are not rendered by default.

Loading

0 comments on commit 6b6e449

Please sign in to comment.