Commit Graph
1872 Commits
Author SHA1 Message Date
Hansie Odendaal edd184fc65 chore: add nextest config toml (#3072) 2026-07-03 11:06:17 +02:00
Youngjoon Lee c3e349b937 feat(sdp): emit SdpRewardDistributed event for wallet (#3067) 2026-07-03 04:21:03 +09:00
Petar Radovic 58defd8cdd feat(zone-sdk): fire channel updates on conflict and adjust policies (#3021) 2026-07-02 19:58:44 +02:00
Hansie Odendaal 6137d92d4f chore: strengthen bounded-vec invariant protection (#3071) 2026-07-02 18:09:06 +02:00
Youngjoon Lee ac931bc80f feat(sdp): remove GC (#2943) 2026-07-03 00:22:24 +09:00
Antonio 498ac8d5a9 fix(blend): stop reporting core peers count after core swarm is shut down (#3044) 2026-07-02 09:03:12 +02:00
Antonio 217f9361a2 chore(blend): change reported metric value for peer count (#3059) 2026-07-02 08:19:27 +02:00
Antonio 05fe387e15 chore(blend): minor improvements (#3066) 2026-07-02 08:18:35 +02:00
Youngjoon Lee 1fe8a3a80c feat(sdp): enable SRP (#2882) 2026-07-02 10:28:37 +09:00
gusto 1a074bcddf feat(cli): Allow overwriting existing user config (#3069) 2026-07-01 22:00:15 +03:00
Antonio 9e1126dcc2 chore: update release checklists and templates (#3051) 2026-07-01 15:16:30 +02:00
Antonio 094f44fb4c chore: re-organize deployment files for new release process (#3034) 2026-07-01 15:10:44 +02:00
Antonio 11d385a372 chore: migrate TransferOp to NomCodec + fixtures (#3065) 2026-07-01 13:56:52 +02:00
Antonio 0a5088f654 chore: migrate LeaderClaimOp to NomCodec (#3046) 2026-07-01 13:55:57 +02:00
Hansie Odendaal eb726eaeee test: stabilize cucumber wallet transaction scenarios (#3052) 2026-07-01 13:51:35 +02:00
Alisher e3326ebf9c docs(release): faucet takes only a public key, not team credentials (#3057) 2026-07-01 11:09:37 +03:00
Antonio dff327036b chore: clean up unused files and ignore local .claude folder for now (#3039) 2026-07-01 08:58:28 +02:00
gusto 97bd03eb6f chore(faucet): Faucet footer links layout (#3064) 2026-06-30 23:40:44 +03:00
davidrusuandClaude Opus 4.8 dae1287c41 chore(deployment): update testnet legal link labels (#3061)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-30 16:15:58 -04:00
Hansie Odendaal e9cb873d67 feat: add cli commands to tui-sequencer enabling roundtrip wallet-zone-wallet demo (#2938) 2026-06-30 21:48:01 +02:00
thomaslavaur 3f1ba243c5 feat(zk): revamp the groth16 batch verification (#3026) 2026-06-30 09:39:50 +02:00
Daniel Sanchez 661e9b4f3e chore(block): 2MB block size (#3042) 2026-06-29 10:36:21 +02:00
Antonio 5626d1c81a chore: update testnet deployment template (#3047) 2026-06-29 10:34:22 +02:00
gusto 1d830d7476 chore(deployment): 0.2.0 version params and updated keys (#3040) 2026-06-26 22:33:52 +03:00
Álex 56a74d2bbd feat(c-bindings): Surface FFI errors (#3036) 2026-06-26 18:34:20 +02:00
Youngjoon Lee 355c15e21c feat(chain-network): cache rejected blocks to short-circuit orphan downloads (#3033) 2026-06-26 18:55:10 +09:00
Andrus Salumets a9fb5db3cf test(e2e): speed up manual wallet balance reads (#3030) 2026-06-26 11:12:56 +02:00
Youngjoon Lee 83023f9df5 feat(chain-service): make block-provider batch size configurable (#3035) 2026-06-26 18:11:55 +09:00
Andrus Salumets 7aa243b40f feat(logging): normalise default node logs (#2719) 2026-06-26 09:11:45 +02:00
Andrus Salumets 676bb3218b fix(chain): fall back from missing recovered tip (#3024) 2026-06-26 05:41:53 +02:00
Andrus Salumets 88b6e66c22 fix(storage): store block data atomically (#3022) 2026-06-25 17:17:01 +02:00
davidrusuandClaude Opus 4.8 52a4599d80 fix(mantle): omit empty transfer op and avoid needless funding input (#2970)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 10:39:04 -04:00
Youngjoon Lee b676ffb35e fix(core): emit SdpNoteUnlocked event when the note is actually unlocked (#3017) 2026-06-25 21:07:36 +09:00
Antonio 6a9da97068 feat: add framework for encoding/decoding fixtures testing (#3025) 2026-06-25 13:11:25 +02:00
Hansie Odendaal 3cdd7a8d30 test: improve devnet manual cucumber scenarios (#3016) 2026-06-25 10:29:07 +02:00
Antonio d2feb6ad7a chore: remove NomBoundedVec and NomArray (#3023) 2026-06-25 10:07:37 +02:00
Daniel Sanchez 58d71393cb feat(c-bindings): Add path overriding from config and cbinginds (#3027) 2026-06-24 22:57:55 +02:00
davidrusuandClaude Opus 4.8 28662ef237 fix(mantle): enforce strictly-increasing signature indices in ChannelMultiSigProof (#3007)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 09:33:05 -04:00
Daniel Sanchez da57b7e37d chore(circuits): Remove legacy circuits related machinery (#3020) 2026-06-24 13:32:55 +02:00
Andrus Salumets c64e02c90e fix(mempool): preserve requested transaction order (#3010) 2026-06-24 10:22:48 +02:00
Andrus Salumets b15eecf163 chore(chain-leader): remove unused transaction selector (#3015) 2026-06-24 08:16:08 +02:00
davidrusuandClaude Opus 4.8 ce602734a4 fix(ledger): hold storage price when storage market effective target is zero (#3009)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 23:36:11 -04:00
Youngjoon Lee 58feb58d48 refactor(core): drop EventPayload::Withdraw identical to ChannelWithdraw op (#3012) 2026-06-24 09:07:38 +09:00
Daniel Sanchez 113faae6fd feat(c-bindings): Pack txid with txs on c block subscriptions (#3011) 2026-06-23 12:53:54 +02:00
Youngjoon Lee 0eda662eb5 fix(wallet): apply txs/ops in source order to avoid phantom UTXOs (#3000) 2026-06-23 19:27:53 +09:00
Andrus Salumets 580c2b7140 fix(wallet): track channel withdraw outputs (#2997) 2026-06-23 07:50:30 +02:00
davidrusuandClaude Opus 4.8 3a8cfa8278 fix(mantle): bind LeaderClaim voucher nullifier via the proof's public input (#3006)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 01:12:37 -04:00
Antonio 97d615d1cf chore: change logic to specify custom deployments (#3001) 2026-06-23 07:27:19 +03:00
davidrusuandClaude Opus 4.8 43bee89095 fix(cryptarchia-sync): bound chainsync message length before allocating (#3008)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 23:31:04 -04:00
gusto a9e711d814 chore(deployment): Run node3 on a port accessable by vpn providers (#3004) 2026-06-23 05:58:31 +03:00