go-ethereum/core
Evgeny Danilenko 9c8bf51f57
Prepare Bor package for testing (#416)
* Limit state sync by gas

* Added logging for state-sync total gas usage

* Added number of event-records in log

* Minor Changes

* Minor Fix

* Adding individual gasUsed

* Minor Fix

* it works

* fix tests

* log wiggle and delay with block number

* log delays as numbers

* linters

* fix tests

* restore linters for the project

* fix linters

* fix

* fix

* fix

* linters

* generation

* fix tests

* remove heimdall wrapper response

* linters

* remove possible collisions

* remove possible collisions

* remove possible collisions

* tests for unique address generation

* generalize set

* bor miner tests got restored

* fixes after CR

* final step and mining test

* fix

* fix e2e

* more tests for Heimdall requests

* fix linters

Co-authored-by: Ferran <ferranbt@protonmail.com>
Co-authored-by: Shivam Sharma <shivam691999@gmail.com>
2022-06-08 16:39:30 +03:00
..
allocs fix typo 2021-09-23 10:56:17 +05:30
asm V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
beacon V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
bloombits all: fix some go-critic linter warnings (#23709) 2021-10-13 17:31:02 +02:00
forkid V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
rawdb V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
state V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
tests Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
types V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
vm V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
.gitignore
bench_test.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
block_validator.go
block_validator_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
blockchain.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
blockchain_bor_test.go Shivam/ethstats backend fix (#341) 2022-04-20 16:15:21 +05:30
blockchain_insert.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
blockchain_reader.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
blockchain_test.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
blocks.go
bloom_indexer.go
bor_blockchain.go
bor_events.go fixes 2021-12-06 14:25:33 +05:30
bor_fee_log.go fee change 2021-08-19 18:40:18 +05:30
chain_indexer.go
chain_indexer_test.go
chain_makers.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
chain_makers_test.go
dao_test.go
error.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
events.go Minor Refactor 2021-12-03 17:28:53 +05:30
evm.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
forkchoice.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
genesis_alloc.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
genesis_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
headerchain.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
headerchain_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
mkalloc.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
rlp_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
state_prefetcher.go
state_processor.go
state_processor_test.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
state_transition.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
tx_cacher.go
tx_journal.go
tx_list.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
tx_list_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
tx_noncer.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
tx_pool.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
tx_pool_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
types.go