Commit Graph
39 Commits
Author SHA1 Message Date
Andrus Salumets 6fb2a3bd53 refactor(logging): migrate more crates to log targets (#2824) 2026-05-29 14:44:53 +02:00
Hansie Odendaal ecc66fc23a chore: add bounded_vec to ledger tx builder inputs and outputs (#2791)
Will address outstanding _Copilot_ comments in a separate PR.
2026-05-29 09:50:53 +02:00
Andrus Salumets 49daa70f62 chore(api): remove testing HTTP API (#2817) 2026-05-28 16:26:02 +02:00
Andrus Salumets 1d0c4c0ada test(e2e): add mempool coverage (#2799) 2026-05-28 14:06:00 +02:00
Hansie Odendaal 8904f2e825 fix: bounded blocks range stream anomalies (#2757) 2026-05-21 19:20:56 +02:00
Andrus Salumets a6a55c7935 feat(api): move tracing reload to main API (#2774) 2026-05-20 15:36:32 +02:00
Andrus Salumets ffe08ee62d feat(logging): add runtime log reload (#2706) 2026-05-18 14:27:32 +02:00
Antonio 52c86f0787 chore: rework nom encoding/decoding logic for better type cohesion (#2748) 2026-05-18 08:01:56 +02:00
Youngjoon Lee 098310da2f feat(ledger): create/store events resulted by block execution (#2745) 2026-05-14 21:09:13 +09:00
gusto 30ca6ede9b chore(sdp-service): Sdp http set declaration id endpoint (#2716) 2026-05-08 14:59:08 +03:00
Antonio b2e2b00071 feat(blend): expose provider ID as part of blend API endpoint (#2715) 2026-05-08 13:11:29 +02:00
Hansie Odendaal 50659af6d9 feat: add flexible bounded blocks streaming api (#2610) 2026-05-08 07:08:49 +02:00
thomaslavaur 8b3cf73ff7 refactor(txhash): Simplify Mantle Transaction (2/2) (#2670) 2026-05-06 10:07:05 +02:00
Antonio 5a352d2222 chore: unify deps pt 2 (#2653) 2026-05-04 11:46:58 +02:00
Youngjoon Lee 7bd5e79332 fix(test): leader_claim: wait for tx inclusion instead of balance change (#2641) 2026-04-30 18:28:12 +09:00
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
Á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 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 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
thomaslavaur becf4a5bb6 refactor(ledger_tx): Make the Ledger Transaction an Operation (#2428) 2026-03-27 09:05:02 +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
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
Youngjoon Lee 8d3348cc88 fix(api): remove waiting service dependencies (#2194) 2026-02-16 19:45:36 +09:00
Arseniy Klempner cc83aae7b5 fix: overrides axum's default json body limit (#2167) 2026-02-12 07:01:25 -05:00
gusto 4d640aa716 feat(docs): Use documented endpoints in swagger ui (#2125) 2026-02-09 11:21:51 +02:00
Youngjoon Lee ae7b1e0f94 feat(api): add /leader/claim API with empty impl (#2102) 2026-02-05 19:09:14 +09:00
davidrusu 7df124012c feat(api): remove rate-limits from Node API (#2124) 2026-02-05 04:57:51 -05:00
davidrusu c4ee20761e feat(wallet): transfer API submits to mempool (#2117) 2026-02-04 05:40:19 -05:00
Petar Radovic e68c79ed28 feat(api): Remove block-explorer flag for cryptarchia blocks and block events API (#2059) 2026-01-29 17:35:09 +01:00
gustoandDavid Rusu 3f15894f8b feat(sdp): Sdp wallet integration (#2060)
Co-authored-by: David Rusu <davidrusu.me@gmail.com>
2026-01-28 08:38:34 +02:00
Petar Radovic 3043fcaa42 feat(da): Remove DA from logos-blockchain (#2038) 2026-01-22 10:08:36 +01:00
Antonio 97b411ed0c chore: migrate nomos* to logos-blockchain* (#2028) 2026-01-20 11:45:39 +01:00