good morning!!!!

Skip to content
Snippets Groups Projects
  1. Mar 27, 2022
  2. Mar 26, 2022
    • ledgerwatch's avatar
      Fixes to subscribe logs (#3769) · 9ea63985
      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: default avatarAlex Sharp <alexsharp@Alexs-MacBook-Pro.local>
      Co-authored-by: default avatarAlexey Sharp <alexeysharp@Alexeys-iMac.local>
      9ea63985
  3. Mar 25, 2022
  4. Mar 24, 2022
  5. Mar 23, 2022
  6. Mar 22, 2022
    • Andrew Ashikhmin's avatar
      Refactor PoS downloader (#3717) · 74a7d7c7
      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
      74a7d7c7
    • Alex Sharov's avatar
      Snapshots: initial sync fix (#3750) · 36b9cc29
      Alex Sharov authored
      36b9cc29
  7. Mar 21, 2022
  8. Mar 20, 2022
  9. Mar 19, 2022
Loading