good morning!!!!

Skip to content
Snippets Groups Projects
  1. Nov 12, 2019
  2. Jul 14, 2019
  3. Jul 30, 2018
  4. May 23, 2018
  5. Apr 12, 2018
  6. Jan 03, 2018
  7. Oct 30, 2017
    • Jim McDonald's avatar
      core: respect price bump threshold (#15401) · 0131bd6f
      Jim McDonald authored
      * core: allow price bump at threshold
      
      * core: test changes to allow price bump at threshold
      
      * core: reinstate tx replacement test underneath threshold
      
      * core: minor test failure message cleanups
      0131bd6f
  8. Oct 25, 2017
  9. Oct 24, 2017
    • Zsolt Felföldi's avatar
      les, light: LES/2 protocol version (#14970) · ca376ead
      Zsolt Felföldi authored
      This PR implements the new LES protocol version extensions:
      
      * new and more efficient Merkle proofs reply format (when replying to
        a multiple Merkle proofs request, we just send a single set of trie
        nodes containing all necessary nodes)
      * BBT (BloomBitsTrie) works similarly to the existing CHT and contains
        the bloombits search data to speed up log searches
      * GetTxStatusMsg returns the inclusion position or the
        pending/queued/unknown state of a transaction referenced by hash
      * an optional signature of new block data (number/hash/td) can be
        included in AnnounceMsg to provide an option for "very light
        clients" (mobile/embedded devices) to skip expensive Ethash check
        and accept multiple signatures of somewhat trusted servers (still a
        lot better than trusting a single server completely and retrieving
        everything through RPC). The new client mode is not implemented in
        this PR, just the protocol extension.
      ca376ead
  10. Sep 05, 2017
  11. Sep 04, 2017
  12. Jul 06, 2017
    • Péter Szilágyi's avatar
      core: test locals support in txpool queue limits, fix · 34ec9913
      Péter Szilágyi authored
      The commit reworks the transaction pool queue limitation tests
      to cater for testing local accounts, also testing the nolocal flag.
      
      In addition, it also fixes a panic if local transactions exceeded
      the global queue allowance (no accounts left to drop from) and also
      fixes queue eviction to operate on all accounts, not just the one
      being updated.
      34ec9913
  13. Jul 05, 2017
  14. Jun 30, 2017
  15. May 29, 2017
  16. May 16, 2017
  17. Jan 06, 2017
  18. Sep 02, 2016
Loading