-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
feat(node-wasm, types)!: Add method to get blobs for wasm #468
base: main
Are you sure you want to change the base?
Conversation
a09db41
to
121e02d
Compare
121e02d
to
a8a1b20
Compare
aae8355
to
795e6ac
Compare
f3e5b98
to
93514f2
Compare
93514f2
to
bcfefca
Compare
bb88d09
to
20c2276
Compare
20c2276
to
6a7b71c
Compare
grpc/tests/tonic.rs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can revert changes there and in utils.rs
. We've already resolved ci failures about missing docs and stuff at another level
@@ -91,6 +93,7 @@ pub type Proof = nmt_rs::simple_merkle::proof::Proof<NamespacedSha2Hasher>; | |||
/// - secondary reserved namespaces - those use version `0xff` so they are always placed after | |||
/// user-submitted data. | |||
#[derive(Copy, Clone, Debug, PartialEq, Eq, Ord, PartialOrd, Hash)] | |||
#[cfg_attr(all(feature = "wasm-bindgen", target_arch = "wasm32"), wasm_bindgen)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering how usage of namespace works in js, as we don't expose any methods iiuc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, added getters for id and version as well as to_byte equivalent.
64f548e
to
8708c04
Compare
05de0a8
to
ab3cff9
Compare
b70978a
to
5ec36f8
Compare
No description provided.