Closed tobowers closed 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.
ChainTree.getLatest(did)
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.