Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update memory_size() calculation for tracked_transaction #127

Merged

Conversation

ClaytonCalabrese
Copy link
Contributor

tracked_transaction now uses the new fc::variant::estimated size function to more accurately estimate the size

This PR also ticks up the git commit for the fc submodule.

Some additional test changes may be needed.

@ClaytonCalabrese ClaytonCalabrese self-assigned this Apr 22, 2022
@@ -51,10 +51,7 @@ struct tracked_transaction {
return block_num != 0;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name is wrong in test/variant_estimated_size/CMakeLists.txt
add_test(NAME test_variant should be add_test(NAME variant_estimated_size

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is already on fc's main so #128 is getting hung up by it. eosnetworkfoundation/mandel-fc#20

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ClaytonCalabrese All you need to do now is update this PR to point to fc head of main.

@ClaytonCalabrese ClaytonCalabrese merged commit f546491 into feature/oci_api_phase1 Apr 26, 2022
@ClaytonCalabrese ClaytonCalabrese deleted the enfs55_cc_estimated_size_variant branch April 26, 2022 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants