blockchain-certificates / BlockcertsFramework-iOS

An iOS wallet for viewing, validating, and sharing certs
MIT License
20 stars 15 forks source link

add valid sample and fixes #12

Closed kimdhamilton closed 8 years ago

kimdhamilton commented 8 years ago

This is a valid transaction on the testnet chain that fully validates.

I added some more hacks around testnet | mainnet. We can figure out what we want here.

I fixed a few more weirdnesses caused by lack of consistent validation (formerly) in v1.1. hashed and display inputs were sometimes string, sometimes bool. I modified to handle both.

kimdhamilton commented 8 years ago

submitting additional PR with updates