1957 Commits

Author SHA1 Message Date
r4bbit
5b38473f47
fix(examples): make tail call example programs work again
These programs have been referencing incorrect program IDs, resulting in
"Unknown program" errors when trying to run them.

This commit fixes the IDs based on the latest source.
Ideally this should be fixed by making the program IDs configurable.
2026-03-07 10:55:35 +01:00
Daniil Polyakov
39d8c89c17
Merge pull request #384 from logos-blockchain/Pravdyvy/shared-secret-receiver-usage-fix
Shared secret receiver usage fix
2026-03-05 21:59:16 +03:00
Daniil Polyakov
0aec6028f6 fix: remove unused serde_json dev-dependency from key_protocol 2026-03-05 21:14:25 +03:00
Pravdyvy
4950c1277c fix: suggestions fix 2026-03-05 17:25:53 +02:00
Pravdyvy
fa406e7a86 fix: removed redundant logging 2026-03-05 15:20:22 +02:00
Pravdyvy
cf92157728 fix: artifacts updates 2026-03-05 14:41:52 +02:00
Daniil Polyakov
a7607b4525
Merge pull request #383 from logos-blockchain/arjentix/explorer-blocks-right-order
feat: sort blocks from latest to oldest in explorer
2026-03-05 15:24:57 +03:00
Pravdyvy
cb57baaa36 fix: integartion test on claiming path for token updated 2026-03-05 14:13:13 +02:00
Pravdyvy
e3764e1911 fix: shared secret receiver fix 2026-03-05 12:35:18 +02:00
Daniil Polyakov
ec1018deac feat: sort blocks from latest to oldest in explorer 2026-03-04 21:54:36 +03:00
Daniil Polyakov
db5d1e5cf7
Merge pull request #382 from logos-blockchain/Pravdyvy/pinata-buff
Pinata Buff
2026-03-04 21:36:29 +03:00
Pravdyvy
06665160c6 fix: updated pinata balance 2026-03-04 17:47:38 +02:00
Pravdyvy
9df121704f
Merge pull request #380 from logos-blockchain/Pravdyvy/block-sorting-while-resubmit
feat: block ordering while resubmit
wallet-ffi-0.1.0
2026-03-03 10:13:13 +02:00
Pravdyvy
416f16bfc6 feat: block ordering while resubmit 2026-03-02 14:22:11 +02:00
Daniil Polyakov
226ebe3e0e
Merge pull request #369 from logos-blockchain/arjentix/fix-indexer-docker-startup
fix: fix docker builds and runs
2026-02-27 22:20:43 +03:00
Daniil Polyakov
7d4409fdf9 fix: fix docker builds and runs 2026-02-27 21:20:22 +03:00
Daniil Polyakov
4e112bc520
Merge pull request #368 from logos-blockchain/Pravdyvy/http-retries-in-seq-client
HTTP retries in sequencer client
2026-02-27 21:19:34 +03:00
Pravdyvy
9dc6025537 fix: http retries 2026-02-27 19:11:26 +02:00
Moudy
bdeca0185f
Merge pull request #367 from logos-blockchain/schouhy/fix-sequencer-config-npk
Update sequencer config npks
2026-02-27 16:08:03 +01:00
Andrea Franz
71de2f7754
Merge pull request #359 from logos-blockchain/fix/amm-initial-lp
chore(programs/amm): fix initial LP supply calculations
2026-02-27 14:33:52 +01:00
Sergio Chouhy
d5c75cbd98 update public account ids 2026-02-27 10:25:07 -03:00
Sergio Chouhy
99069c84b1 update sequencer config npks 2026-02-27 10:06:54 -03:00
Daniel Sanchez
10770bd99e
Merge pull request #366 from logos-blockchain/dsq/nix-circuits-deps
chore(nix): Add circuits dependency
2026-02-27 12:18:09 +00:00
danielSanchezQ
6887131364 Add circuits dependency 2026-02-27 12:13:25 +00:00
Andrea Franz
fee1ab30e9 chore(programs/amm): fix initial LP supply calculations
ift-ts:sc:logos:2026q1-amm-core-improvements:fix-initial-lp-calc
2026-02-27 09:21:43 +01:00
Pravdyvy
18d9d80105
Merge pull request #354 from logos-blockchain/Pravdyvy/indexer-explorer-integration-fixes
Indexer<->Explorer integration fixes
2026-02-26 21:39:15 +02:00
Pravdyvy
1ea3aab3f1 fix: limts fix 2026-02-26 20:42:39 +02:00
Daniil Polyakov
51a21c42fc
Merge pull request #360 from logos-blockchain/arjentix/fix-indexer-image
fix: add r0vm and logos circuits in indexer image
2026-02-26 21:41:06 +03:00
Daniil Polyakov
1f01f7c06a fix: add r0vm and logos circuits in indexer image 2026-02-26 21:06:39 +03:00
Pravdyvy
c622f3540a fix: logging, config 2026-02-26 20:05:16 +02:00
Daniil Polyakov
67f49697f7
Merge pull request #358 from logos-blockchain/arjentix/standalone-sequencer-deploy
Standalone sequencer deploy
2026-02-26 20:19:26 +03:00
Pravdyvy
5eb4e0af1f fix: downgrades of logs 2026-02-26 19:18:41 +02:00
Pravdyvy
3c8e81c11c Merge branch 'main' into Pravdyvy/indexer-explorer-integration-fixes 2026-02-26 17:14:11 +02:00
Sergio Chouhy
f48b116754
Merge pull request #350 from logos-blockchain/schouhy/compress-proofs
Compress R0 proofs
2026-02-26 11:54:14 -03:00
Sergio Chouhy
70471f0a54 compress proofs 2026-02-26 11:19:55 -03:00
Daniil Polyakov
9bb4d95f0b feat: optimize r0vm installation for sequencer docker image for x86_64 platform 2026-02-26 17:06:45 +03:00
Daniil Polyakov
ea7beaaaef feat: build standalone sequencer docker image 2026-02-26 17:06:45 +03:00
Daniil Polyakov
c59d3efbcc
Merge pull request #353 from logos-blockchain/arjentix/configurable-block-size
Configurable block size & human-readable config values
2026-02-26 17:05:50 +03:00
Daniil Polyakov
72ce3ff1e4 chore: rebuild artifacts 2026-02-26 16:35:07 +03:00
Daniil Polyakov
184d378c90 docs: add just command docs 2026-02-26 16:25:24 +03:00
Daniil Polyakov
529dfce413 fix: ensure wallet data is fully synced with fs 2026-02-26 16:25:24 +03:00
Daniil Polyakov
803708ea1e fix: set wallet-ffi default features to false in workspace to fix tps test 2026-02-26 16:25:24 +03:00
Daniil Polyakov
437e5addb4 feat: use human-readable byte sizes and durations 2026-02-26 16:25:24 +03:00
Daniil Polyakov
8b5524901c feat: configurable block size limit 2026-02-26 16:21:43 +03:00
Moudy
84c23e8680
Merge pull request #324 from logos-blockchain/moudyellaz-program-deployment-readme
Update README.md
2026-02-26 14:19:05 +01:00
Sergio Chouhy
f8661b24e4
Merge pull request #331 from logos-blockchain/Pravdyvy/bedrock-parsing-from-start-of-a-channel
Indexer correct startup
2026-02-26 10:09:30 -03:00
Sergio Chouhy
487027d98f
Merge pull request #308 from logos-blockchain/Pravdyvy/indexer-state-management
Indexer state management
2026-02-26 09:53:46 -03:00
Pravdyvy
6e61698ff8 fix: complete fixes 2026-02-26 13:46:38 +02:00
Pravdyvy
b2ae6317d2 fix: naming changes 2026-02-26 09:40:31 +02:00
Pravdyvy
fb2709f96c fix: docker fix 2026-02-25 17:14:42 +02:00