- Oct 12, 2020
-
-
Thomas Jay Rush authored
* Simple file renaming to make automated testing easier * Fixing comment
-
Igor Mandrigin authored
* Add a convenience method to replace stages * allow more parameters to the execution function * add a plug-in point for stuff like bloom filters, etc * add comments * fixups
-
Alex Sharov authored
-
Thomas Jay Rush authored
* Starting process of rearranging RPC code * First version of automated testing * Putting RPC docs in their own folder * Fixing build * Making varible names more consistent * Adding deprecated RPC commands for db_ * Adding deprecated RPC commands for shh_ * Adding deprecated RPC commands for eth_
-
ledgerwatch authored
* Initial commit for CallTraces index * Fix compilation * fix lint, add comment * Fix integration * Add Close function to ethdb.Cursor, fix some compile errors * Try to stop cursor leak in Get * Fix compile errors in RPC daemon * Fix compile errors * fixing another way * Some fixes * More fixes * More fixes * More fixes * Fixes to core/state * Fix lint * Fix lint * Fixes * Stage caching for call trace stage * Add mem stats * Try to stop the leak * Turn off debug * Chunks for 10k blocks * Print * Revert "Print" This reverts commit 5ffada4828d61e00e5dad1ca12c98258dfbbad00. * Revert "Chunks for 10k blocks" This reverts commit cfb9d498e782e5583d41c30abf0e2137da27383e. * Trying to fix the leak * Don't compute receipts in re-tracing * Not compose block * Print speed, fix receipts, bigger caches * Fix lint * Utilise changeset info * Counters * Use NoReceipts and ReadOnly * ReadOnly is incompatible with caching * Skip test leaking transactions * Fix block test * Change disable message for call-traces stage * Use block option for call traces integration * Fix retracing due to incarnation
-
- Oct 11, 2020
-
-
Thomas Jay Rush authored
* Turning off failing test * Linting (whoops)
-
Alex Sharov authored
-
Alex Sharov authored
-
- Oct 10, 2020
-
-
Thomas Jay Rush authored
* Added back fdlimit to increase number of file descriptors * Fixing a test file that fails on Mac with too few file descriptors available * Trying to fix ci * Trying to fix ci * Trying to fix ci 3 * Fixing ci
-
Alex Sharov authored
* save progress * GracefulShutdown grpc server, send to server close signal before canceling context * GracefulShutdown json server * GracefulShutdown json server * fix lint * clean * hack hugeFreelist * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * save progress * fix_race_condition_on_zstd_build * fix_race_condition_on_zstd_build * better close cursor * save progress * open read tx in all api methods * clean * clean
-
Alex Sharov authored
* node_db_own_buckets_config * node_db_own_buckets_config
-
Alex Sharov authored
* save progress * GracefulShutdown grpc server, send to server close signal before canceling context * GracefulShutdown grpc server, send to server close signal before canceling context * GracefulShutdown json server * GracefulShutdown json server * fix lint * fix lint * can * clean * test * test * test * increase keepalive timeout, increase vegeta timeout, mark server-side errors * increase keepalive timeout, increase vegeta timeout, mark server-side errors * hack hugeFreelist * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * up streams limit * fix_race_condition_on_zstd_build
-
Alex Sharov authored
* read_canonical_hash_return_err * hack hugeFreelist * fix tests
-
Alex Sharov authored
* lmdb_no_freepages_sequence_search_for_large_values * go mod tidy
-
- Oct 09, 2020
-
-
Alex Sharov authored
-
- Oct 08, 2020
-
-
Alex Sharov authored
-
Alex Sharov authored
-
- Oct 07, 2020
-
-
ledgerwatch authored
-
ledgerwatch authored
-
ledgerwatch authored
This reverts commit 94360212.
-
ledgerwatch authored
-
ledgerwatch authored
* save state * torrent experiments * torrent experiment passed * fixes after merge * snapshot headers processing passed * save state * save state * download headers works after snapshot processing * save state * save state * save state * save state * add lazy load tx to snapshots, increase number of trackers * save state * speedup getting info * change logging * move to turbo package * save state * save state * save state * cleanup * save state * add test test * save state * lmdb debugging * fix readonly mode * save state * fix build * sync works * save state * save state * save state * allow cmd stages stageSenders use snapshots * debugging failed hashing * remove experimental tests * remove torrent experimental tests * fix lint * extract snapshot wrapper * metainfo checker * add remote seeder * add logs * update gomod * remove useless code * fix lint&remove useless code * extract verify snapshot to separated command * skip debug test * fix test * change type of seedSnapshot flag * add eth logger to torrent lib * skip debug test * add Close method * review fixes * fix lint Co-authored-by:
b00ris <b00ris@mail.ru> Co-authored-by:
alex.sharov <AskAlexSharov@gmail.com>
-
Alex Sharov authored
-
Alex Sharov authored
* build docker on ci * setup docker * build docker on ci
-
Thomas Jay Rush authored
-
- Oct 06, 2020
-
-
ledgerwatch authored
This reverts commit 4ebade35.
-
ledgerwatch authored
-
ledgerwatch authored
Co-authored-by:
alex.sharov <AskAlexSharov@gmail.com>
-
b00ris authored
* save state * torrent experiments * torrent experiment passed * fixes after merge * snapshot headers processing passed * save state * save state * download headers works after snapshot processing * save state * save state * save state * save state * add lazy load tx to snapshots, increase number of trackers * save state * speedup getting info * change logging * move to turbo package * save state * save state * save state * cleanup * save state * add test test * save state * lmdb debugging * fix readonly mode * save state * fix build * sync works * save state * save state * save state * allow cmd stages stageSenders use snapshots * debugging failed hashing * remove experimental tests * remove torrent experimental tests * fix lint * extract snapshot wrapper * metainfo checker * add remote seeder * add logs * update gomod * remove useless code * fix lint&remove useless code * extract verify snapshot to separated command * skip debug test * fix test * change type of seedSnapshot flag * add eth logger to torrent lib * skip debug test * add Close method * review fixes * fix lint Co-authored-by:
alex.sharov <AskAlexSharov@gmail.com> Co-authored-by:
Alexey Akhunov <akhounov@gmail.com>
-
Giulio Rebuffo authored
-
Alexey Akhunov authored
-
Igor Mandrigin authored
-
Péter Szilágyi authored
# Conflicts: # params/version.go
-
rene authored
This change adds a test framework for the "eth" protocol and some basic tests. The tests can be run using the './devp2p rlpx eth-test' command. # Conflicts: # core/forkid/forkid.go # eth/discovery.go # eth/handler.go # eth/helper_test.go # eth/protocol_test.go
-
Péter Szilágyi authored
-
rene authored
# Conflicts: # cmd/devp2p/internal/ethtest/suite.go
-
rene authored
# Conflicts: # cmd/devp2p/internal/ethtest/suite.go
-
Marius van der Wijden authored
* tried to fix * fix for js api * fix for nil pointer ex * rev space * rev space * input call formatter
-
gary rong authored
* trie: support non-existent right proof * trie: improve test * trie: minor linter fix Co-authored-by:
Péter Szilágyi <peterke@gmail.com> # Conflicts: # trie/proof.go # trie/proof_test.go
-
Marius van der Wijden authored
This allows users to estimate gas on top of arbitrary blocks as well as pending and latest. Tracing on pending is useful for most users as it takes into account the current txpool while tracing on latest might be useful for users that have little to know knowledge of the current transactions in the network. If blockNrOrHash is not specified, estimateGas defaults to pending
-