ethereum-consensus
ethereum-consensus copied to clipboard
Implement optimizations to state transition
The state transition is quite slow, e.g. as evidenced by the time it takes to run the spec tests.
Some obvious low-hanging fruit:
- [x] #348
- [ ] #349
- [ ] cache hash tree root computations, see https://github.com/ralexstokes/ssz-rs/issues/17