f-o-a-m / purescript-web3

a purescript library for the web3 api
Apache License 2.0
127 stars 24 forks source link

Support kovan blocks (no nonce field) #74

Closed XertroV closed 6 years ago

XertroV commented 6 years ago

Little hack to replace nonce with author when absent (particular to Kovan blocks)

note: added simple-json dependency because it can read JSON to records whereas I couldn't see a way to do this with decode

XertroV commented 6 years ago

Link to #72

martyall commented 6 years ago

thanks, looks good