Skip to content

chore: update node & base#1382

Merged
juan518munoz merged 28 commits intonextfrom
jmunoz-update-miden-node-miden-base
Oct 21, 2025
Merged

chore: update node & base#1382
juan518munoz merged 28 commits intonextfrom
jmunoz-update-miden-node-miden-base

Conversation

@juan518munoz
Copy link
Copy Markdown
Collaborator

@juan518munoz juan518munoz commented Oct 8, 2025

Note: there still some todo's left to address before opening this PR for review.

Depends on 0xMiden/node#1300

@juan518munoz juan518munoz changed the title chore: update node & base chore: update node & base Oct 8, 2025
@juan518munoz juan518munoz added the no changelog This PR does not require an entry in the `CHANGELOG.md` file label Oct 9, 2025
Comment thread crates/web-client/src/models/public_key.rs Outdated
Comment thread crates/web-client/src/web_keystore.rs Outdated
@juan518munoz juan518munoz marked this pull request as ready for review October 20, 2025 19:26
Copy link
Copy Markdown
Collaborator

@igamigo igamigo left a comment

Choose a reason for hiding this comment

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

LGTM! Left some comments, but overall looks good.

Comment thread bin/integration-tests/src/tests/fpi.rs Outdated
Comment thread crates/rust-client/src/rpc/domain/account.rs Outdated
Comment thread crates/rust-client/src/store/data_store.rs Outdated
Comment thread crates/rust-client/src/store/data_store.rs
Comment thread crates/rust-client/src/transaction/request/foreign.rs Outdated
Copy link
Copy Markdown
Collaborator

@igamigo igamigo left a comment

Choose a reason for hiding this comment

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

Left a couple more comments, but I believe we can merge after them.

Comment thread crates/rust-client/src/rpc/tonic_client/mod.rs
Comment thread crates/rust-client/src/store/data_store.rs Outdated
Comment thread bin/integration-tests/src/tests/fpi.rs Outdated

#[cfg(feature = "tonic")]
impl proto::rpc_store::account_proof::AccountDetailsResponse {
impl proto::rpc_store::account_proof_response::AccountDetails {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: can we use namespaces for the imports since this file is not generated?

Copy link
Copy Markdown
Collaborator Author

@juan518munoz juan518munoz Oct 21, 2025

Choose a reason for hiding this comment

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

Note that pub struct AccountDetails is defined on the file, so we would be redefining the type AccountDetails.

A possible alternative would be to:

use proto::rpc_store::account_proof_response::AccountDetails as ProtoAccountDetails

But doing so might break cohesion with the rest of the codebase.

map_key: Word,
) -> Result<miden_objects::account::StorageMapWitness, DataStoreError> {
//TODO: Refactor the store call to be able to retrieve by map root.
// TODO: Refactor the store call to be able to retrieve by map root.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do we have an issue for this?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

It seems as there is no issue to tracking this, should we add it?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I'll create one in a few minutes.

Copy link
Copy Markdown
Contributor

@fkrause98 fkrause98 left a comment

Choose a reason for hiding this comment

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

left some minor comments

@juan518munoz juan518munoz merged commit 68ac60f into next Oct 21, 2025
28 checks passed
@juan518munoz juan518munoz deleted the jmunoz-update-miden-node-miden-base branch October 21, 2025 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog This PR does not require an entry in the `CHANGELOG.md` file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants