70 Commits
Author SHA1 Message Date
Daniel Sanchez 56af751901 feat(http): Plug pow mining service to http (#3380) 2026-08-21 18:34:53 +00:00
Antonio 14c114a525 feat(blend): support tx blending (#3321) 2026-08-19 05:14:57 +00:00
Antonio 8c2f41caf7 feat: add HTTP API for running node version (#3296) 2026-08-18 06:30:43 +00:00
Hansie Odendaal 21b897e8b3 feat: change priority fee to be a percentage (#3311) 2026-08-14 05:55:44 +00:00
Hansie Odendaal 767efe96a5 chore: implement remaining high value boundedness hardening (#3225) 2026-08-06 06:23:26 +00:00
Álex 1a2aedae12 feat(operation): Split trait (#3234) 2026-08-03 10:51:18 +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
Álex 1abb2e857d feat(mantle): Verified Transactions revamp (#3123) 2026-07-22 21:00:38 +00:00
Youngjoon Lee ac2a56545e feat(api): add /mantle/sdp/snapshot (#3132) 2026-07-16 07:57:43 +09:00
Petar Radovic 80282ac590 feat(wallet): add priority tip to support zone-sdk (#3116) 2026-07-14 11:40:17 +02:00
Petar Radovic 8669d471c9 feat(api): tx fund api endpoint (#3100) 2026-07-08 07:46:31 +02:00
Andrus Salumets 586e568907 feat(api): expose current gas prices via http endpoint (#3088) 2026-07-07 09:44:43 +02:00
Álex fb94395ead refactor(mantle): Transactions and Op encoding (#3076) 2026-07-03 15:04:55 +00:00
Andrus Salumets ed19934af8 feat(api): list claimable vouchers (#2948) 2026-06-17 09:22:42 +02:00
Hansie Odendaal 7305352ebd feat: add sequencer timing from node endpoint (#2816) 2026-06-06 06:35:21 +02:00
Antonio 3fcc53e497 feat: new HTTP endpoint to join Blend as core node (#2873) 2026-06-05 15:29:41 +02:00
Andrus Salumets 6fb2a3bd53 refactor(logging): migrate more crates to log targets (#2824) 2026-05-29 14:44: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 ffe08ee62d feat(logging): add runtime log reload (#2706) 2026-05-18 14:27:32 +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
Hansie Odendaal 50659af6d9 feat: add flexible bounded blocks streaming api (#2610) 2026-05-08 07:08:49 +02:00
Antonio 5a352d2222 chore: unify deps pt 2 (#2653) 2026-05-04 11:46:58 +02: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 93722d810c fix(mantle): use storage_gas_cost for calculating total_gas_cost (#2465) 2026-04-07 22:53:35 +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
Antonio 6b42706177 chore: introduce background-buffered stream and use it in Blend (#2438) 2026-03-30 16:57:26 +02:00
gustoandandrussal 50e6c59df0 chore(tracing): basic metrics (#2374)
Co-authored-by: andrussal <salumets.andrus@gmail.com>
2026-03-16 14:46:43 +02:00
Hansie Odendaal 1aa9cbb8f1 fix: large inscription fail (#2265) 2026-02-24 14:27:52 +02:00
Hansie Odendaal 62c1c3bb29 chore: prevent potential panics (#2162) 2026-02-12 21:31:20 +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
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
Petar Radovic 3043fcaa42 feat(da): Remove DA from logos-blockchain (#2038) 2026-01-22 10:08:36 +01:00
Antonio e905a41c47 chore: update taplo (#2037) 2026-01-20 16:45:14 +01:00
Antonio 97b411ed0c chore: migrate nomos* to logos-blockchain* (#2028) 2026-01-20 11:45:39 +01:00
Hansie Odendaal c4390b4a81 chore: add windows build compatibility (#1982) 2026-01-08 16:21:50 +02:00
Antonio aca8f2e69d chore(kms): Zk key migration into KMS crate (#1987) 2025-12-11 12:44:40 +01:00
Álex fc75f82a94 feat(bundling): Enable windows bundling (#1180) 2025-12-10 14:32:24 +01:00
Álex c36c05483e feat(wallet): HTTP API (#1939) 2025-12-04 12:37:15 +01:00
Álex e09a442c6f chore(dependencies): Move serde to workspace dependency (#1944) 2025-11-25 11:45:50 +01:00
Andrus Salumets 8e5bbbc931 feat(test): sdp ops e2e 2025-11-17 11:08:34 +01:00