Skip to content

Tracking PR for v0.13.0 release#1346

Merged
bobbinth merged 133 commits intomainfrom
next
Jan 22, 2026
Merged

Tracking PR for v0.13.0 release#1346
bobbinth merged 133 commits intomainfrom
next

Conversation

@bobbinth
Copy link
Contributor

@bobbinth bobbinth commented Nov 9, 2025

This is a tracking PR for v0.13.0 release.

bobbinth and others added 3 commits November 15, 2025 20:36
- Normalized response size limits to 4MB
- Standardized naming in protobuf schema
This fixes an issue with the gRPC client builder where the content negotiation header
was only set if the RPC version was specified. This meant that if the version was unset
but the genesis commitment was set, that no header was written and the genesis
commitment was ignored.
…ethods (#1298)

Write RPC requests are now required to contain the network's genesis commitment
as part of their ACCEPT header.
Mirko-von-Leipzig and others added 17 commits January 20, 2026 11:26
* chore: update with latest miden-base

* docs: add changelog entry

* fix: rollback tx_inputs removal

* fix: return empty vec in get_vault_asset_witnesses

* review: remove clone

* review: add attachment to notes in DB

* review: add test for DB with note attachment

* review: add is_single_target_network_note field & fix lint

* chore: update to latest miden-base

* review: update query docs to reflect schema changes

* review: update assert comment

* review: remov async move
gRPC trace layer was not connected to method handlers as the latter had 
its own root span. Fixed by removing this root span.
* chore: decouple ntx builder

* review: send one account at a time

* review: increase channel capacity, remove pagination reference

* review: return NetworkAccountPrefix

* review: improve tracing

* review: add exponential backoff

* review: remove max iterations

* review: reduce channel capacity

Co-authored-by: Mirko <48352201+Mirko-von-Leipzig@users.noreply.github.com>

* review: abort on failure

* fix: exponential backoff overflow

* review: fix instrumentation

* review: add warn! when receiver drops

* review: flatten double result

Co-authored-by: Mirko <48352201+Mirko-von-Leipzig@users.noreply.github.com>

* review: remove Option<Handle>

* review: remove fields from trace

Co-authored-by: Mirko <48352201+Mirko-von-Leipzig@users.noreply.github.com>

* review: remove parameters from submit_page

* review: log full errors

* review: rename submit and fetch page functions

* review: use _inner approach for errors

---------

Co-authored-by: Mirko <48352201+Mirko-von-Leipzig@users.noreply.github.com>
@bobbinth
Copy link
Contributor Author

Interestingly, running cargo update causes issues. I think something breaks with vergen crate. I didn't spend enough time to figure out what it is exactly and just updated the miden-crypto crates to v0.19.4. But it would be good to figure out what's going on before we make the release.

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.