Skip to content

chain: Migrate to zaino_state::chain_index::ChainIndex#336

Draft
str4d wants to merge 1 commit into
update-zainofrom
zaino-chainindex
Draft

chain: Migrate to zaino_state::chain_index::ChainIndex#336
str4d wants to merge 1 commit into
update-zainofrom
zaino-chainindex

Conversation

@str4d
Copy link
Copy Markdown
Collaborator

@str4d str4d commented Nov 13, 2025

@str4d str4d added the A-sync Area: Sync engine label Nov 13, 2025
Copy link
Copy Markdown
Contributor

@schell schell left a comment

Choose a reason for hiding this comment

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

I see now this is a draft, so many of my "hey this is commented out" notes can be ignored.

Comment thread zallet/src/commands/migrate_zcashd_wallet.rs Outdated
Comment thread zallet/src/commands/migrate_zcashd_wallet.rs
Comment thread zallet/src/commands/start.rs Outdated
Comment thread zallet/src/components/json_rpc/methods/get_new_account.rs
Comment thread zallet/src/components/chain.rs
Comment thread zallet/src/components/chain.rs Outdated
Comment thread zallet/src/components/sync.rs Outdated
Comment thread zallet/src/components/sync.rs Outdated
Comment thread zallet/src/components/sync.rs Outdated
Base automatically changed from sync-refactor-prep to main November 25, 2025 17:35
@str4d str4d force-pushed the zaino-chainindex branch 2 times, most recently from 31b8039 to 1e56737 Compare November 25, 2025 19:00
@str4d str4d mentioned this pull request Feb 23, 2026
@str4d str4d changed the base branch from main to update-zaino March 18, 2026 15:57
@str4d str4d force-pushed the zaino-chainindex branch from 18a0d67 to 3ae1535 Compare March 18, 2026 15:57
@str4d str4d force-pushed the zaino-chainindex branch from 3ae1535 to cb4e5d2 Compare March 19, 2026 00:07
@str4d str4d force-pushed the zaino-chainindex branch 2 times, most recently from 2574a84 to 6e678a2 Compare March 27, 2026 12:22
@str4d str4d force-pushed the update-zaino branch 2 times, most recently from f2432ee to ad6c6fa Compare March 31, 2026 12:56
@str4d str4d force-pushed the zaino-chainindex branch from 6e678a2 to 3aa7f1b Compare March 31, 2026 18:00
@nuttycom nuttycom self-assigned this Apr 1, 2026
@nuttycom nuttycom self-requested a review April 1, 2026 02:39
.map_err(|e| ErrorKind::Generic.context(e))?;
// let raw_transaction_hex = hex::encode(&tx_bytes);

todo!("Broadcast the tx");
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.

This requires a new Chain capability to be added, allowing a way to send txs to be configured. This probably wants a separate Config section from [indexer], to enable users to configure either the same backing node's JSON-RPC, or maybe Tor or something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-sync Area: Sync engine

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants