- Jul 01, 2021
-
-
ledgerwatch authored
* Pull grpc bindings into erigon-lib * Remove mdbx dist Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
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
-
- Jun 27, 2021
-
-
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 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>
-
- 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>
-
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 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>
-
- 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
-
- 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>
-
Alex Sharov authored
* simplify receipts reading * test
-
Kushal Babel authored
-
ledgerwatch authored
* Migration to fix trace_filter * Fix to db/tx * Fix to db/tx * Error fixes * Bump KV version Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
ledgerwatch authored
* Intermediate * Test for trace_filter * Clean up * Clean up * clean up * More to the test * Hack * Block parameter * Block parameter * use mdbx * Print number of records * Print keys * Print index records * Print block numbers * Print values in tracecallset * Print some more * More printing * Print froms and tos * Print startBlock and endBlock * Tests and fixes * Cleanup Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- Jun 03, 2021
-
-
Alex Sharov authored
* eip 1559_tx_constraints * eip 1559_tx_constraints * return error on uint256 overflow * Fix gas bailout Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- May 31, 2021
-
-
alex.sharov authored
-
- May 27, 2021
-
-
ledgerwatch authored
* Simplifications of gas price oracle * Make price suggestion non-concurrent Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Evgeny Danilenko authored
* convert contracts after block execution * check if has tevm code * after review-1 * handle ErrNotFound * typo * tests * tevm code bucket * testdata * execute pre-stage * after merge * test fix * test fix * fix test after merge * disable translation stage * after merge * rename params * rename to Erigon * parallelize EVM translation * fix * logging and fixes * fix * todos * cleanup * revert erigorn renaming * unwind * tevm unwind * fix AppData * non-parallel version * comments
-
- May 26, 2021
-
-
Evgeny Danilenko authored
* turbo-geth to erigon * tg, turbo to erigon
-
- May 23, 2021
-
-
ledgerwatch authored
* Improvements in the mock sentry tests * GenerateChain to return chainpack * Fix consensus * Fix core * Fix core/state * Fix eth * Fix eth/download * Fix eth/fetcher * Fix eth/filters * Fix eth/gasprice * Fix eth/protocols/eth * Fix tests * Fix turbo/stages Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Alex Sharov authored
-
- May 22, 2021
-
-
Alex Sharov authored
* save * save * Squashed 'interfaces/' content from commit 08c32a09e git-subtree-dir: interfaces git-subtree-split: 08c32a09e40b1e6fcb5922e723191c9477545356 * Revert "Squashed 'interfaces/' content from commit 08c32a09e" This reverts commit 8393d9fd * save * seve * Squashed 'interfaces/' content from commit dd6a42724 git-subtree-dir: interfaces git-subtree-split: dd6a42724401f34c21662ca1aa1718effb92320d * ensure versions compatibility of all remote services * Revert "Squashed 'interfaces/' content from commit dd6a42724" This reverts commit 2a764bf9 * Squashed 'interfaces/' content from commit dd6a42724 git-subtree-dir: interfaces git-subtree-split: dd6a42724401f34c21662ca1aa1718effb92320d * Revert "Squashed 'interfaces/' content from commit dd6a42724" This reverts commit 52621846 * Squashed 'interfaces/' content from commit dd6a42724 git-subtree-dir: interfaces git-subtree-split: dd6a42724401f34c21662ca1aa1718effb92320d * a * a * a * a * a Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- May 20, 2021
-
-
Alex Sharov authored
* rename * rename "make grpc" * rename "abi bindings templates" * rename "abi bindings templates"
-