Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

CFD: Initial support for pruned_block #8853

Merged
merged 11 commits into from
Mar 24, 2020
Merged

CFD: Initial support for pruned_block #8853

merged 11 commits into from
Mar 24, 2020

Conversation

swatanabe-b1
Copy link
Contributor

Change Description

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

unittests/misc_tests.cpp Outdated Show resolved Hide resolved
unittests/misc_tests.cpp Show resolved Hide resolved
libraries/chain/include/eosio/chain/block.hpp Outdated Show resolved Hide resolved
libraries/chain/include/eosio/chain/block.hpp Outdated Show resolved Hide resolved
libraries/chain/include/eosio/chain/transaction.hpp Outdated Show resolved Hide resolved
libraries/chain/transaction.cpp Outdated Show resolved Hide resolved
explicit pruned_transaction(const signed_transaction& t, bool legacy, compression_type _compression = compression_type::none);
explicit pruned_transaction(signed_transaction&& t, bool legacy, compression_type _compression = compression_type::none);

#if 0
Copy link
Contributor

Choose a reason for hiding this comment

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

this code need to be kept around?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it'll be needed eventually.

Copy link
Contributor

@heifner heifner left a comment

Choose a reason for hiding this comment

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

Approving for my part. I assume @arhag will want to review since he spec'ed this out.

libraries/chain/include/eosio/chain/transaction.hpp Outdated Show resolved Hide resolved
libraries/chain/include/eosio/chain/transaction.hpp Outdated Show resolved Hide resolved
libraries/chain/transaction.cpp Show resolved Hide resolved
libraries/chain/include/eosio/chain/block.hpp Show resolved Hide resolved
libraries/chain/include/eosio/chain/block.hpp Outdated Show resolved Hide resolved
libraries/chain/include/eosio/chain/block.hpp Outdated Show resolved Hide resolved
@swatanabe-b1 swatanabe-b1 merged commit d0a5b2a into develop Mar 24, 2020
@arhag arhag deleted the pruned-trx branch March 24, 2020 20:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants