62 Commits
Author SHA1 Message Date
thomaslavaurandPetar Radovic cec7f15a85 feat(mantle): enforce channel config lineage via parent message id (#3272)
Co-authored-by: Petar Radovic <petar.radovic@gmail.com>
2026-08-27 06:40:24 +00:00
Daniel Sanchez cc8587827a feat(pow): Thread in pow constants as deployment settings (#3400) 2026-08-25 13:07:29 +00:00
Petar Radovic a106fe5de4 feat(zone-sdk): withdraw with with note tracking (#3396) 2026-08-24 14:56:02 +00:00
Antonio 5a70b0295c chore: update toolchain to Rust 1.98 (#3362) 2026-08-21 08:33:27 +00:00
Petar Radovic 3ae4ba9f4a feat(zone-sdk): channel wallet tracker (#3246) 2026-08-19 15:43:10 +00:00
Antonio b73a6a48da feat(mantle): keep track of Blend-related state for epoch-bound PoW difficulty updates (#3317) 2026-08-18 12:19:07 +00:00
Youngjoon Lee c76c6152fa fix(consensus): rename window_absorption_parameter to uncle_reference_window_in_block (#3339) 2026-08-18 07:46:47 +00:00
Antonio 8c2f41caf7 feat: add HTTP API for running node version (#3296) 2026-08-18 06:30:43 +00:00
Youngjoon Lee 13d29e53c0 feat(consensus): uncle-ref: add the uncle reference window to the config (#3282) 2026-08-15 00:38:39 +00:00
Youngjoon Lee 29b03994b9 feat(core): uncle-ref: carry uncle headers, committed by body_root (#3281) 2026-08-15 00:38:38 +00:00
Hansie Odendaal 21b897e8b3 feat: change priority fee to be a percentage (#3311) 2026-08-14 05:55:44 +00:00
Antonio 5773b22409 chore: update release checklist (#3297) 2026-08-11 13:16:32 +00:00
gusto d6b1cf58e3 chore(deployment): 120 utxos in genesis for LEZ node funding (#3255) 2026-08-04 19:39:45 +00:00
Antonio 05b03fed72 chore: unused code cleanup (#3227) 2026-08-04 17:15:05 +00:00
gusto 9544e94c83 chore(deployment): Increase stake in all deployments and faucet drip amount (#3252) 2026-08-04 12:23:41 +00:00
Petar Radovic 75daed0765 feat(zone-sdk): make funding cfg non-optional (#3239) 2026-08-04 06:24:20 +00:00
Álex 1a2aedae12 feat(operation): Split trait (#3234) 2026-08-03 10:51:18 +00:00
Antonio 0dc34e2c5a chore: Wire* traits (#3198) 2026-07-30 11:16:46 +00:00
Antonio aa6dacb63b chore: update toolchain to rust 1.97(.1) (#3207) 2026-07-30 08:47:09 +00:00
Andrus Salumets e425bac1f4 feat(zone-sdk): make funding priority fee configurable (#3195) 2026-07-28 09:51:47 +00:00
Álex 51f7441c1b refactor(mantle): Split tx module (#3169) 2026-07-24 01:16:38 +02:00
Álex 5db6f708bd refactor(mantle): Transaction Traits (#3168) 2026-07-23 23:21:03 +02:00
Andrus Salumets 32b40834fa refactor(core): expose UTXOs on transfer operations (#3163) 2026-07-23 04:52:51 +02:00
Álex 1abb2e857d feat(mantle): Verified Transactions revamp (#3123) 2026-07-22 21:00:38 +00:00
Hansie Odendaal cd59e0fce1 chore: convert vec of op proof into bounded vec (#3150) 2026-07-22 12:46:38 +02:00
thomaslavaur ba1236b3c9 feat(mantle): Enable PoS for channels (#3145) 2026-07-20 09:24:48 +02:00
gusto 5d120f90bf chore(deployment): Remove cfgsync unused vars, don't wait for bundling (#3131) 2026-07-14 15:11:38 +03:00
gusto b0ba8a4658 fix(deployment): Deployment paths (#3125) 2026-07-13 22:31:03 +03:00
Petar Radovic 0f98779bce chore(zone-sdk): unify channel-update-txs (#3122) 2026-07-13 18:27:20 +02:00
Youngjoon Lee 06b17f161e chore(deployment): increase funding wallet balance to 200K (#3114) 2026-07-10 12:06:28 +09:00
gusto 834715ce71 chore(cfgsync): Remove cfgsync from deployments (#3099) 2026-07-09 12:41:43 +03:00
Petar Radovic 6d9d8a748d feat(zone-sdk): enable non zero gas price (tke) (#3109) 2026-07-09 11:00:22 +02:00
gusto 96f67fe0d8 feat(deployment): Expose otlp endpoint for external nodes (#3098) 2026-07-08 16:26:04 +03:00
gusto b3a42b7647 feat(tracing): Otlp http exporter in tracing crate (#3096) 2026-07-08 16:09:50 +03:00
Antonio fc3c79bc48 chore: implement Nom traits for MantleTx (#3103) 2026-07-08 15:03:39 +02:00
Andrus Salumets 8e6d176ac4 feat(faucet): serialize drips through a queue and add per-key cooldown (#3092) 2026-07-08 09:33:34 +02:00
gusto 899660ab7f chore(deployment): Deployment using logos core (#3084) 2026-07-06 20:32:49 +03:00
gusto 5542c9d27a chore(deployment): Persistent grafana and datasources volumes (#3090) 2026-07-06 19:53:24 +03:00
Álex fb94395ead refactor(mantle): Transactions and Op encoding (#3076) 2026-07-03 15:04:55 +00:00
Antonio 2c1fda553e chore: migrate proofs to NomEncode and NomDecode (#3078) 2026-07-03 13:18:00 +02:00
Petar Radovic 58defd8cdd feat(zone-sdk): fire channel updates on conflict and adjust policies (#3021) 2026-07-02 19:58:44 +02:00
Youngjoon Lee ac931bc80f feat(sdp): remove GC (#2943) 2026-07-03 00:22:24 +09:00
Antonio 094f44fb4c chore: re-organize deployment files for new release process (#3034) 2026-07-01 15:10:44 +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
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
Daniel Sanchez da57b7e37d chore(circuits): Remove legacy circuits related machinery (#3020) 2026-06-24 13:32:55 +02:00
Antonio 97d615d1cf chore: change logic to specify custom deployments (#3001) 2026-06-23 07:27:19 +03:00