good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 27, 2020
  2. Sep 26, 2020
  3. Sep 25, 2020
    • Thomas Jay Rush's avatar
      [WIP] Tracing enhancements (#1133) · b437fab0
      Thomas Jay Rush authored
      * Adding some testdata for RPC tracing
      
      * Adding command line option to allow switching trace export format
      
      * Moved types into a separate file for clarity
      
      * Added endpoints and stub functions for other trace routines
      
      * Added experimental end points for issuance, blockReward, and uncleReward
      
      * Moved supporting functions for filtering to _filtering file
      
      * Moved Filter function to _filtering file
      
      * Reordering functions for clarity
      
      * Cleaning up
      
      * Implemented trace_get - 7 of 8 tests pass
      
      * Implemented trace_transaction - 2 of 8 tests pass
      
      * Updating test cases
      
      * Turning off lint temporarily. Will be turned back on
      
      * Extended trace_filter (parity traces, reward traces) - 10 of 13 tests pass
      
      * Implemented trace_block - 4 of 6 tests passed
      
      * Cleanup test cases
      
      * Added refundAddress and selfDestructedAddress to self destruct traces
      
      * Total hack fix to missing gasUsed in some tests. Fixes tests, needs to be replaced
      b437fab0
  4. Sep 24, 2020
  5. Sep 23, 2020
  6. Sep 21, 2020
  7. Sep 20, 2020
    • ledgerwatch's avatar
      Headers poc 4 - intermediate changes (#1125) · 5aab794c
      ledgerwatch authored
      * Process BlockHeadersMsg
      
      * Print invalidations
      
      * Print reason for parent-child mismatch
      
      * Fix off by one error
      
      * Fix ExtendDown
      
      * Replace tipLimiter with an LRU cache
      
      * Retrieve 256 headers at a time
      
      * Hard coding of tips, process new block hashes
      
      * extract headers
      
      * Write hard-coded headers into a file
      
      * Add total difficulty
      
      * Insert hard coded headers
      
      * Log i
      
      * Initiate download from hard-coded anchors
      
      * Print the state of anchors
      
      * Add hard-coded headers as tips
      
      * Spare the peers
      
      * Refine LRU caching of tips
      
      * Print length of anchor trees
      
      * Limit requests to 192 headers
      
      * range error fix
      
      * Print better, retain at least one tip in the LRU cache
      
      * Skip duplicate line ends
      
      * Throttle requests, display peer name
      
      * Back off, intermediate tip queue
      
      * Print block header timestamp
      
      * Better logging
      
      * Log less
      
      * More logging of evictions
      
      * Fix queue push
      
      * Fix queue pop
      
      * Exclude duplicate tips
      
      * Fix tips logging
      
      * Fix moving
      
      * Add port flag
      
      * Check headers
      
      * Print extra
      
      * Add mixDigest to serialisation
      
      * Fix difficulty in hard-coded headers
      
      * Avoid duplicate header requests
      
      * Update peer characteristics on NewBlockMsg
      
      * Remove backoff when peer responds
      
      * Fix tests
      
      * Fix lint
      
      * Fix lint
      5aab794c
  8. Sep 19, 2020
  9. Sep 18, 2020
  10. Sep 17, 2020
  11. Sep 15, 2020
    • Thomas Jay Rush's avatar
      1075 RPC additions and cleanup of README (#1117) · f596a631
      Thomas Jay Rush authored
      * Rewrite of README for clarity and expanding implementation table
      
      * Small cleanups for web3_api.go
      
      * Changed GetReceipts function to non-export (getRecipts) and cleaned up comments
      
      * Added a comment for GetLogsByHash
      
      * Add support for eth_protocolVersion and eth_chainId
      
      * Adding comments and re-ordering fields to agree with Parity's ordering
      
      * Added support for eth_listening. Moved net_version to same file as others
      
      * Setup for adding eth_gasPrice
      f596a631
    • Igor Mandrigin's avatar
      Expose TX instead of DB (#1118) · 4f774727
      Igor Mandrigin authored
      4f774727
  12. Sep 14, 2020
  13. Sep 13, 2020
  14. Sep 12, 2020
  15. Sep 11, 2020
Loading