erigon-pulse/cmd
brendan-kelly ee99f17fbe
Add Parlia consensus engine for Binance Smart Chain support (#3086)
* Add Parlia consensus engine for Binance Smart Chain support

* Leave RamanujanBlock as nil in params/config.go

* Run `go fmt` on files needing it

* Add comment for PoSA

* Remove empty branches and ineffectual assignments in parlia.go

* Remove commented imports

* Fix compilation error

* Remove EIP155Signer in transaction_signing.go

* Fix compilation issue

* Fix go fmt issues

* Remove Ramanujan from print statement

* Remove references to EthAPIBackend approach

* Fix Finalize method across consensus engines

* Run go fmt

* More linting

* Remove more changes

* remove a comment

* Remove unneeded hashing function

* Remove bytes check and fix actual vs expected mistake
2021-12-11 00:07:10 +00:00
..
abigen Apache licensed logger (#2460) 2021-07-29 17:23:23 +07:00
bootnode Apache licensed logger (#2460) 2021-07-29 17:23:23 +07:00
cons Issue/2710 add grpc health check (#3091) 2021-12-06 12:03:46 +00:00
devnettest Devnet build to test eth_getBalance, eth_sendRawTransaction and txpool_content (#3041) 2021-11-26 16:05:16 +00:00
downloader Issue/2710 add grpc health check (#3091) 2021-12-06 12:03:46 +00:00
erigon No open db in main, right clique sign, periodically release write tx on devnet (#2642) 2021-09-08 11:13:34 +07:00
erigoncustom separate_config_from_node_and_eth (#2289) 2021-07-04 08:50:32 +01:00
evm Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
hack Add Parlia consensus engine for Binance Smart Chain support (#3086) 2021-12-11 00:07:10 +00:00
integration Add Parlia consensus engine for Binance Smart Chain support (#3086) 2021-12-11 00:07:10 +00:00
p2psim rename (#1978) 2021-05-20 19:25:53 +01:00
pics move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
prometheus RemoteRPC: add --state.cache=keys_amount cli parameter (#2816) 2021-10-12 16:27:47 +07:00
rlpdump rename (#1978) 2021-05-20 19:25:53 +01:00
rpcdaemon added an intitial idea for getBodiesV1 2021-12-10 00:39:04 +00:00
rpctest Devnet build to test eth_getBalance, eth_sendRawTransaction and txpool_content (#3041) 2021-11-26 16:05:16 +00:00
sentry Header download simplifications (#3106) 2021-12-10 07:04:04 +00:00
starknet Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
state Add Parlia consensus engine for Binance Smart Chain support (#3086) 2021-12-11 00:07:10 +00:00
txpool [txpool] Introduce PriceBump, change tx replacement logic, add test (#3039) 2021-11-26 14:39:26 +00:00
utils Issue/2710 add grpc health check (#3091) 2021-12-06 12:03:46 +00:00