mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| testdata | ||
| api.go | ||
| api_test.go | ||
| auditlog.go | ||
| cliui.go | ||
| gnosis_safe.go | ||
| signed_data.go | ||
| signed_data_internal_test.go | ||
| signed_data_test.go | ||
| stdioui.go | ||
| types.go | ||
| uiapi.go | ||
| validation.go | ||
| validation_test.go | ||