go-ethereum/light
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
..
lightchain_test.go all: on-chain oracle checkpoint syncing (#19543) 2019-06-28 10:34:02 +03:00
lightchain.go core, light: write chain data in atomic way (#20287) 2020-01-17 12:49:32 +02:00
nodeset.go all: integrate the freezer with fast sync 2019-05-16 10:39:32 +03:00
odr_test.go eth-sign like signature hash (#15) 2020-09-13 14:15:42 -04:00
odr_util.go les: handler separation (#19639) 2019-08-21 11:29:34 +02:00
odr.go all: on-chain oracle checkpoint syncing (#19543) 2019-06-28 10:34:02 +03:00
postprocess.go les: fix and slim the unit tests of les (#20247) 2019-11-06 22:09:37 +01:00
trie_test.go Geth OVM Integration (ExecutionManager/StateManager) (#9) 2020-08-05 17:00:15 -04:00
trie.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
txpool_test.go eth-sign like signature hash (#15) 2020-09-13 14:15:42 -04:00
txpool.go Ingest Block Batches (#8) 2020-06-23 16:50:40 -05:00