good morning!!!!

Skip to content
Snippets Groups Projects
  1. Mar 23, 2022
  2. 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
  3. Mar 21, 2022
  4. Mar 19, 2022
  5. Mar 18, 2022
  6. Mar 17, 2022
  7. Mar 16, 2022
  8. Mar 15, 2022
  9. Mar 14, 2022
  10. Mar 13, 2022
  11. Mar 12, 2022
  12. Mar 09, 2022
    • leonardchinonso's avatar
      Feature/test event logs (#3631) · 14b30021
      leonardchinonso authored
      * Adding contract code for event logs subscription
      
      * Saving changes
      
      * gofmt'd files
      
      * Setting up devnet test tool for log subscription testing
      
      * Fixed lint errors
      
      * Changes to debug case
      
      * fixed linting
      
      * Committing debugging changes
      
      * Finalised contract tx creation and mining
      
      * Fixed lint errors
      
      * Made base fee upper limit a constant
      14b30021
  13. Mar 08, 2022
    • Alex Sharov's avatar
      rpcdaemon: limit amount of read transactions (#3637) · 0b2ce6f8
      Alex Sharov authored
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * a
      
      * a
      
      * a
      
      * a
      
      * a
      
      * a
      
      * fefefe
      
      * fefefe
      
      * fefefe
      
      * fefefe
      
      * fefefe
      
      * fefefe
      
      * fefefe
      
      * fefefe
      
      * fefefe
      
      * fefefe
      
      * fefefe
      
      * fefefe
      
      * fefefe
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      0b2ce6f8
  14. Mar 07, 2022
  15. Mar 03, 2022
  16. Mar 02, 2022
  17. Mar 01, 2022
  18. Feb 28, 2022
  19. Feb 24, 2022
  20. Feb 23, 2022
  21. Feb 22, 2022
  22. Feb 21, 2022
    • Andrew Ashikhmin's avatar
      Fix coinbase in stage_mining_exec (#3564) · 980276c3
      Andrew Ashikhmin authored
      * Simplify TerminalBlockHash & TerminalBlockNumber
      
      * Simplify FeedHeaderPoS
      
      * More accurate comment
      
      * Relax TerminalBlockHash check
      
      * Extract the sleep hack into stageLoopIsBusy
      
      * Several short naps instead of a single longish sleep
      
      * Fix coinbase in stage_mining_exec
      
      * More orthodox loop
      
      * typo in comment
      980276c3
    • Alex Sharov's avatar
      Embed rpcdaemon - more cli flags (#3556) · bed56c63
      Alex Sharov authored
      * more rpc emed flags
      
      * more rpc emed flags
      
      * more rpc emed flags
      bed56c63
  23. Feb 20, 2022
    • Enrique Jose  Avila Asapche's avatar
      Get block by time stamp (#3514) · d12560f1
      Enrique Jose Avila Asapche authored
      * initial
      
      * binary search through blocks
      
      * snapshot
      
      * returning highest block
      
      * oldest block is now 0
      
      * multiple test written for  getBlockByTimeStamp
      
      * retrieved picked block time stamp
      
      * added into erigon_api
      
      * returning pointer
      
      * reverting c37b99b2
      
      * deleted print
      
      * proper rpc block response
      
      * fixing test
      
      * returning lowest block
      
      * lint
      
      * typo
      
      * fixed test
      
      * returning lowest-1
      
      * skip while loop for times too big or small
      
      * added to readme
      
      * using sort.Search
      d12560f1
  24. Feb 19, 2022
  25. Feb 18, 2022
Loading