erigon-pulse/cmd/rpcdaemon/commands
ledgerwatch 12cde41772
Aleut support (Eip1559) (#1704)
* Where I am at

* Refactoring of transaction types

* More refactoring

* Use Homested signer in rpc daemon

* Unified signer

* Continue unified signer

* A bit more

* Fixes and down the rabbit hole...

* More tx pool fixes

* More refactoring fixes

* More fixes'

* more fixes

* More fixes

* More compile fixes

* More RLP hand-writing

* Finish RLP encoding/decoding of transactions

* Fixes to header encoding, start on protocol packets

* Transaction decoding

* Use DecodeTransaction function

* Decoding BlockBodyPacket

* Encode and decode for pool txs

* Start fixing tests

* Introduce SigningHash

* Fixes to SignHash

* RLP encoding fixes

* Fixes for encoding/decoding

* More test fixes

* Fix more tests

* More test fixes

* More test fixes

* Fix core tests

* More fixes for signer

* Fix for tx

* Fixes to string encoding/size

* Fix eip2930 test

* Fix rest of ./tests

* More fixes

* Fix compilation

* More test fixes

* More test fixes

* Test fixes

* More fixes

* Reuse EncodingSize in EncodeRLP for accessList

* Rearrange things in dynamic fee tx

* Add MarshalBinary

* More fixes

* Make V,R,S non-pointers

* More NPE fixes

* More fixes

* Receipt fixes

* Fix core/types

* Fix ./eth

* More compile fixes for tests

* More test fixes

* More test fixes

* Try to see lint errors better

* Try to see lint errors better

* Fix lint

* Debugging eip1559 test

* Fix TestEIP1559Transition test

* Fix NewBlockPacket encoding/decoding

* Fix calculation of TxHash

* Fix perf problem with senders

* Update aleut config values

* Try adding static peers

* Add staticpeers to defaul flags

* Change aleut networkID

* Fix test

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-04-22 18:11:37 +01:00
..
contracts Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
corner_cases_support_test.go corner_case_return_null_when_block_not (#1646) 2021-04-01 12:15:22 +07:00
daemon.go Port rpcdaemon to KV interface (#1627) 2021-03-30 12:53:54 +03:00
db_api_deprecated.go 1209 automate documentation (#1290) 2020-10-24 18:03:52 +01:00
debug_api_test.go corner_case_return_null_when_block_not (#1646) 2021-04-01 12:15:22 +07:00
debug_api.go tx less wrappers (#1694) 2021-04-08 18:03:45 +07:00
error_messages.go add --datadir parameter to integration, snapshot generator, header downloader (#1749) 2021-04-19 14:25:26 +07:00
eth_accounts.go Harmonize DB APIs (#1669) 2021-04-03 09:26:00 +03:00
eth_api_test.go corner_case_return_null_when_block_not (#1646) 2021-04-01 12:15:22 +07:00
eth_api.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
eth_block.go tx less wrappers (#1694) 2021-04-08 18:03:45 +07:00
eth_call_test.go corner_case_return_null_when_block_not (#1646) 2021-04-01 12:15:22 +07:00
eth_call.go KVGetter, replace old geth interfaces with it (#1676) 2021-04-05 20:04:58 +07:00
eth_deprecated.go Updating RPC tests in Postman (#1340) 2020-11-09 09:52:18 +01:00
eth_filters.go RPC: Pending transactions/blocks/logs (#1625) 2021-03-30 14:09:00 +07:00
eth_mining.go Mining stage (#1554) 2021-03-23 16:00:07 +07:00
eth_receipts.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
eth_system.go tx less wrappers (#1694) 2021-04-08 18:03:45 +07:00
eth_txs.go Harmonize DB APIs (#1669) 2021-04-03 09:26:00 +03:00
eth_uncles.go tx less wrappers (#1694) 2021-04-08 18:03:45 +07:00
get_chain_config_test.go Harmonize DB APIs (#1669) 2021-04-03 09:26:00 +03:00
net_api.go add --datadir parameter to integration, snapshot generator, header downloader (#1749) 2021-04-19 14:25:26 +07:00
rpc_block.go tx less wrappers (#1694) 2021-04-08 18:03:45 +07:00
send_transaction.go add --datadir parameter to integration, snapshot generator, header downloader (#1749) 2021-04-19 14:25:26 +07:00
shh_api_deprecated.go 1209 automate documentation (#1290) 2020-10-24 18:03:52 +01:00
storage_range.go Adapters refactor (#1768) 2021-04-21 09:18:05 +07:00
test_util.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
tg_api.go Port rpcdaemon to KV interface (#1627) 2021-03-30 12:53:54 +03:00
tg_block.go Harmonize DB APIs (#1669) 2021-04-03 09:26:00 +03:00
tg_issuance.go tx less wrappers (#1694) 2021-04-08 18:03:45 +07:00
tg_receipts.go Continue move to rwtx (#1722) 2021-04-15 12:23:10 +07:00
tg_system.go Harmonize DB APIs (#1669) 2021-04-03 09:26:00 +03:00
trace_adhoc_test.go corner_case_return_null_when_block_not (#1646) 2021-04-01 12:15:22 +07:00
trace_adhoc.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
trace_api.go Port rpcdaemon to KV interface (#1627) 2021-03-30 12:53:54 +03:00
trace_filtering.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
trace_types.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
tracing.go Remove chainContext object (#1683) 2021-04-06 16:52:53 +07:00
web3_api.go rpcdaemon performance improve - less reading blocks, less allocs on server (#1426) 2021-01-02 19:28:22 +00:00