We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
integritee-network/worker#1642
TrustedGetter::notes_for
PublicGetter::note_buckets_info
TrustedCall::balance_transfer_with_note
I'd like to leave some bucket logic to the client to reduce bandwidth. Therefore, I expect clients to do the following:
init:
poll:
The text was updated successfully, but these errors were encountered:
clangenb
Successfully merging a pull request may close this issue.
integritee-network/worker#1642
TrustedGetter::notes_for
PublicGetter::note_buckets_info
TrustedCall::balance_transfer_with_note
I'd like to leave some bucket logic to the client to reduce bandwidth. Therefore, I expect clients to do the following:
init:
PublicGetter::note_buckets_info
-> get first and last relevant bucket indexTrustedGetter::notes_for
poll:
TrustedGetter::notes_for
-> only latest bucket should be polled as all the others won't get new notesThe text was updated successfully, but these errors were encountered: