Skip to content

seth/v1.50.8

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 16:39
· 4 commits to main since this release
seth/v1.50.8
7437e46

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:

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.