1947 Commits

Author SHA1 Message Date
Sergio Chouhy
4b50676ebc add wallet ffi base58 conversion tests 2026-02-04 16:08:04 -03:00
Sergio Chouhy
7c3182d903 add wallet ffi get private keys test 2026-02-04 15:29:36 -03:00
Sergio Chouhy
70d3b3a3e6 add FfiU128 struct 2026-02-04 14:58:43 -03:00
Moudy
0b77a1e7cf
Update README.md
fixed some weird characters
2026-02-04 17:08:06 +01:00
Sergio Chouhy
fdeb1f971c add get account keys test 2026-02-04 12:11:57 -03:00
Sergio Chouhy
5ac9953488 add ffi get account test 2026-02-04 11:36:10 -03:00
Sergio Chouhy
01f7d254c9
Merge pull request #325 from logos-blockchain/schouhy/fix-bytes-vuln-rustsec-2026-0007
Update bytes to v1.11.1 (RUSTSEC-2026-0007)
2026-02-04 10:13:46 -03:00
Pravdyvy
dc5b5ba278 feat: api methods population 2026-02-04 14:57:38 +02:00
Sergio Chouhy
2b07c02129 update bytes to v1.11.1 2026-02-04 09:42:56 -03:00
Moudy
a08a7824c0
update README.md
updated the introduction to include LEZ and LEE and rewrite some parts.
2026-02-04 13:32:40 +01:00
Moudy
9a7c851dcf
updated the sequencer part 2026-02-04 13:08:07 +01:00
Moudy
b509817038
Update README.md
just removed the sequencer part as it has changed and replaces NSSA. I think this should be polished and moved under tutorials
2026-02-04 12:58:02 +01:00
Moudy
f64d7f8dd3
Update README.md
removed tutorials
2026-02-04 12:31:01 +01:00
Moudy
61ffca07e2
amm program 2026-02-04 12:29:26 +01:00
Moudy
e0f1d528b8
custom tokens 2026-02-04 12:10:50 +01:00
Moudy
cf374a1422
token transfer 2026-02-04 11:50:05 +01:00
Moudy
9db96d1736
LEZ testnet v0.1 wallet setup tutorial 2026-02-04 09:20:56 +01:00
davidrusu
dac773fa03
Merge pull request #317 from logos-blockchain/drusu/license
Add Licensing + cargo deny check to ensure all dependencies are compliant
2026-02-04 08:55:03 +04:00
Sergio Chouhy
50b253fa00 move ffi tests to integration tests 2026-02-03 19:07:13 -03:00
Sergio Chouhy
35b469d738 add tests 2026-02-03 19:07:13 -03:00
Sergio Chouhy
629a3d1ef6 scaffolding 2026-02-03 19:07:13 -03:00
Alejandro Cabeza Romero
29dfa0b2e3
Gitignore lint. 2026-02-03 15:41:15 +01:00
Alejandro Cabeza Romero
67ada15c1b
Improve names. 2026-02-03 15:40:40 +01:00
Alejandro Cabeza Romero
0126791537
Remove artifact library. 2026-02-03 15:40:36 +01:00
Alejandro Cabeza Romero
81e4cfcba6
Add devshell to flake. 2026-02-03 15:40:06 +01:00
Alejandro Cabeza Romero
ed60e06ae2
Nixify 2026-02-03 15:40:06 +01:00
Sergio Chouhy
ec1424cd8e
Merge pull request #319 from logos-blockchain/dsq/wallet-ffi-runtime-fix
fix(wallet-ffi): Initialize runtime automatically when needed
2026-02-03 08:54:33 -03:00
Pravdyvy
efac8639c3 fix: merge fix 2026-02-03 11:36:07 +02:00
danielSanchezQ
9bb94c5df5 Initialize runtime automatically when needed 2026-02-03 09:23:20 +00:00
Pravdyvy
e1df915357 Merge branch 'arjentix/full-bedrock-integration' into Pravdyvy/indexer-state-management 2026-02-03 11:11:19 +02:00
Daniil Polyakov
71a7905a58 Integrate Indexer Service into integration tests 2026-02-02 19:07:24 +03:00
Daniil Polyakov
321f31a54b Reimplement subscriptions 2026-02-02 17:10:21 +03:00
fryorcraken
a5240925fc
Merge pull request #292 from logos-blockchain/fryorcraken/labels
add `wallet account label` feature
2026-02-02 14:30:33 +11:00
Sergio Chouhy
6ca020d547 fix deadlock in subscriptions 2026-01-31 19:05:27 -03:00
Sergio Chouhy
d14aeb6cc1 fix genesis msg id 2026-01-31 18:12:59 -03:00
David Rusu
a939ceecad chore(artifacts): rebuild artifacts 2026-02-01 00:28:41 +04:00
David Rusu
c45f560790 chore(circuits): Install circuits in CI 2026-02-01 00:21:08 +04:00
David Rusu
ac449427b2 feat(license): remove unnecessary cargo deny config 2026-01-31 23:59:38 +04:00
David Rusu
729ff6673c feat(license): add cargo deny step to workflow 2026-01-31 23:15:43 +04:00
David Rusu
38f1f68030 feat(license): MIT/Apache2 license and add cargo deny config 2026-01-31 23:13:36 +04:00
Sergio Chouhy
0ae327d934 fix config 2026-01-30 20:20:30 -03:00
Daniil Polyakov
f4e9a6606d Add log about parsed L2 blocks 2026-01-31 01:50:30 +03:00
Daniil Polyakov
a87db600cf Fix some errors 2026-01-31 01:39:59 +03:00
Daniil Polyakov
71787a70f7 Implement block subscription 2026-01-30 21:53:01 +03:00
Daniil Polyakov
2d0525ab31 Adjust Indexer RPC for Sequencer and Explorer needs only 2026-01-30 21:53:01 +03:00
Daniil Polyakov
e0729a1725 Integrate indexer client into sequencer 2026-01-30 21:53:01 +03:00
Daniil Polyakov
616159f936 Remove async_trait comments 2026-01-30 21:53:01 +03:00
Daniil Polyakov
c1d2b625ea Add IndexerCore to IndexerService 2026-01-30 21:53:01 +03:00
Daniil Polyakov
22a6195eca Move BasicAuth to common::config and remove SequencerClient from IndexerCore 2026-01-30 21:52:43 +03:00
Daniil Polyakov
9cac2e7487 Move indexer_core and indexer_service into indexer 2026-01-30 21:52:43 +03:00