Alex Sharov
f78484d141
Update README.md
2021-08-11 15:19:13 +07:00
Evgeny Danilenko
4cd72c8328
Keep readonly value while changing interpreters back and forth ( #2508 )
...
* restore TEVM
* fuzzing and property based
* comment
* lint
* stack callback into defer ater checking an error
* sequential tests
2021-08-10 09:48:56 +07:00
ledgerwatch
65a9a265c2
Prevent frequent commits to the node DB in sentries ( #2505 )
...
* Prevent frequent commits to the node DB in sentries
* Commit when btree goes over limit
* iterator for SeedQuery
* Fixing test
* Fix tests
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-08-09 09:52:42 +01:00
ledgerwatch
350d7fe7a9
Adding support for vmTrace into trace_ routines ( #2497 )
...
* VmTrace
* Fixes to gasCall, beginning of vmTrace
* Fix opcode tracer
* Add mem and store, enable vmTrace for all methods
* Fix lint
* More nuances and debugging|
* More fixes
* Fix for trace_callMany
* Fix for trace_callMany
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-08-08 13:28:03 +01:00
Alex Sharov
b666c67ea0
Remove concurrency from fee history and support request cancelation ( #2504 )
...
* remove fee history concurrency
* remove fee history concurrency
* add concext cancel support
2021-08-08 19:15:22 +07:00
Alex Sharov
6c2beb273e
Remove tsdb dependency ( #2503 )
...
* remove tsdb dep
* remove tsdb dep
* remove tsdb dep
* remove tsdb dep
2021-08-08 16:56:54 +07:00
Alex Sharov
6bf34b5cb8
RPC: eth_feeHistory ( #2501 )
...
* eth_FeeHistory
* eth_FeeHistory
* eth_FeeHistory
* lint
* lint
2021-08-08 14:27:47 +07:00
Alex Sharov
29380e4b46
parse dynFee tx corner case ( #2500 )
...
* parse dyn fee tx error
* parse dyn fee tx error
* lint
2021-08-08 14:27:34 +07:00
Alex Sharov
e9210e4e09
lint ( #2502 )
2021-08-08 11:48:32 +07:00
Alex Sharov
72e9660b74
RPC: eth_MaxPriorityFeePerGas ( #2498 )
2021-08-08 09:18:41 +07:00
Alex Sharov
d617fca739
remove devp2p cmd - if we will support it then need do it in another repo (because it depends on account manager). ( #2496 )
...
* up cobra lib
* remove devp2p cmd - if we will support it then need do it in another repo (because it depends on account manager).
2021-08-08 09:17:08 +07:00
alex.sharov
62c026e25a
fix txpool key
2021-08-07 14:34:36 +07:00
alex.sharov
2c45a561f5
simplify logs
2021-08-07 14:07:59 +07:00
Alex Sharov
6e24a83065
extract kv interface from remoteKv client ( #2494 )
2021-08-07 12:03:12 +07:00
Alex Sharov
b718e46c0a
Grafana to show all stages progress, less spooky logs, no runtime logPrefix calculation ( #2493 )
...
* better logs, label-based metrics
* no runtime log prefix calculation
* clean
* dashboard to show all stages metrics
2021-08-07 11:11:45 +07:00
Richard Patel
743fe8d77b
README.md: add txpool_status ( #2491 )
2021-08-06 17:10:29 +07:00
Richard Patel
7767b4df88
rpcdaemon: add txpool_status() ( #2407 )
...
perfecto
2021-08-06 09:45:44 +07:00
Igor Mandrigin
dfa2800a6d
begin 2021.08.02 release cycle
2021-08-05 12:01:42 +03:00
Igor Mandrigin
4f1b6fe7ef
Merge pull request #2488 from ledgerwatch/AlexeyAkhunov-patch-1
...
Update skip_analysis.go
2021-08-05 11:58:15 +03:00
ledgerwatch
7be3535c3d
Update skip_analysis.go
2021-08-05 09:21:00 +01:00
The-Coomer
c46540f56f
Update README to list all current 18 stages ( #2486 )
2021-08-04 10:33:37 +07:00
ledgerwatch
44f43312c9
Minor fixes for tracing ( #2485 )
...
* Minor fixes for tracing
* Typo in comment
* rpctest bench tracefilter to use limited number of accounts
* replay command to fail if there is a difference
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-08-03 20:58:18 +01:00
canepat
38a31cecb7
RPCDaemon: eth_gasPrice add baseFee if any to suggested gas price ( #2484 )
...
* Avoid decreasing gasFeeCap at each GetEffectiveGasTip call
Add baseFee if any to suggested gas price
* Move add before GPO caching
2021-08-03 11:48:09 +07:00
Alex Sharov
dc30b02c7b
Reduce default --blockDownloaderWindow ( #2477 )
2021-08-03 10:19:18 +07:00
alex.sharov
12982b21c1
remove old migration
2021-08-02 19:10:14 +07:00
alex.sharov
f5e30f293a
remove old example from migrations package
2021-08-02 19:04:51 +07:00
Alex Sharov
e17e7b6656
enable http body close linter ( #2479 )
2021-08-02 14:52:54 +07:00
Alex Sharov
aeb2426b8c
etl call traces ( #2481 )
2021-08-02 11:26:42 +07:00
Alex Sharov
59b21e8ab8
print db path on open ( #2480 )
2021-08-01 17:09:39 +07:00
Alex Sharov
5444e70038
allow to run stages once if --nodiscover ( #2470 )
2021-07-31 12:25:56 +07:00
Alex Sharov
3ed0f5c83d
better prune error message ( #2475 )
2021-07-31 12:24:20 +07:00
alex.sharov
a2b97d59ae
remove zap logger
2021-07-30 10:04:23 +07:00
Alex Sharov
fad3002319
clean ( #2473 )
2021-07-30 09:58:42 +07:00
Alex Sharov
286572e99f
Remove some unused code related to metrics ( #2469 )
2021-07-29 22:37:48 +07:00
Alex Sharov
6bd44eb26c
move kv to erigon-lib ( #2467 )
2021-07-29 18:53:13 +07:00
Alex Sharov
847f9916c3
mdbx_v0_10_2 ( #2449 )
2021-07-29 17:28:07 +07:00
Alex Sharov
69dc2776dc
MIT licensed metrics lib ( #2462 )
2021-07-29 17:27:46 +07:00
Alex Sharov
5069558752
Apache licensed logger ( #2460 )
2021-07-29 17:23:23 +07:00
Igor Mandrigin
3452413fe1
begin 2021.08.01 release cycle
2021-07-29 11:49:59 +03:00
Alex Sharov
48ff62ca0b
RPC: Fix "err after streaming started" problem for batch ( #2464 )
2021-07-29 15:42:01 +07:00
ledgerwatch
74473a6362
Update skip_analysis.go
2021-07-29 09:12:11 +01:00
ledgerwatch
69fcbe74ce
Fix tracing issues ( #2461 )
...
* Fix tracing issues
* Fix test
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-07-28 18:49:06 +01:00
Alex Sharov
75532ebfa4
remove ( #2459 )
2021-07-28 13:13:52 +07:00
Alex Sharov
21cb7befa4
finish remove bucket suffix ( #2458 )
2021-07-28 10:43:51 +07:00
Alex Sharov
838e5f9ef2
Move bucket constants into kv package, move kv interface to kv package ( #2455 )
2021-07-28 09:47:38 +07:00
Alex Sharov
63a6c45ef1
Remove some db interfaces ( #2452 )
2021-07-27 19:35:32 +07:00
Alex Sharov
974eb62d75
fix _syncing on zero block ( #2453 )
2021-07-27 19:22:27 +07:00
Andrea Lanfranchi
684206c255
Build multiple targets ( #2450 )
2021-07-27 18:21:37 +07:00
Alex Sharov
ec49dc786e
truncate timings in logs ( #2451 )
2021-07-27 09:50:57 +07:00
alex.sharov
29b005e87a
add OCI link
2021-07-27 09:41:17 +07:00