helium / blockchain-etl

Blockchain follower that follows and stores the Helium blockchain
Apache License 2.0
64 stars 37 forks source link

Expose OUI Nonce #124

Closed lthiery closed 3 years ago

lthiery commented 3 years ago

OUI nonce is needed when submitting OUI update (routing) transactions.

madninja commented 3 years ago

The /v1/ouis endpoint and /v1/ouis/last endpoint will need to be changed to expose the active OUIs instead of just the transactions that created them. That will then also return the proper data for the oui post routing_v1 changes.

In the meantime you can get the last oui (-1) from the /v1/ouis/last route, but expect the returned data to change over time to represent the current active endpoint (so not -1) in the near future

madninja commented 3 years ago

Fixed by #131 and https://github.com/helium/blockchain-http/pull/200