onflow / flow-go

A fast, secure, and developer-friendly blockchain built to support the next generation of games, apps, and the digital assets that power them.
GNU Affero General Public License v3.0
530 stars 177 forks source link

Integrate Atree inlining and Cadence v0.42.x with flow-go #5296

Open fxamacker opened 6 months ago

fxamacker commented 6 months ago

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:

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

github-actions[bot] commented 1 month ago

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.

fxamacker commented 1 month ago

For testing and benchmarks, we have been using this branch: