algorand / algorand/go-algorand
verify the crypto part of the state proof transaction only once
Open
Enhancement
good first issue / help wanted
Team Sphinx
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 537
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 17
Description
## Context
Currently, a node might verify the cryptography part of a state proof transaction several times when the transaction is in the transaction pool.
## Acceptance Criteria
The cryptography of state proof should be verified once (using the transaction cache)
Contributor guide
Assessment
This issue has not been assessed yet.