go-ethereum/consensus/clique
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
..
api.go consensus/clique: fix struct tags for status API (#20316) 2019-11-18 18:14:59 +01:00
clique_test.go eth-sign like signature hash (#15) 2020-09-13 14:15:42 -04:00
clique.go Fix geth timestamp incrementing (#14) 2020-08-19 15:07:22 -05:00
snapshot_test.go Merge pull request #19021 from karalabe/database-cleanup 2019-03-07 10:21:40 +02:00
snapshot.go cosensus, core, eth, params, trie: fixes + clique history cap 2019-05-16 10:39:35 +03:00