accounts, signer: implement gnosis safe support (#21593)
* accounts, signer: implement gnosis safe support * common/math: add type for marshalling big to dec * accounts, signer: properly sign gnosis requests * signer, clef: implement account_signGnosisTx * signer: fix auditlog print, change rpc-name (signGnosisTx to signGnosisSafeTx) * signer: pass validation-messages/warnings to the UI for gnonsis-safe txs * signer/core: minor change to validationmessages of typed data
Showing
- cmd/clef/extapi_changelog.md 58 additions, 0 deletionscmd/clef/extapi_changelog.md
- common/math/big.go 34 additions, 0 deletionscommon/math/big.go
- signer/core/api.go 31 additions, 1 deletionsigner/core/api.go
- signer/core/auditlog.go 21 additions, 1 deletionsigner/core/auditlog.go
- signer/core/cliui.go 7 additions, 0 deletionssigner/core/cliui.go
- signer/core/gnosis_safe.go 91 additions, 0 deletionssigner/core/gnosis_safe.go
- signer/core/signed_data.go 37 additions, 14 deletionssigner/core/signed_data.go
- signer/core/signed_data_test.go 117 additions, 0 deletionssigner/core/signed_data_test.go
Loading
Please register or sign in to comment