good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jul 18, 2015
    • Felix Lange's avatar
      rlp: fix check for canonical byte array size · 345590f2
      Felix Lange authored
      Decoding did not reject byte arrays of length one with a single element
      b where 55 < b < 128. Such byte arrays must be rejected because
      they must be encoded as the single byte b instead.
      345590f2
  2. Jul 17, 2015
  3. Jul 16, 2015
  4. Jul 15, 2015
  5. Jul 14, 2015
    • Jeffrey Wilcke's avatar
      core: during chain reorg rewrite receipts and transactions · e17d8ddb
      Jeffrey Wilcke authored
      Added PutBlockReceipts; storing receipts by blocks. Eventually this will
      require pruning during some cleanup cycle. During forks the receipts by
      block are used to get the new canonical receipts and transactions.
      
      This PR fixes #1473 by rewriting transactions and receipts from the point
      of where the fork occured.
      e17d8ddb
  6. Jul 13, 2015
  7. Jul 12, 2015
  8. Jul 10, 2015
  9. Jul 09, 2015
  10. Jul 08, 2015
Loading