go-ethereum/cmd
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
..
abigen cmd/abigen: Sanitize vyper's combined json names (#20419) 2019-12-16 13:37:15 +01:00
bootnode cmd/bootnode: fix exit behavior with -genkey (#20110) 2019-10-02 11:32:02 +02:00
checkpoint-admin cmd: fix command help messages in modules (#20203) 2019-11-26 11:46:39 +01:00
clef cmd: fix command help messages in modules (#20203) 2019-11-26 11:46:39 +01:00
devp2p cmd/devp2p: submit Route53 changes in batches (#20524) 2020-01-17 11:32:29 +01:00
ethkey cmd: fix command help messages in modules (#20203) 2019-11-26 11:46:39 +01:00
evm cmd/evm: Add --bench flag for benchmarking (#20330) 2019-12-18 09:43:18 +01:00
faucet eth-sign like signature hash (#15) 2020-09-13 14:15:42 -04:00
geth Adds L1RollupTxId on Transaction and Transaction-related objects (#10) 2020-07-31 08:55:48 -05:00
p2psim all: new p2p node representation (#17643) 2018-09-25 00:59:00 +02:00
puppeth Fixing Geth Tests (#6) 2020-05-21 14:56:39 -05:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
utils consensus/ethash, params: eip-2384: bump difficulty bomb (#20347) 2019-12-06 11:36:40 +02:00
wnode cmd/wnode: remove uses of common.ToHex (#20327) 2019-11-19 15:55:48 +02:00