Commit Graph
34 Commits
Author SHA1 Message Date
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
Antonio cc06c51078 chore: add clippy lint for cargo files (#1754) 2025-11-14 15:23:07 +01:00
Álex 4f04d203f4 feat(api): Blocks and blocks stream (#1796) 2025-11-11 17:05:21 +01:00
Petar Radovic b0d5e930ee feat(api): http api for sdp service message posting (#1853) 2025-10-28 12:36:48 +01:00
gusto 5e57293173 chore(da): Dispersal expects SignedTx from wallet adapter (#1832) 2025-10-23 15:19:15 +03:00
davidrusu 5051ebdb92 fix(cl-references): Remove references to CL (#1758) 2025-09-29 04:53:51 -04:00
Andrus Salumets 8c0b62e696 feat(prof): tokio console integration 2025-09-23 16:59:29 +02:00
Andrus Salumets 2831c8e8d0 feat(prof): pprof integration 2025-09-23 16:04:28 +02:00
Antonio d9478c58c7 chore: update all crates to Rust 2024 (#1725) 2025-09-23 10:53:32 +02:00
gusto 47d970374f feat(chain): LIB broadcast test (#1709) 2025-09-17 14:31:19 +03:00
gusto 1e7d411731 feat(da): Channel id when dispersing data (#1693) 2025-09-12 10:50:53 +03:00
gusto 82bb6f0a4b chore(mempool): Remove da mempool (#1651) 2025-09-09 23:04:46 +03:00
Andrus Salumets a9d1f18a95 feat(api): request limits 2025-09-09 10:26:49 +02:00
Petar Radovic b340e9a881 feat(da-sampling): request historic sampling (#1628) 2025-09-08 20:58:27 +02:00
Antonio 6c2f0b93c1 chore: avoid building unnecessary features (#1613) 2025-09-01 13:56:31 +02:00
gusto ede381126b feat(da): Commitments over sampling protocol fixes and integration test (#1583) 2025-08-28 14:22:35 +03:00
gusto e1da37067e feat(da): DA flow without indexer (#1591) 2025-08-28 11:40:01 +03:00
Petar Radovic 45b277ec74 feat(da-network): da membership flow with storage tests (#1504) 2025-07-31 15:12:56 +02:00
Petar Radovic dcb2497d47 chore: Add separate http testing api server behind feature flag (#1387) 2025-07-01 12:56:43 +02:00
Antonio dff875ad7a chore: migrate lint settings from cargo config to cargo TOML (#1337) 2025-06-17 15:05:28 +02:00
Giacomo Pasini aeb806aee6 refactor(clients): Remove unneeded node clients deps (#1244)
* Remove unnecessary deps in node clients

Move common api paths and types into a separate crate to reuse the
same code across node and executor clients and binaries while
reducing deps sharing.
Avoids pulling all node dependencies into the client.

* rename client to http-client, re-export error

* use kebab case in api_common
2025-04-14 18:54:12 +02:00