oasisprotocol / oasisprotocol/oasis-core
Update Tendermint verifier to always use the latest state root
Open
- Dominant language
- Go
- Stars
- 369
- Forks
- 151
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 6
Description
Method consensus_state_at doesn't return state root from the last metadata transaction if the state is requested for the latest height (height 0). Instead, it returns the state from the last light block, which is 1 height behind.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.