- Jul 02, 2021
-
-
ledgerwatch authored
* rpctest bench for eth_getTransationReceipt * Add blockHash to re-generated receipts * Modify scanReceipts Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Alex Sharov authored
-
- Jul 01, 2021
-
-
ledgerwatch authored
* Pull grpc bindings into erigon-lib * Remove mdbx dist Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Alex Sharov authored
-
Zhengyan Gao authored
-
- Jun 30, 2021
-
-
Alex Sharov authored
-
Zhengyan Gao authored
-
- Jun 29, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
This reverts commit e9ae6d68.
-
Alex Sharov authored
-
- Jun 28, 2021
-
-
Alex Sharov authored
-
Andrea Lanfranchi authored
-
- Jun 27, 2021
-
-
Alex Sharov authored
* add namespaces list to rpcdaemon help * add namespaces list to rpcdaemon help * add namespaces list to rpcdaemon help
-
Zhengyan Gao authored
* update tx block base fee, tips,fee cap json fields. (eip1559) * gofmt core/types/block.go
-
Alex Sharov authored
-
- Jun 26, 2021
-
-
Alex Sharov authored
* trace_replay * trace_replay * trace_replay * trace_replay * trace_replay
-
- Jun 25, 2021
-
-
Alex Sharov authored
* handle chain flag in integration * handle chain flag in integration * handle chain flag in integration * save * save * merge devel * save * noopWriter - one is enough * chain spec parser * chain spec parser * embed * embed * embed * embed * embed * embed * embed * clean * clean * correct alloc after reset state * correct alloc after reset state * correct alloc after reset state * integration reset state now does re-apply genesis and chainConfig * eips summary * eips summary * eips summary
-
Alex Sharov authored
* simplify eth_callBundle * simplify eth_callBundle
-
- Jun 24, 2021
-
-
Roman Koblov authored
* Make default gas for eth_Call to be maximum gas capacity instead of 0 * Fix nil pointer dereference
-
- Jun 23, 2021
-
-
ledgerwatch authored
* Fix range for eth_getLogs * Use Or and measure time * more measurement * more measurement * Not compute tx hashes * Not compute tx hashes * Not compute tx hashes * filter logs before derive fields * Fix filtering by block number * fix Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
ledgerwatch authored
* Remove root from eth_getTransactionReceipt * Simplifaction of status Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- Jun 22, 2021
-
-
Alex Sharov authored
-
- Jun 19, 2021
-
-
Alex Sharov authored
To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195)
-
- Jun 18, 2021
-
-
mempirate authored
* net_peerCount for remote sentries * cleanup * Simplify NetPeerCount using SentryClient * Refactor id -> count
-
- Jun 17, 2021
-
-
mempirate authored
* Implement API and protobuf * Squashed 'interfaces/' content from commit cd3eca28e git-subtree-dir: interfaces git-subtree-split: cd3eca28e50367af9de52fca863b1d7528bff774 * Implement net_peerCount RPC call * Squashed 'interfaces/' content from commit cd3eca28e git-subtree-dir: interfaces git-subtree-split: cd3eca28e50367af9de52fca863b1d7528bff774 * Fixing merge conflicts * Remove p2p.Server from Ethereum backend * Fix peerCount calculation for internal sentries * Bump eth backend API version * Update rpcdaemon README * Document version change
-
- Jun 16, 2021
-
-
ledgerwatch authored
* Initial investigations * Add compatibility option, cleanup * More cleanup * Better error handling for streaming RPC requests Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Artem Vorotnikov authored
-
- Jun 13, 2021
-
-
BitBaseBit authored
Implemented panic handling, graceful shutdown and reporting for all goroutines that don't explicitly handle them. (#2153) * implemented crash reporting for all goroutine panics that aren't handled explicitly * implemented crash reporting for all goroutine panics that aren't handled explicitly * changed node defaults back to originals after testing * implemented panic handling for all goroutines that don't explicitly handle them, outputting the stack trace to a file in crashreports * handling panics on all goroutines gracefully * updated missing call * error assignment * implemented suggestions * path.Join added * implemented Evgeny's suggestions * changed path.Join to filepath.Join for cross-platform * added err check * updated RecoverStackTrace to LogPanic * updated closures * removed call of common.Go to some goroutines * updated scope capture * removed testing files * reverted back to original method, I feel like its less intrusive * update filename for clarity
-
- Jun 11, 2021
-
-
ledgerwatch authored
* Better compatibility for trace_call * Also for trace_callMany * non canonical hash error Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Marin Ivanov authored
* Add ws.compression flag to rpcdaemon * Fix WebSocketHandler in tests
-
Alex Sharov authored
* txpool_content * txpool_content * txpool_content * txpool_content * Squashed 'interfaces/' content from commit 1e916d013 git-subtree-dir: interfaces git-subtree-split: 1e916d0137aff7bd9e9356cc203cea5f0ea9c7f1 * add test * add test * add test * merge devel * save
-
Evgeny Danilenko authored
* use trace for TEVM status * restore testdata * fix getting contract from plain state * unwind * linters * reproducible build debug * debug * debug * remove debug
-
- Jun 09, 2021
-
-
ledgerwatch authored
-
- Jun 06, 2021
-
-
ledgerwatch authored
* Move tests 6 * Compile fixes * Fix lint * Compile fixes * Fix compile * compile fixes * Compile fix * Fix consesus/clique * Cleanup * Add gas limit * Print * Prints * More print * Fix * Reinstate TestGetBlockReceipts66 Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
alex.sharov authored
-
alex.sharov authored
-
- Jun 05, 2021
-
-
Alex Sharov authored
* move to kv * move to kv * move to kv * move to kv * move to kv * move to kv * merge * merge * merge * merge * merge * merge * merge * merge
-
Alex Sharov authored
* docs for * allow anonymous viewers of grafana board
-
- Jun 04, 2021
-
-
Alex Sharov authored
* eip 1559_tx_constraints * eip 1559_tx_constraints * return error on uint256 overflow * up uint256 version * merge master * fix master Co-authored-by:
ledgerwatch <akhounov@gmail.com>
-
Chase Wright authored
For #2093
-