-
- Downloads
accounts/abi: add basic support for error types (#23161)
This is the initial step for support of Solidity errors in contract bindings. As of this change, errors can be decoded, but are not supported in bindings yet. Closes #23157
Showing
- accounts/abi/abi.go 23 additions, 32 deletionsaccounts/abi/abi.go
- accounts/abi/abi_test.go 14 additions, 0 deletionsaccounts/abi/abi_test.go
- accounts/abi/bind/bind_test.go 55 additions, 0 deletionsaccounts/abi/bind/bind_test.go
- accounts/abi/error.go 56 additions, 47 deletionsaccounts/abi/error.go
- accounts/abi/error_handling.go 82 additions, 0 deletionsaccounts/abi/error_handling.go
Loading
Please register or sign in to comment