go-ethereum/signer/core
Mark Tyneway 680b4f874b
eth-sign like signature hash (#15)
* eth-sign: initial implementation

* sighash: pre-refactor

* sighash: refactor, all old tests pass

* sighash: test ovmsigner code paths for eip155 and eth_sign

* sighash: tx serialization tests

* sighash: refactor to sign bytes

* common/varbytes: use varbytes serialization from btcd

* transactionmeta: implement and test

* rawdb: add new index

* types/transaction: use txmeta

* blockchain: index tx meta on new block

* rpc: fix sendrawethsigntransaction docstring

* meta test: remove dead code

* ethapi: clean up comment

* lint: fix

* txmeta: clean up compares

* ethapi: remove rlp tag

* signer: remove rlp encoding tags from struct

* types: use factory pattern for getting sighash type

* sighash: migrate to using const

* tx pool: use ovmsigner for tx validation

* tx signing: fix eth_sign serialization

* sighash: new version

* sighash: commit to chainid

* sighash: bugfixes

* core/types: prevent panic on tx sort

* core/types: rename to transaction_meta

* core/blockchain: index txmeta

* sighash: no native value

* ethapi: use ovm signer

* sighash: move chainid
2020-09-13 14:15:42 -04:00
..
testdata core/signer, clef: improve ui-test flow, fix errors in uint handling (#19584) 2019-06-03 16:56:05 +02:00
api_test.go tests, signer: remove staticcheck warnings (#20364) 2019-11-23 12:51:37 +01:00
api.go tests, signer: remove staticcheck warnings (#20364) 2019-11-23 12:51:37 +01:00
auditlog.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
cliui.go tests, signer: remove staticcheck warnings (#20364) 2019-11-23 12:51:37 +01:00
signed_data_internal_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
signed_data_test.go build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
signed_data.go cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19869) 2019-07-22 13:34:41 +03:00
stdioui.go tests, signer: remove staticcheck warnings (#20364) 2019-11-23 12:51:37 +01:00
types.go eth-sign like signature hash (#15) 2020-09-13 14:15:42 -04:00
uiapi.go tests, signer: remove staticcheck warnings (#20364) 2019-11-23 12:51:37 +01:00
validation_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
validation.go all: update author list and licenses 2019-07-22 12:17:27 +03:00