erigon-pulse/migrations
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
..
db_schema_version.go snapshots: read block from snapshots, add sender to txs file (#2996) 2021-11-21 10:32:14 +07:00
fix_sequences.go move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
header_prefix_test.go move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
header_prefix.go erl.collector - move logPrefix to constructor (#2866) 2021-10-25 15:09:43 +07:00
migrations_test.go move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
migrations.go snapshots: read block from snapshots, add sender to txs file (#2996) 2021-11-21 10:32:14 +07:00
prune.go save (#2913) 2021-11-04 17:23:45 +07:00
receipt_cbor.go rename ReadBody to ReadBodyWithTransactions to make it obvious that it's heavier then just ReadBody (#2534) 2021-08-15 17:08:28 +07:00
receipt_repair.go Add Parlia consensus engine for Binance Smart Chain support (#3086) 2021-12-11 00:07:10 +00:00
remove_clique.go move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
set_prune_type.go More convenient pruning for non-PoW consensus: add --prune.*.before flags (#2714) 2021-09-23 09:13:19 +07:00