Skip to content

Commit 74b417c

Browse files
committed
Merge branch 'tiago/masp-ss-client-phase-1' (#3498)
* origin/tiago/masp-ss-client-phase-1: Changelog for #3498 Document origin of obfuscated/opaque masp tx Implement a gnarly cross-platform logging iterator Implement phase 1 of shielded sync
2 parents c3da715 + 6a18bc1 commit 74b417c

File tree

13 files changed

+1364
-371
lines changed

13 files changed

+1364
-371
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- Implements phase 1 of Issue [\#3385](https://github.com/anoma/namada/issues/3385)
2+
- When fetching notes, connections and related failures should not halt shielded sync. Instead, the process
3+
should be restarted
4+
- If fetching is interrupted, the data fetched should be persisted locally so that progress isn't lost.
5+
- A trait for fetching behavior should be added to provide modularity
6+
7+
([\#3498](https://github.com/anoma/namada/pull/3498))

Cargo.lock

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/apps_lib/src/cli/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::cli::cmds::*;
1212
use crate::client::{rpc, tx, utils};
1313

1414
impl CliApi {
15-
pub async fn handle_client_command<C, IO: Io>(
15+
pub async fn handle_client_command<C, IO: Io + Send + Sync>(
1616
client: Option<C>,
1717
cmd: cli::NamadaClient,
1818
io: IO,

0 commit comments

Comments
 (0)