The spec of accumulation is located in chapter 12. Accumulation of graypaper
- we have already implemented the accumulation logic in runtime::tx::guarantee
- for the tracing tests, it's located in testing::accumulate
What we currently missed?
Since the accumulation was missed the post-state of accounts, we didn't have assertion about account state
- the test cases of accumulation could be found in stf::accumulate
- we are processing test vectors with specjam
- see also the discussion about the fix jam-test-vectors#52
- a logging trace for process-one-immediate-report which would be helpful integrating matched test from the test vectors
The spec of accumulation is located in chapter
12. Accumulationof graypaperWhat we currently missed?
Since the accumulation was missed the post-state of accounts, we didn't have assertion about account state