erigon-pulse/cmd
lupin012 a442293be1
ChainId conditional in Legacy transaction (#5856)
impacted API:
     eth_getTransactionByHash()
     eth_getTransactionByNumber()
     eth_getTransactionByBlockHashAndIndex()
     eth_getTransactionByBlockNumberAndIndex()
     eth_getBlockByHash()
     eth_getBlockByNumber()

1) In case of legacy transitions the chainId field should be inserted
only if V is not 27/28.
This seems also the Geth/v1.10.23 behaviour via infura

2) In case of dynamicFee/AccessList transaction the access_list should
be inserted in the response also if empty
This is done correctly in cmd/rpcdaemon/commands/eth_api.go and NOT in
internal/ethapi/api.go
This seems also the Geth/v1.10.23 behaviour via infura
2022-11-18 03:15:32 +03:00
..
abigen Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
bootnode move all packages from "internal" folder - to simplify users live (#5857) 2022-10-25 09:58:25 +07:00
devnet Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
downloader Disable ci3 (#6063) 2022-11-16 15:53:46 +03:00
erigon Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
erigon-cl added checkpoint saving (#6060) 2022-11-16 16:19:40 +01:00
erigoncustom Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
evm Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
hack Fix panic in txpool (due to modificatin with read lock) and snapshot … (#5931) 2022-11-04 12:43:59 +00:00
integration e3: Non parallel exec (with exec in RO goroutine) (#6073) 2022-11-17 20:52:12 +03:00
lightclient added checkpoint saving (#6060) 2022-11-16 16:19:40 +01:00
observer Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
p2psim Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
pics Update consensus tests to v11 (#4724) 2022-07-26 09:35:38 +02:00
prometheus grafana: more mdbx internals (#5789) 2022-10-19 12:07:31 +07:00
rlpdump rename (#1978) 2021-05-20 19:25:53 +01:00
rpcdaemon ChainId conditional in Legacy transaction (#5856) 2022-11-18 03:15:32 +03:00
rpctest e3: more mainnet snapshots (#5867) 2022-10-31 09:20:58 +07:00
sentinel added checkpoint saving (#6060) 2022-11-16 16:19:40 +01:00
sentry SendMessageToRandomPeers() now is truely pseudo-random (#6050) 2022-11-18 02:44:43 +03:00
state e3: Non parallel exec (with exec in RO goroutine) (#6073) 2022-11-17 20:52:12 +03:00
txpool move all packages from "internal" folder - to simplify users live (#5857) 2022-10-25 09:58:25 +07:00
utils e3: prepare downloader for extraction (#6061) 2022-11-16 15:48:23 +03:00
verkle Dispersed fixes for incremental verkle trees (#5880) 2022-10-27 10:22:53 +02:00