Skip to content

Commit

Permalink
Re-generate contract bindings
Browse files Browse the repository at this point in the history
Here we re-generate tBTC contract bindings to catch recent upgrades
related to optimistic redemptions.
  • Loading branch information
lukasz-zimnoch committed Feb 22, 2024
1 parent 2a76f4d commit e278aaa
Show file tree
Hide file tree
Showing 11 changed files with 10,373 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkg/chain/ethereum/tbtc/gen/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
npm_package_name=@keep-network/tbtc-v2

# Contracts for which the bindings should be generated.
required_contracts := Bridge MaintainerProxy LightRelay LightRelayMaintainerProxy WalletProposalValidator
required_contracts := Bridge MaintainerProxy LightRelay LightRelayMaintainerProxy WalletProposalValidator RedemptionWatchtower

# There is a bug in the currently used abigen version (v1.10.19) that makes it
# re-declaring structs used by multiple contracts
Expand Down
Empty file.
214 changes: 211 additions & 3 deletions pkg/chain/ethereum/tbtc/gen/abi/Bridge.go

Large diffs are not rendered by default.

2,893 changes: 2,893 additions & 0 deletions pkg/chain/ethereum/tbtc/gen/abi/RedemptionWatchtower.go

Large diffs are not rendered by default.

46 changes: 43 additions & 3 deletions pkg/chain/ethereum/tbtc/gen/abi/WalletProposalValidator.go

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

Loading

0 comments on commit e278aaa

Please sign in to comment.