quorumcontrol / tupelo-wasm-sdk

(ALPHA) A wasm-based TypeScript sdk that does not require the RPC server.
MIT License
9 stars 1 forks source link

add get latest #84

Closed tobowers closed 4 years ago

tobowers commented 4 years ago

This upgrades the go-sdk (past master to https://github.com/quorumcontrol/tupelo-go-sdk/pull/202)

It also adds ChainTree.getLatest(did) which will use the go-sdk to do a getLatest and then return a ChainTree with the latest tip already in local storage.