Conversation
* feat: add pagination to CheckNullifiersByPrefix * review:expand docs on block range inclusion * review: use if let removing unwrap * review: reorder paginated responses fields * review: increase limit to 2.5MB * review: improve wording in readme * review: move BlockNumber casting to response creation * review: rename to MAX_ROWS * review: rename to MAX_ROWS in pre-existing queries * review: rename CheckNullifiersByPrefix to SyncNullifiers
…issolve `insertions.rs` (#1193)
* feat: add BlockRange message * feat: add PaginationInfo message * fix: add PR number in changelog entry * review: update PaginationInfo docs * review: add +1 in PaginationInfo docs * review: implement From and Into for proto::BlockRange * review: use RangeInclusive in sync_storage_maps * fix: re-build proto messages
* feat: distributed tracing in remote prover * review: update tracing warning
Its features are not yet exposed through the RPC.
* chore: add accounts creation command * review: remove increment_counter, reduce counter_program * review: remove create accounts command * chore: deploy accounts * chore: add accounts creation command * wip: deploy accounts * chore: deploy counter account * chore: remove deploy-account command from readme * review: use PathBuf instead of str * chore: remove authorized account from script * review: remove ? and return * chore: update with latest next * chore: save account after deploy, add instrumentation to deployment * fix: dont panic if remote prover is not available * review: replace unwrap with expect * review: add zeros to stack comment, use dropw * review: remove Box::pin * review: merge accounts into mod, add section separators * Review: use filepath as suffix for config vars * review: replace 'will be saved' with 'are located' in docs * review: move files save into specific modules * chore: deploy incrementing nonce and calling get_count, add account ID validation * review: use auth component from miden testing * review: rename to counter_account * review: update account ID check in procedure * review: replace .bin with .mac * review: use proper default URL * wip: update to latest miden-base * chore: remove unused transaction store * review: update filepath docs, instrument create_wallet_account * review: remove tx script to deploy * review: use PartialAccount::new, remove get_vault_asset_witness impl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a tracking PR for v0.12.0 release.