1. 18 Jul, 2015 1 commit
    • 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. 17 Jul, 2015 3 commits
  3. 16 Jul, 2015 6 commits
  4. 15 Jul, 2015 3 commits
  5. 14 Jul, 2015 1 commit
    • 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. 13 Jul, 2015 1 commit
  7. 12 Jul, 2015 1 commit
  8. 10 Jul, 2015 1 commit
  9. 09 Jul, 2015 18 commits
  10. 08 Jul, 2015 5 commits