Andrus Salumets
|
77729b6a20
|
feat(logging): add init log filter (#2720)
|
2026-05-08 16:13:31 +02:00 |
|
gusto
|
30ca6ede9b
|
chore(sdp-service): Sdp http set declaration id endpoint (#2716)
|
2026-05-08 14:59:08 +03:00 |
|
gusto
|
a636309fa0
|
chore(tracing): Appender options for with max files and simple logger (#2717)
|
2026-05-08 14:17:00 +03:00 |
|
gusto
|
398a82e353
|
fix(config): Add blend_zk_pk to known keys (#2718)
|
2026-05-08 14:13:06 +03:00 |
|
Antonio
|
4b36d06382
|
feat: add HTTP CLI wrapper with a first command to join Blend as a core node (#2695)
|
2026-05-08 13:12:00 +02: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 |
|
Daniel Sanchez
|
f0b8974dde
|
feat(config): Use include! tag to detach kms configuration (#2713)
|
2026-05-07 17:54:15 +02:00 |
|
Youngjoon Lee
|
7a0cbda85c
|
feat(chainsync): make MAX_INCOMING_REQUESTS user-configurable (#2701)
|
2026-05-07 20:53:46 +09:00 |
|
Youngjoon Lee
|
d24f99be99
|
feat(init): add --no-ibd and increase default PBP to 1h (#2705)
|
2026-05-07 20:31:16 +09:00 |
|
gusto
|
79e3abb6c6
|
feat(tracing): Add compressed appender (#2686)
|
2026-05-06 16:23:25 +03: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 |
|
Antonio
|
1e3019976f
|
chore: post 0.1.3-rc.4 checklist fixes (#2658)
|
2026-04-30 16:41:47 +02:00 |
|
Andrus Salumets
|
0e84f0cb06
|
feat(logging): introduce log targets crate (#2651)
|
2026-04-30 15:29:17 +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 |
|
Youngjoon Lee
|
571405b8b6
|
feat(genesis): add CryptarchiaParameter to genesis block (#2174)
|
2026-04-29 20:08:06 +09:00 |
|
Daniel Sanchez
|
9fe7f82464
|
feat: Use genesis block (#2551)
|
2026-04-27 16:14:06 +00:00 |
|
Daniel Sanchez
|
4d91cf6c2d
|
feat: Cli for deployment configs (#2565)
|
2026-04-26 09:48:20 +02:00 |
|
Antonio
|
ea11e3cd8a
|
fix: handle cases of 1-node networks for both blend and gossipsub (#2604)
|
2026-04-23 16:30:22 +02:00 |
|
Álex
|
e71c4150ba
|
chore(c-bindings): Make overwatch's handle parameter explicit. (#2605)
|
2026-04-23 12:39:58 +02:00 |
|
Antonio
|
4ffb96be15
|
feat(tracing): add support for authorization header for otlp targets (#2596)
|
2026-04-23 11:57:12 +02:00 |
|
thomaslavaur
|
eedfe1d4f9
|
refactor(mantle): Add an Operation trait (#2579)
|
2026-04-23 09:25:28 +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 |
|
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
|
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 |
|
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
|
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 |
|