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

Add get_ops_in_block method to database_api #649

Merged
merged 8 commits into from Dec 14, 2016

Conversation

arhag
Copy link
Contributor

@arhag arhag commented Dec 2, 2016

This pull request adds a new method to database_api which, if full account history is enabled for all accounts, allows the caller to get an ordered sequence of both real and virtual operations within a particular block (as well as location metadata attached). This method has been useful for sites like steemdb.com.

The pull request also fixes this bug which prevents custom operations that only required posting authority from showing up in the account history.

@aaroncox
Copy link
Contributor

aaroncox commented Dec 2, 2016

For anyone seeking to test this and in need of a block number: 479660 contains a fill_vesting_withdraw and a transfer, making it ideal for testing the virtual_only flag.

@mvandeberg mvandeberg changed the base branch from develop to 649-PR December 14, 2016 22:10
@mvandeberg mvandeberg merged commit 45e1152 into steemit:649-PR Dec 14, 2016
@mvandeberg
Copy link
Contributor

In the future please branch issue branch on develop, not master.

On1x pushed a commit to VIZ-Blockchain/viz-cpp-node that referenced this pull request May 28, 2018
…without-tags-plugin

Added check for tag_index availability in fill_promoted steemit#647
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.

None yet

4 participants