You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Transport init
* Rebase fix
* Transport layer CLI
* Move fetch-notes to update-based approach
* Transport layer proto crate with no-default-features
* Move to batched-tag note-fetching
* IndexedDB transport methods
* Relax CI
* `TransportError` renamed to `NoteTransportError`
* Do not use `Endpoint` with Transport layer
* Fallible Transport methods if client not configured
* Replace transport error `Other` variant for `TransportLayer`
(server side error)
* Transport layer update return input note
* Change tower timeout for tonic's
* Relax CI
* Drop "Canonical", "Layer", from note transport naming
* Use `Store` settings to store note transport cursor
* `transport` files, mods renaming, remove schema cursor setting
* Bump web-client SDK version
* Remove unused `fetch_private_notes` fn generic `<I>`
* Expand comments, cursor type
* Move CLI note-transport commands to notes, flatten related commands
* Add CLI `init` cmd note-transport-endpoint config option
* Do transport protobuf codegen locally
* Remove `tsconfig.tsbuildinfo` file
* Fix proto WASM compilation, continue renaming private to note
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
*[BREAKING] Added `block_to` parameter to `NodeRpcClient::sync_nullifiers` for better pagination control ([#1309](https://github.com/0xMiden/miden-client/pull/1309)).
*[BREAKING] Updated Web Client account store functions from insert to upsert ([#1274](https://github.com/0xMiden/miden-client/pull/1274)).
26
+
*[BREAKING] Added connectivity to the Transport Layer, adding a new `Client` field and `Store` methods ([#1296](https://github.com/0xMiden/miden-client/pull/1296)).
26
27
* Removed `miden-lib` and `miden-objects` dependencies from web client & cli ([#1333](https://github.com/0xMiden/miden-client/pull/1333)).
27
28
* Add more context to errors when deserializing objects ([#1336](https://github.com/0xMiden/miden-client/pull/1336))
28
29
*[BREAKING] Renamed `TonicRpcClient` to `GrpcClient` and `tonic_rpc_client()` method to `grpc_client()` ([#1360](https://github.com/0xMiden/miden-client/pull/1360)).
0 commit comments