- May 16, 2022
-
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- May 12, 2022
-
-
Alex Sharov authored
* save * save * save
-
- May 10, 2022
-
-
Andrew Ashikhmin authored
* Engine API: remove unauth port * Remove reduntant auth from variable names
-
Alex Sharov authored
RPCDaemon: open snapshots on startup (because now snapshots dir is atomic), even if no Erigon available (#4110) * save * save * save * save * save * save
-
Alex Sharov authored
Rename sentry.ControlServerImpl to sentry.MultyClient and sentry.SentryServerImpl to sentry.GrpcServer #444
-
Alex Sharov authored
-
- May 06, 2022
-
-
battlmonstr authored
* reuse the generated test blockchain across tests * copy ChainPack to ensure test isolation This improves the speed from 10s to 4s. The package tests timeout can be reduced to 5s: go test ./cmd/rpcdaemon/commands -count 1 --timeout 5s
-
- May 04, 2022
-
-
Alex Sharov authored
-
- May 01, 2022
-
-
Alex Sharov authored
-
- Apr 28, 2022
-
-
Alex Sharov authored
* save * save
-
Alex Sharov authored
* save * save * save
-
- Apr 25, 2022
-
-
battlmonstr authored
* RPC: admin.peers() This RPC method returns information about the connected remote nodes. https://geth.ethereum.org/docs/rpc/ns-admin#admin_peers The peers are collected from all configured sentries. See: https://github.com/ledgerwatch/interfaces/pull/102 Test with: curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc": "2.0", "method": "admin_peers", "params": [], "id":1}' localhost:8545 * save * liner fix Co-authored-by:
alex.sharov <AskAlexSharov@gmail.com>
-
Enrique Jose Avila Asapche authored
* got rid of the automatic usage of net api * less confusing comment * ops * ops2 * important * ops
-
- Apr 23, 2022
-
-
Håvard Anda Estensen authored
-
- Apr 21, 2022
-
-
Alex Sharov authored
-
- Apr 18, 2022
-
-
ledgerwatch authored
* Update README.md * Update flags.go * Update README.md
-
- Apr 14, 2022
-
-
Andrew Ashikhmin authored
-
- Apr 10, 2022
-
-
Alex Sharov authored
* change syncmode default to snap sync * save
-
- Apr 08, 2022
-
-
Andrew Ashikhmin authored
-
alex.sharov authored
-
- Apr 07, 2022
-
-
Giulio Rebuffo authored
-
- Apr 01, 2022
-
-
Alex Sharov authored
-
Andrew Ashikhmin authored
* LastForkchoice accessors * Update erigon-lib * Prefer forkchoice head as latest block in RPC * Fix typo
-
- Mar 31, 2022
-
-
leonardchinonso authored
* saving * Implemented and tested subscription of logs * Fixed lint errors * fixed compilation error * Removed print statements across code * made review changes * Validated hex addresses
-
- Mar 30, 2022
-
-
Igor Mandrigin authored
* Fix 'all defaults' case for eth_estimateGas * fix tests Co-authored-by:
Igor Mandrigin <i@mandrigin.ru>
-
- Mar 27, 2022
-
-
Alex Sharov authored
-
- Mar 26, 2022
-
-
ledgerwatch authored
* Fixes to subscribe logs * Add criteria to logs subscription * Skeleton of RPC daemon event log distribution * Simplify * Send aggregated filter to Erigon * Change API * Print * Fixes * Fix topics filtering * Fill txHash and blockHash * Timing logs, fill tx index * Print * More print * Print * Asynchronous sending of log events to RPC daemon * Remove prints * Only extract logs if there are subscribers * Check empty when RPC daemon is removed Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- Mar 25, 2022
-
-
Marin Ivanov authored
-
- Mar 23, 2022
-
-
Giulio Rebuffo authored
* added ws support and auth * fixed lint
-
Giulio Rebuffo authored
-
primal_concrete_sledge authored
-
- Mar 22, 2022
-
-
Andrew Ashikhmin authored
* Remove blockHeight arg from FeedHeaderPoW * Revert "Remove blockHeight arg from FeedHeaderPoW" This reverts commit 9bf92921db11cd4e13386fcee29f30241d070fc6. * Move PayloadMessage & ForkChoiceMessage to package engineapi * RequestList instead of newPayloadCh & forkChoiceCh * Introduce request status * Send reply only when request status is New * Move BeaconRequestList to HeaderDownload * Don't SetFetching when PoS (Fetching means handling newBlockHashes) * Merge Syncing & Synced into DataWasMissing * Introduce SyncStatus * onlyNew arg in WaitForRequest * Move waitingForBeaconChain into RequestList * Interrupt instead of skipCycleHack * Introduce timeout for PoS headers * Split downloadMissingPoSHeaders * Move StartPoSDownloader into HeaderDownload * Move Stopping interrupt to StartPoSDownloader * Move stopping PayloadStatus back to HeadersPOS * cleanUpPoSDownload * Post-merge fix * TestBogusForkchoice * TestPoSDownloader * requestStatus in attemptPoSDownload * Broadcast in SetStatus * Cosmetics * attemptPoSDownload -> schedulePoSDownload * Demote some logs to Trace
-
- Mar 21, 2022
-
-
Enrique Jose Avila Asapche authored
-
- Mar 19, 2022
-
-
ledgerwatch authored
* Separate handover timing * Update * Corrected handover time calculation * Not use compression when aggregate * Update to latest erigon-lib * Update to erigon-lib main * Update * Disable reproducible builds * Restore github actions * Restore github actions * Revert "linter to support go 1.18 (#3739)" This reverts commit 1fd434d3. Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- Mar 18, 2022
-
-
Alex Sharov authored
-
- Mar 17, 2022
-
-
Enrique Jose Avila Asapche authored
-
- Mar 16, 2022
-
-
ledgerwatch authored
Previously `txCtx` is not updated for every tx, which leads to wrong tracing results. Co-authored-by:
can <can@canx.me>
-
Andrew Ashikhmin authored
* More Merge logging * Even more logging * Marshall incoming payload json * Fix json formatting * Revert json marshalling * Some extra logs
-
Alex Sharov authored
-
- Mar 15, 2022
-
-
mars authored
-