Skip to content
New issue

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

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

Already on GitHub? # to your account

Add include_only_confirmed option to rpc accounts_balances #4074

Conversation

dsiganos
Copy link
Contributor

The RPC accounts_balances returned possibly unconfirmed data. Now it returns confirmed data only, by default.
Unconfirmed data can still be got by setting include_only_confirmed=false.

resolves #3797

The RPC accounts_balances returned possibly unconfirmed data.
Now it returns confirmed data only, by default.
Unconfirmed data can still be got by setting include_only_confirmed=false.

resolves nanocurrency#3797
@dsiganos dsiganos added enhancement documentation This item indicates the need for or supplies updated or expanded documentation labels Jan 25, 2023
@dsiganos dsiganos added this to the V25.0 milestone Jan 25, 2023
@dsiganos dsiganos merged commit d98f2bb into nanocurrency:develop Jan 25, 2023
dsiganos added a commit to dsiganos/nano-node that referenced this pull request Jan 25, 2023
…ncy#4074)

The RPC accounts_balances returned possibly unconfirmed data.
Now it returns confirmed data only, by default.
Unconfirmed data can still be got by setting include_only_confirmed=false.

resolves nanocurrency#3797
dsiganos added a commit that referenced this pull request Jan 25, 2023
The RPC accounts_balances returned possibly unconfirmed data.
Now it returns confirmed data only, by default.
Unconfirmed data can still be got by setting include_only_confirmed=false.

resolves #3797
dsiganos added a commit that referenced this pull request Jan 27, 2023
The RPC accounts_balances returned possibly unconfirmed data.
Now it returns confirmed data only, by default.
Unconfirmed data can still be got by setting include_only_confirmed=false.

resolves #3797
@thsfs
Copy link
Contributor

thsfs commented May 19, 2023

The doc is going to be added for V25.0 by: nanocurrency/nano-docs#670

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
documentation This item indicates the need for or supplies updated or expanded documentation enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add include_only_confirmed option to accounts_balances RPC
4 participants