Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Added note about private transaction nonce #1740

Merged
Merged
Changes from 18 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4edbf16
WIP
MadelineMurray Jul 12, 2019
3bd6f8d
WIP
MadelineMurray Jul 13, 2019
236afe8
Merge branch 'master' of https://github.com/PegaSysEng/pantheon into …
MadelineMurray Jul 15, 2019
7f58702
Merge branch 'master' of https://github.com/PegaSysEng/pantheon into …
MadelineMurray Jul 21, 2019
0787fe8
Added overview of privacy methods
MadelineMurray Jul 21, 2019
e99111d
Added method overviews
MadelineMurray Jul 21, 2019
c46761a
Reorganised privacy section
MadelineMurray Jul 21, 2019
e261569
Moved files
MadelineMurray Jul 22, 2019
12c3568
Rework
MadelineMurray Jul 22, 2019
a5ffe15
Merge branch 'privacyReorg' of https://github.com/MadelineMurray/pant…
MadelineMurray Jul 22, 2019
9834dde
Merge branch 'MadelineMurray-privacyReorg'
MadelineMurray Jul 22, 2019
f55ff08
Merge branch 'master' of https://github.com/PegaSysEng/pantheon into …
MadelineMurray Jul 22, 2019
da054a5
Merge branch 'MadelineMurray-privacyReorg'
MadelineMurray Jul 22, 2019
1ca598f
Merge branch 'managingPrivateTransactions' of https://github.com/Made…
MadelineMurray Jul 22, 2019
7e1f705
rework
MadelineMurray Jul 22, 2019
4acf168
Merge branch 'MadelineMurray-managingPrivateTransactions'
MadelineMurray Jul 22, 2019
2058cbd
Merge branch 'master' of https://github.com/PegaSysEng/pantheon
MadelineMurray Jul 23, 2019
ac62e50
Added note
MadelineMurray Jul 23, 2019
4a3b00a
Merge branch 'master' into privateTransactionNonce
MadelineMurray Jul 24, 2019
3259636
Merge branch 'master' into privateTransactionNonce
MadelineMurray Jul 24, 2019
971e53b
rework
MadelineMurray Jul 24, 2019
1eb324f
Merge branch 'privateTransactionNonce' of https://github.com/Madeline…
MadelineMurray Jul 24, 2019
67eb4e3
Merge branch 'master' into privateTransactionNonce
MadelineMurray Jul 24, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/Reference/Pantheon-API-Methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -3875,6 +3875,9 @@ Privacy groups containing only the specified members.

Returns the private transaction count for specified account and privacy group.

!!! important
If sending a large number of private transactions, calculate the private transaction nonce outside Pantheon.

**Parameters**
Copy link
Contributor

Choose a reason for hiding this comment

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

If sending more than 1 transaction that will be mined in the same block (ie you're not waiting for the transaction receipt) then you must calculate ...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated


`data` - Account address
Expand Down