go-ethereum/tests
Evgeny Danilenko 342bf3089e
Merge develop branch into v0.3.0-dev (#430)
* merge geth v1.10.15

* fix: Removed FastSync from cli server

* fix: TestHeadersRLPStorage

* Added t.skip(ETH2 in bor)

* fix: flow in create consensus engine

* bumped version

* Fix typo

* increase block time

* remove file

* bumped version

* merge gethv1.10.17

* bumped version

* fix failing tests

* Bump Go version to v1.18 (#368)

* Bump Go version to v1.18.1

* Build using netgo tag

This will create a static build using Go native networking stack.

Checked and it works stable for all archs and distros.

* Fix meta

* initial implementation for common ancestor approach

* extract whitelist interface

* fix types

* fix tests and format

* add unit tests for IsValidChain function

* more tests

* wip

* test ErrCheckpointMismatch

* minor fixes

* fix test

* dont panic

* fmt

* 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

* fix: return value for no remote block

* handle all errors

* modularise fake chain validator in downloader

* add more tests

* fix tests

* Modifying miner.recommit flag and its adjustment function. (#370)

* changed min/max/current recommit values

* Remove Hardcoded min/max

* Code Sanitization

* Skipping tests for constant recommit interval

* Adding default miner.recommit value

* Minor Change

* Increased default value of rpc.txfeecap to 5

* add debug rpc endpoints for checkpoint whitelist service

* minor fixes and enhancements

* avoid capping warnings for gas set by internal system transactions

* use typed mocks

* fix

* fix

* fix

* fix close

* fix

* Create stale.yml

* Fix bor consensus checkpoint bug

Co-authored-by: Arpit Temani <temaniarpit27@gmail.com>
Co-authored-by: Shivam Sharma <shivam691999@gmail.com>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Co-authored-by: Sandeep Sreenath <sandeep.sreenath@gmail.com>
Co-authored-by: Victor Castell <victor@victorcastell.com>
Co-authored-by: Ferran <ferranbt@protonmail.com>
Co-authored-by: Krishna Upadhyaya <krishnau1604@gmail.com>
Co-authored-by: Karlo <karlonovak@gmail.com>
Co-authored-by: Sandeep Sreenath <ssandeep@users.noreply.github.com>
Co-authored-by: Jerry <jerrycgh@gmail.com>
2022-06-15 09:02:01 +03:00
..
bor Merge develop branch into v0.3.0-dev (#430) 2022-06-15 09:02:01 +03:00
deps Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
evm-benchmarks@849b3e239a V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
fuzzers V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
solidity V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
block_test.go integration tag 2022-05-11 10:31:41 +03:00
block_test_util.go fix build 2022-05-11 10:53:35 +03:00
difficulty_test.go integration tag 2022-05-11 10:31:41 +03:00
difficulty_test_util.go use go-ethereum for better forked-bor release 2020-11-13 09:21:48 +05:30
gen_btheader.go tests: update tests/testdata to v9.0.4 (london) (#23279) 2021-07-29 14:05:22 +02:00
gen_difficultytest.go use go-ethereum for better forked-bor release 2020-11-13 09:21:48 +05:30
gen_stenv.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
gen_sttransaction.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
init.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
init_test.go integration tag 2022-05-11 10:31:41 +03:00
rlp_test.go move integration ci 2022-05-11 11:22:17 +03:00
rlp_test_util.go use go-ethereum for better forked-bor release 2020-11-13 09:21:48 +05:30
state_test.go integration tag 2022-05-11 10:31:41 +03:00
state_test_util.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
transaction_test.go integration tag 2022-05-11 10:31:41 +03:00
transaction_test_util.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 2021-02-25 15:26:57 +01:00