seth/v1.50.8
Release notes:
- Fix a bug, which resulted in not decoding events emitted from contracts other than the the transaction entrypoint, even if we had their ABIs
Commits:
- [TT-1824] decode all events in all contracts (#1287) (7437e46)
- Framework v0.1.1 (Docs) (#1242) (0f4e9bd)
Breaking changes:
github.com/smartcontractkit/chainlink-testing-framework/seth
incompatible changes
(*Client).DeployDebugContract: changed from func(github.com/ethereum/go-ethereum/common.Address) (*github.com/smartcontractkit/chainlink-testing-framework/seth/contracts/bind/debug.NetworkDebugContract, github.com/ethereum/go-ethereum/common.Address, error) to func(github.com/ethereum/go-ethereum/common.Address) (*github.com/smartcontractkit/chainlink-testing-framework/seth/contracts/bind/NetworkDebugContract.NetworkDebugContract, github.com/ethereum/go-ethereum/common.Address, error)
(*Client).DeployDebugSubContract: changed from func() (*github.com/smartcontractkit/chainlink-testing-framework/seth/contracts/bind/sub.NetworkDebugSubContract, github.com/ethereum/go-ethereum/common.Address, error) to func() (*github.com/smartcontractkit/chainlink-testing-framework/seth/contracts/bind/NetworkDebugSubContract.NetworkDebugSubContract, github.com/ethereum/go-ethereum/common.Address, error)
compatible changes
(*ContractStore).GetAllABIs: added
github.com/smartcontractkit/chainlink-testing-framework/seth/contracts/bind/NetworkDebugContract
compatible changes
package added
github.com/smartcontractkit/chainlink-testing-framework/seth/contracts/bind/NetworkDebugSubContract
compatible changes
package added
github.com/smartcontractkit/chainlink-testing-framework/seth/contracts/bind/TestContractOne
compatible changes
package added
github.com/smartcontractkit/chainlink-testing-framework/seth/contracts/bind/TestContractTwo
compatible changes
package added
github.com/smartcontractkit/chainlink-testing-framework/seth/contracts/bind/debug
incompatible changes
package removed
github.com/smartcontractkit/chainlink-testing-framework/seth/contracts/bind/sub
incompatible changes
package removed
summary
v1.50.8 is not a valid semantic version for this release.
There are incompatible changes.