good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 16, 2022
  2. May 12, 2022
  3. May 10, 2022
  4. May 06, 2022
    • battlmonstr's avatar
      rpcdaemon: optimize tests (#4082) · 0fc99b7c
      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
      0fc99b7c
  5. May 04, 2022
  6. May 01, 2022
  7. Apr 28, 2022
  8. Apr 25, 2022
  9. Apr 23, 2022
  10. Apr 21, 2022
  11. Apr 18, 2022
  12. Apr 14, 2022
  13. Apr 10, 2022
  14. Apr 08, 2022
  15. Apr 07, 2022
  16. Apr 01, 2022
  17. Mar 31, 2022
    • leonardchinonso's avatar
      Chore/test log subscription (#3786) · fbb62c7a
      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
      fbb62c7a
  18. Mar 30, 2022
  19. Mar 27, 2022
  20. 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
  21. Mar 25, 2022
  22. Mar 23, 2022
  23. 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
  24. Mar 21, 2022
  25. Mar 19, 2022
  26. Mar 18, 2022
  27. Mar 17, 2022
  28. Mar 16, 2022
  29. Mar 15, 2022
Loading