Commit Graph
96 Commits
Author SHA1 Message Date
Andrus Salumets 00a79fa47a chore(api): Add testing connect endpoint (#2574) 2026-04-22 17:54:47 +07:00
Antonio 6045e90c65 feat(blend): add HTTP endpoint for currently connected peers (#2573) 2026-04-20 17:12:17 +02:00
Antonio 75ec77da66 chore: rust 1.95 (#2564) 2026-04-20 12:15:33 +02:00
Youngjoon LeeandAntonio Antonino 2faf75bad6 fix(chain-leader): disable self-applying blocks to avoid early session transition (temp) (#2538)
Co-authored-by: Antonio Antonino <antonio@status.im>
2026-04-17 09:24:57 +02:00
Álex 6c63d174a3 feat(api): Block and Transaction endpoints (#2550) 2026-04-16 18:01:53 +02:00
Youngjoon Lee 50c9881a9a feat(api): add raw signing REST API and e2e test for atomic deposit (#2523) 2026-04-16 14:36:54 +09:00
Youngjoon Lee 5a21a89d20 chore(build): exclude jemalloc from default (#2513) 2026-04-10 18:33:15 +09:00
Youngjoon Lee 61c1b8cf38 fix(api): remove Transfer op from POST /channel/deposit and add e2e test (#2512) 2026-04-10 18:32:42 +09:00
Youngjoon Lee 3a8f899771 feat(tx-builder): account for ops balance when funding tx (#2499) 2026-04-10 17:11:05 +09:00
Youngjoon Lee 284c592b21 feat(binary): add jemalloc feature (#2488) 2026-04-08 19:12:55 +09:00
Antonio ea9d6fbfea feat(blend): do not verify PoQ before forwarding messages (#2472) 2026-04-08 09:10:45 +02:00
Youngjoon Lee 93722d810c fix(mantle): use storage_gas_cost for calculating total_gas_cost (#2465) 2026-04-07 22:53:35 +09:00
Youngjoon Lee af89850625 refactor(cryptarchia): add lib_slot to CryptarchiaInfo and simplify zone-sdk (#2455) 2026-04-07 20:13:49 +09:00
ÁlexandYoungjoon Lee a10bb64c7f feat(ledger): Channel Withdraw (#2440)
Co-authored-by: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com>
2026-04-02 14:55:21 +09:00
Youngjoon LeeandAlejandro Cabeza Romero 6dde6161b6 feat(api): add POST /channel/deposit (#2443)
Co-authored-by: Alejandro Cabeza Romero <alex93cabeza@gmail.com>
2026-04-02 11:04:31 +09:00
Andrus Salumets 19ec5a4b6e chore: reduce and standardize node logging 2026-03-31 13:52:54 +02:00
Antonio 6b42706177 chore: introduce background-buffered stream and use it in Blend (#2438) 2026-03-30 16:57:26 +02:00
thomaslavaur becf4a5bb6 refactor(ledger_tx): Make the Ledger Transaction an Operation (#2428) 2026-03-27 09:05:02 +01:00
Antonio 212d2b6699 feat: add --version support for node binary (#2432) 2026-03-26 11:28:39 +01:00
Antonio b4f3fd6aa8 chore: add cargo profile for profiling (#2404) 2026-03-20 14:01:08 +01:00
Antonio 009a9118de chore: do not run identify in init (#2329) 2026-03-19 17:51:34 +01:00
Antonio 398d812431 fix: bypass Blend when proposing first block of a new session (#2392) 2026-03-19 17:40:52 +01:00
Antonio 952e68cde0 chore: terminate node process on panic (#2387) 2026-03-19 17:15:54 +01:00
Hansie Odendaal cb9a88ba23 feat: add memory heap profiling (#2394) 2026-03-18 10:29:25 +02:00
Antonio 727cc5b8f6 chore: use fixed-size inputs for pol and poc proofs (#2333) 2026-03-17 08:55:34 +01:00
gustoandandrussal 50e6c59df0 chore(tracing): basic metrics (#2374)
Co-authored-by: andrussal <salumets.andrus@gmail.com>
2026-03-16 14:46:43 +02:00
gusto 1e0fcb1c4b chore: release 0.2.1 (#2351) 2026-03-03 16:56:01 +02:00
Antonio 62fcf65a49 chore: release 0.2.0 (#2343) 2026-03-03 12:46:43 +01:00
AntonioandYoungjoon Lee 28e56a3aec chore: remove explicit deployment setting for Blend session and round duration (#2286)
Co-authored-by: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com>
2026-02-27 12:27:37 +01:00
Antonio 2b1b24bf94 chore: 0.1.9 release (#2306) 2026-02-26 14:28:17 +01:00
Antonio d9349b7a8f chore: disable Blend in devnet (#2303) 2026-02-26 13:47:36 +01:00
Andrus Salumets ee11e2c077 fix: filter private ip + remove unreachable addr from kad 2026-02-26 19:46:17 +07:00
Youngjoon Lee e2803f8768 feat(chain-network): sample both discovered and connected peers explicitly to attempt block downloads (#2300) 2026-02-26 20:40:11 +09:00
gusto 5c63609ffd chore: release 0.1.8 (#2295) 2026-02-26 08:04:11 +02:00
Petar RadovicandYoungjoon Lee b0c3b1192b feat(sdp): recover declaration info on restart (#2287)
Co-authored-by: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com>
2026-02-25 18:18:32 +01:00
Antonio a5c78fa628 chore: update devnet spec before 0.1.8 release (#2289) 2026-02-25 15:54:53 +01:00
gusto 07b6d3584f chore: release 0.1.7 (#2281) 2026-02-25 11:11:02 +02:00
Antonio e23f6f5cc3 chore: update devnet deployment params for Blend (#2277) 2026-02-24 16:53:39 +01:00
Daniel Sanchez 7bcd351d5b chore(devnet): New deployment 0.1.7 (#2268) 2026-02-23 18:48:01 +00:00
davidrusu 049bd93b0a Revert "chore(blend): set minimum size to 1 for devnet" (#2266) 2026-02-23 12:58:15 -05:00
Antonio 657ce789a5 chore: 0.1.6 release (#2264) 2026-02-23 17:39:56 +01:00
Antonio a48c3eecda chore(blend): set minimum size to 1 for devnet (#2262) 2026-02-23 16:42:57 +01:00
Antonioandgusto d214afed67 fix(blend): more Blend fixes and chores (#2237)
Co-authored-by: gusto <bacvinka@gmail.com>
2026-02-23 13:52:06 +01:00
Antonio 494540282b chore: 0.1.5 release deployment (#2249) 2026-02-20 12:59:30 +01:00
Youngjoon Lee 928af20381 chore(chain-network): increase default max_orphan_cache_size to 1000 (#2245) 2026-02-20 18:28:05 +09:00
Youngjoon Lee 18199ee208 chore(binary): add missing feature gate for InitArgs (#2240) 2026-02-20 01:52:45 -05:00
Álex 675b9b4f23 feat(c-bindings): Expose generate user config (#2238) 2026-02-19 17:48:00 +01:00
davidrusu 0c49c8a744 feat(faucet): exclude faucet from leadership (#2234) 2026-02-19 10:22:38 -05:00
Daniel SanchezandPetar Radovic 9ae525d6d1 chore(kademlia): Kademlia server mode + update traces for kademlia (#2228)
Co-authored-by: Petar Radovic <petar.radovic@gmail.com>
2026-02-19 13:57:05 +00:00
davidrusu 8119287711 fix(init): don't run autonat on init, just use identify protocol (#2232) 2026-02-19 06:29:50 -05:00