No description
Find a file
Mukan Erkin fd829ba1dd feat(nu-node): implement nu_sendRawTx with mempool integration
- nu-block: TxPayload enum with all variants (user + auto/scheduler)
- nu-mempool: PendingTx wraps RawTransaction; priority derived from TxPayload
- nu-rpc: nu_sendRawTx decodes JSON tx, deduplicates, inserts into mempool
- AppState: holds Arc<Mutex<Mempool>> alongside StateDb
- main.rs: initializes mempool and passes to RpcServer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 10:32:26 +03:00
crates feat(nu-node): implement nu_sendRawTx with mempool integration 2026-04-24 10:32:26 +03:00
src feat(nu-node): implement nu_sendRawTx with mempool integration 2026-04-24 10:32:26 +03:00
.gitignore feat(nu-node): initial Faz 0 scaffold 2026-04-24 00:00:26 +03:00
Cargo.lock feat(nu-node): implement nu_sendRawTx with mempool integration 2026-04-24 10:32:26 +03:00
Cargo.toml feat(nu-node): wire axum RPC server, StateAccessor impl, --dev mode entry point 2026-04-24 10:25:48 +03:00
CLAUDE.md feat(nu-node): initial Faz 0 scaffold 2026-04-24 00:00:26 +03:00
Dockerfile.dev chore(docker): add dev Dockerfile for multi-stage Rust build 2026-04-24 09:21:40 +03:00