Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Support testnet #277

Merged
merged 15 commits into from Dec 4, 2018
Merged

Support testnet #277

merged 15 commits into from Dec 4, 2018

Commits on Oct 11, 2018

  1. Improve get_block() errors

    Instead of
    
      thread '<unnamed>' panicked at 'index out of bounds: the len is 0 but the index is 0'
    
    you now get
    
      hermes::service: Sync failed: Requested block 81a965de1412623ccd1cb3664f4d61a6cb4b9d53b44d779ed918e87bf3493f02 does not exist
    edolstra committed Oct 11, 2018
    Copy the full SHA
    b9eb170 View commit details
    Browse the repository at this point in the history
  2. Update testnet hashes

    edolstra committed Oct 11, 2018
    Copy the full SHA
    5a619fa View commit details
    Browse the repository at this point in the history
  3. address::Attributes: Support NetworkMagic field

    This was added recently to cardano-sl and is used on the testnet.
    edolstra committed Oct 11, 2018
    Copy the full SHA
    6d23ddc View commit details
    Browse the repository at this point in the history
  4. redeem_pubkey_to_txid(): Emit NetworkMagic

    This is needed for testnet.
    edolstra committed Oct 11, 2018
    Copy the full SHA
    f05daa8 View commit details
    Browse the repository at this point in the history
  5. Support non-AVVM balances

    edolstra committed Oct 11, 2018
    Copy the full SHA
    f3144c7 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3ec3123 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    42bd303 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    be28d99 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0331b11 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    50e2dbb View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Copy the full SHA
    e356a45 View commit details
    Browse the repository at this point in the history
  2. Use into()

    edolstra committed Nov 21, 2018
    Copy the full SHA
    c0c87e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Fix test

    edolstra committed Dec 4, 2018
    Copy the full SHA
    b9b6588 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5ac2963 View commit details
    Browse the repository at this point in the history
  3. Fix test

    edolstra committed Dec 4, 2018
    Copy the full SHA
    4ed0d81 View commit details
    Browse the repository at this point in the history