528 Commits
Author SHA1 Message Date
Hansie Odendaal ecb2cc640a chore: remove TUI Zone code (#3439) 2026-08-28 15:06:02 +00:00
Andrus Salumets 914a736f0f refactor(cucumber): group world state by domain (#3421) 2026-08-28 05:17:34 +00:00
thomaslavaur 8654a50ee1 chore: rename locked notes to service notes (#3430) 2026-08-27 11:52:34 +00:00
Hansie Odendaal 36c77f920d test: add accelerated Blend diagnostic cucumber scenarios (#3395) 2026-08-27 08:02:12 +00:00
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 c64367ab37 feat(pow): PoW claim cucumber test (#3403) 2026-08-25 13:07:30 +00:00
Petar Radovic a106fe5de4 feat(zone-sdk): withdraw with with note tracking (#3396) 2026-08-24 14:56:02 +00:00
Petar Radovic 3ae4ba9f4a feat(zone-sdk): channel wallet tracker (#3246) 2026-08-19 15:43:10 +00:00
Antonio 14c114a525 feat(blend): support tx blending (#3321) 2026-08-19 05:14:57 +00:00
Hansie Odendaal fca0fc6e0b test: add future dated fee projections (#3286) 2026-08-17 21:20:45 +00:00
Hansie Odendaal 55f94492b6 test: make genesis time cluster-scoped and configurable (#3312) 2026-08-15 04:55:06 +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 fddc9d9063 test: increase fee budget for flaky zone tests (#3319) 2026-08-14 20:46:25 +00:00
Hansie Odendaal 21b897e8b3 feat: change priority fee to be a percentage (#3311) 2026-08-14 05:55:44 +00:00
thomaslavaur 40e76c8e32 fix(mantle): reject empty inputs in every note consuming operation (#3298) 2026-08-12 17:41:03 +00:00
Petar Radovic b954a04a3d feat(api): extend deposit events with pk pairs (#3299) 2026-08-12 05:49:42 +00:00
Álex eb796c733c refactor: gas constants (#3273) 2026-08-11 08:50:05 +00:00
Petar Radovic af65615ca7 fix(wallet): wallet/fund during non-finalized window hands double note (#3287) 2026-08-10 08:57:33 +00:00
Daniel Sanchez 07ac69ea3f feat(pow): Implement Empowering core Op (#3202) 2026-08-07 09:03:03 +00:00
Andrus Salumets 634fdc6329 feat(mempool): evict expired transactions after configurable ttl (#3210) 2026-08-07 06:32:08 +00:00
Petar RadovicandClaude Fable 5 b69ac40c17 feat(zone-sdk): remove indexer (#3220)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-06 13:33:18 +00:00
Hansie Odendaal 767efe96a5 chore: implement remaining high value boundedness hardening (#3225) 2026-08-06 06:23:26 +00:00
Petar Radovic c673e0cf31 fix(zone-sdk): fix flaky deposit zone test (#3254) 2026-08-05 09:39:18 +00:00
Antonio 05b03fed72 chore: unused code cleanup (#3227) 2026-08-04 17:15:05 +00:00
Andrus Salumets 9bbc7f0cb8 test(tf): release binary (#3250) 2026-08-04 11:40:45 +00:00
Petar Radovic 75daed0765 feat(zone-sdk): make funding cfg non-optional (#3239) 2026-08-04 06:24:20 +00:00
Álex 2a1909d9db feat(operation): Proof trait (#3235) 2026-08-03 13:19:50 +00:00
Álex 1a2aedae12 feat(operation): Split trait (#3234) 2026-08-03 10:51:18 +00:00
Álex fb56fb9136 refactor(transactions): Split verification (#3185) 2026-07-31 14:28:28 +00:00
Andrus Salumets 2447815ffa test(cucumber): fees - cover tip headroom across price updates (#3223) 2026-07-31 11:23:08 +00:00
Hansie Odendaal 4c68250033 test: remove dead test code (#3205) 2026-07-31 05:09:17 +00:00
Hansie OdendaalandYoungjoon Lee e3fa731e8b test: add drain wallet ability to cucumber (#3188)
Co-authored-by: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com>
2026-07-30 21:08:56 +00:00
Andrus Salumets cc6c389077 test(fee): fee market tests (#3111) 2026-07-30 13:21:09 +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
Youngjoon Lee e1c2f4ffa7 chore(core): remove impl GasCalculator for MantleTx and define minimum_* functions (#3186) 2026-07-28 07:24:31 +00:00
thomaslavaur 62362b4383 fix(mantle): consume CHANNEL_DEPOSIT inputs and re-create them under a new NoteI (#3189) 2026-07-27 13:07:27 +00:00
Andrus Salumets b68a623930 test(cucumber): recover wallet scanner from reorged snapshot seed tips (#3180) 2026-07-27 05:23:22 +00:00
Álex 14ed7b3dd0 test: Fix flaky block streaming (#3178) 2026-07-24 14:08:29 +00:00
Youngjoon Lee da589545f3 refactor(chain-service): reorganize the main event loop into phases (#3162) 2026-07-24 11:06:35 +09: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 546a0bc916 feat(storage): migrate remaining recovery services (#3159) 2026-07-23 09:08:19 +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
Hansie Odendaal f0ad944a44 feat: update overwatch for tokio-console (#3148) 2026-07-21 12:45:14 +02:00
Youngjoon Lee a52a20637b fix(wallet): keep deposited notes and track ChannelTransfer/Withdraw ops (#3149) 2026-07-21 07:21:41 +09:00
thomaslavaur ba1236b3c9 feat(mantle): Enable PoS for channels (#3145) 2026-07-20 09:24:48 +02:00