1827 Commits

Author SHA1 Message Date
jonesmarvin8
d58df166e7 initialize branch 2026-02-25 15:32:31 -05:00
Daniil Polyakov
767b5afd38
Merge pull request #343 from logos-blockchain/arjentix/some-refactor
Move tutorial to docs & add more `just` commands
2026-02-24 19:43:07 +03:00
Moudy
7ba888ce7d
Merge pull request #351 from logos-blockchain/dsq/ffi-build-macos-fix
fix(ffi): Fix nix build on macos
2026-02-24 15:37:33 +01:00
Daniel
9a61e64ccf Fix nix build 2026-02-24 15:27:39 +01:00
Moudy
3f2d9ed0f4
Merge pull request #349 from logos-blockchain/dsq/default-prove-ffi
fix(ffi): Fix r0 build with default prove
2026-02-24 13:26:21 +01:00
danielSanchezQ
0c90d42a0f Fix r0 build 2026-02-24 12:14:25 +00:00
Moudy
55388e30a2
Merge pull request #348 from logos-blockchain/dsq/default-prove-ffi
chore(ffi): Default prove feature
2026-02-24 12:25:16 +01:00
danielSanchezQ
ccfc14cac1 Default prove 2026-02-24 08:16:59 +00:00
Daniil Polyakov
e71f2fe16a feat: add useful just commands 2026-02-23 17:57:56 +03:00
Daniil Polyakov
3855bf2399 chore: move tutorial to docs 2026-02-23 16:10:01 +03:00
Daniel Sanchez
bc84d5cf31
Merge pull request #340 from logos-blockchain/dsq/pinata-ffi
feat(ffi): Add pinata to wallet-ffi
2026-02-20 17:21:19 +01:00
danielSanchezQ
e99c92543e Cargo fmt 2026-02-20 11:21:21 +00:00
danielSanchezQ
78233308cc Include pinata en ffi 2026-02-20 11:20:30 +00:00
Sergio Chouhy
89ce9f322a
Merge pull request #296 from logos-blockchain/feat/label-extensions
feat: add `--label` option to `wallet account new` sub command
2026-02-18 10:10:02 -03:00
r4bbit
6c2bdb1b20
feat: add --label option to wallet account new sub command
Following the work done in
https://github.com/logos-blockchain/lssa/pull/292 and the comment on
extending the work
https://github.com/logos-blockchain/lssa/pull/292#pullrequestreview-3672282664,
this commit introduces a new `--label` option to the `wallet account
new` sub command.

**Usage**:

```
wallet account new public --label "Public test account"
wallet account new private --label "Private test account"
```

Labels have to be unique across all accounts in the wallet storage.

The commit also adds tests, which make use of the `WalletSubCommand`
trait functions (hence the change to make it a `pub trait`).
2026-02-18 12:30:17 +01:00
Daniel Sanchez
27f31cf3d0
Merge pull request #336 from logos-blockchain/dsq/new-wallet-ffi-calls
feat(wallet-ffi): Update wallet ffi with transfer calls
2026-02-18 09:31:40 +01:00
Moudy
dee3f7fa6f
Merge pull request #337 from logos-blockchain/schouhy/standalone-sequencer-with-mock
Add `standalone` feature for running sequencer without Bedrock and indexer services.
2026-02-18 09:11:15 +01:00
Sergio Chouhy
b008982eeb update readme 2026-02-17 19:37:44 -03:00
Sergio Chouhy
01dc41cc47 fix 2026-02-17 19:32:43 -03:00
Sergio Chouhy
964800f765 add standalone feature for running sequencer without bedrock using mocked components 2026-02-17 18:59:26 -03:00
Sergio Chouhy
f1293ec77b
Merge pull request #335 from logos-blockchain/fix/add-amm-to-rpc-endpoint
fix(sequencer_rpc): add AMM program id
2026-02-17 14:57:00 -03:00
r4bbit
76af23f386
fix(sequencer_rpc): add AMM program id
This adds the AMM program ID to the `get_program_ids` RPC endpoints,
as it's currently missing while still being predeployed.
2026-02-17 14:55:46 +01:00
danielSanchezQ
b2ef5e915c Update wallet ffi with transfer calls 2026-02-17 11:54:55 +00:00
jonesmarvin8
8cf73c00a9
Merge pull request #246 from logos-blockchain/marvin/private_keys
private key protocol fixes
2026-02-16 21:00:53 -05:00
jonesmarvin8
33084300ad fix ipk -> vpk 2026-02-16 20:39:00 -05:00
jonesmarvin8
70a2f9ce4e artifact fixes 2026-02-16 20:13:47 -05:00
jonesmarvin8
f8dfcac17a Merge branch 'main' into marvin/private_keys 2026-02-16 19:55:09 -05:00
jonesmarvin8
25084b5669 fix config file 2026-02-16 19:48:43 -05:00
Sergio Chouhy
2ac5d8d7de
Merge pull request #332 from logos-blockchain/schouhy/finish-auth-transfer-ffi-functionality
Add auth transfer FFI full functionality
2026-02-16 16:25:24 -03:00
Sergio Chouhy
32c36af126 fmt, clippy 2026-02-16 15:56:28 -03:00
Sergio Chouhy
177235a2c7 add prove feature 2026-02-16 12:28:31 -03:00
Sergio Chouhy
26d6286b8c revert prove feature 2026-02-16 11:52:31 -03:00
Sergio Chouhy
2954faa5ec add prove feature 2026-02-16 11:34:58 -03:00
Sergio Chouhy
5a96eb451c minor refactor 2026-02-16 11:24:07 -03:00
Sergio Chouhy
d8537ea3f0 add wallet ffi auth-transfer private method 2026-02-16 11:24:06 -03:00
Sergio Chouhy
2c89e17896 add wallet ffi auth-transfer deshielded method 2026-02-16 11:16:48 -03:00
Sergio Chouhy
c3ca6c7563 add wallet ffi auth-transfer shielded method 2026-02-16 11:16:48 -03:00
Sergio Chouhy
707ea7d379 add get private account and init private account ffi methods 2026-02-16 11:16:46 -03:00
jonesmarvin8
08e65d8332 update artifacts 2026-02-16 08:11:34 -05:00
jonesmarvin8
6a89ca0a7f Merge branch 'main' into marvin/private_keys 2026-02-16 08:02:37 -05:00
Sergio Chouhy
d8a8bdfc97
Merge pull request #333 from logos-blockchain/arjentix/fix-sequencer-msg-id
Fix sequencer data synchronization problems
2026-02-16 08:32:50 -03:00
Daniil Polyakov
85d2a13148 chore: update keccak 2026-02-14 00:48:39 +03:00
Daniil Polyakov
8b16318c38 fix: use base58 encoding for account in Explorer & some formatting chores 2026-02-14 00:23:34 +03:00
Sergio Chouhy
439392cf26 fix: sequencer does not submit newly created blocks & fix to resubmit first pending block logic 2026-02-14 00:23:24 +03:00
Daniil Polyakov
91e57bbf1b fix: resubmit just one pending block 2026-02-13 15:44:16 +03:00
Daniil Polyakov
c63ecd6aba fix: initiate sequencer with chain height from db and not from config genesis id 2026-02-13 02:05:55 +03:00
Daniil Polyakov
f64b7ba0ef chore: ignore bedrock_signing_key 2026-02-13 01:56:10 +03:00
Daniil Polyakov
9d35cf4ea8 chore: adjuct docs and configs for manual run 2026-02-13 01:55:36 +03:00
Daniil Polyakov
c663ad1a56 chore: better error messages 2026-02-13 01:54:40 +03:00
Daniil Polyakov
2acc388ae9 chore: rename get_schema endpoint to more common getSchema 2026-02-13 01:49:20 +03:00