Integrate Atree inlining and Cadence v0.42.x with flow-go
Updates Epic https://github.com/onflow/atree/issues/292
This will be in a feature branch that can be used to test atree migration, measure TPS, etc.
To avoid unrelated CI issues, we have been using this non-feature branch for benchmarks and tests:
- https://github.com/onflow/flow-go/tree/v0.33-atree-inlining
Building with this branch will enable atree inlining & deduplication implemented by https://github.com/onflow/atree/pull/342, etc. and https://github.com/onflow/cadence/pull/2882.
NOTE: The equivalent of this issue using Cadence 1.0 is #5403
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
For testing and benchmarks, we have been using this branch:
- https://github.com/onflow/flow-go/tree/v0.33-atree-inlining
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing as completed by this feature branch
- https://github.com/onflow/flow-go/tree/feature/atree-inlining-cadence-v0.42