good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 16, 2022
  2. May 10, 2022
  3. May 01, 2022
  4. Apr 28, 2022
  5. Apr 25, 2022
  6. Apr 14, 2022
  7. Apr 08, 2022
  8. Apr 01, 2022
  9. 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
  10. Mar 30, 2022
  11. 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
  12. Mar 25, 2022
  13. Mar 23, 2022
  14. Mar 18, 2022
  15. Mar 16, 2022
  16. Mar 15, 2022
  17. Mar 13, 2022
  18. Mar 12, 2022
  19. 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
  20. Mar 07, 2022
  21. Mar 03, 2022
  22. Mar 01, 2022
  23. Feb 24, 2022
  24. Feb 23, 2022
  25. Feb 22, 2022
  26. 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
  27. 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
  28. Feb 19, 2022
  29. Feb 17, 2022
    • Andrew Ashikhmin's avatar
      Fix stall on unwind in handleForkChoice (#3536) · 0701c832
      Andrew Ashikhmin authored
      * ReadHeader instead of ReadHeaderByHash
      
      * Add Engine API to rpcdaemon README
      
      * Fix nil pointer dereference in HandlePendingBlock
      
      * Fix latestValidHash JSON
      
      * Delete GetPayloadBodiesV1
      
      * Break infinte unwind loop in handleForkChoice
      
      * More logging
      0701c832
Loading