Commit Graph
1586 Commits
Author SHA1 Message Date
Sergio Chouhy c606e7fe75 Merge branch 'main' into schouhy/sequencer-retries-pending-blocks 2026-01-28 14:39:53 -03:00
Sergio Chouhy 37c85de38d clippy 2026-01-27 16:06:51 -03:00
Sergio Chouhy bc2350b349 fix start_from_config function 2026-01-27 16:03:21 -03:00
Daniil Polyakov bbef426f86 Merge pull request #309 from logos-blockchain/arjentix/indexer-service
feat: implement Indexer Service skeleton
2026-01-27 21:16:55 +03:00
Sergio Chouhy 561b4a2dcf Merge branch 'main' into schouhy/sequencer-retries-pending-blocks 2026-01-27 14:48:09 -03:00
Sergio Chouhy e78d6a59a0 add tokio task to retry pending blocks in bedrock 2026-01-27 13:27:52 -03:00
Sergio Chouhy d7cac557af fix test 2026-01-27 10:52:43 -03:00
Sergio Chouhy fe4a89191c add state to rocksdb 2026-01-27 01:20:17 -03:00
Daniil Polyakov 2288a725d2 feat: implement indexer service skeleton 2026-01-26 23:31:28 +03:00
Sergio Chouhy f4c81f5e78 Merge pull request #286 from logos-blockchain/schouhy/adapt-sequencer-to-bedrock
Adapt sequencer to post block data to Bedrock
2026-01-26 15:02:20 -03:00
Sergio Chouhy e897fd6076 fix parent when resubmitting pending blocks 2026-01-26 14:51:39 -03:00
Sergio Chouhy e680544ca3 use context 2026-01-26 13:46:47 -03:00
Sergio ChouhyandDaniil Polyakov 02702213dc Update sequencer_core/src/block_settlement_client.rs
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2026-01-26 13:34:38 -03:00
Sergio Chouhy ab31a1fd2d Merge branch 'schouhy/adapt-sequencer-to-bedrock' into schouhy/sequencer-retries-pending-blocks 2026-01-26 12:25:47 -03:00
Sergio Chouhy ded6e8123d Merge branch 'main' into schouhy/adapt-sequencer-to-bedrock 2026-01-26 11:38:42 -03:00
Sergio Chouhy eaab2e042a Merge pull request #270 from logos-blockchain/Pravdyvy/indexer-client
Bedrock client adoption
2026-01-26 11:03:07 -03:00
Daniil Polyakov 3752c39bad Merge pull request #311 from logos-blockchain/arjentix/fix-ci-nextest-installation
fix: install cargo-nextest with locked option
2026-01-26 16:56:16 +03:00
Daniil Polyakov 6e745494c2 fix: install cargo-nextest with locked option 2026-01-26 16:25:06 +03:00
Sergio Chouhy 7d48fe70b5 Merge pull request #303 from logos-blockchain/bug/conflicting-flags
bug(wallet): conflicting flag -h for transaction info
2026-01-23 17:55:59 -03:00
Václav Pavlín a8f41838ac bug(wallet): conflicting flag -h for transaction info 2026-01-22 09:29:54 +01:00
Sergio Chouhy 2218ad1c64 add functionality to resubmit pending transactions and delete finalized blocks 2026-01-22 02:01:02 -03:00
Sergio Chouhy f04b299b1a minor changes 2026-01-21 11:47:28 -03:00
Daniil Polyakov fb62143398 Merge pull request #259 from logos-blockchain/arjentix/multi-chain-calls-in-private-tx
Implement private multi chain calls
2026-01-21 16:55:49 +03:00
Sergio Chouhy 56295d12d8 use anyhow for block settlement client error handling 2026-01-21 10:38:18 -03:00
Sergio Chouhy e397d6c576 add bedrock status flag to blocks and last_finalized_block metadata info to sequencer db 2026-01-20 11:52:02 -03:00
Pravdyvy 66d01d69d7 fix: dep fix 2026-01-20 10:26:22 +02:00
Daniil Polyakov 60822c7f03 Merge pull request #290 from logos-blockchain/fryorcraken/zsh-completion
Add zsh completion script for wallet CLI
2026-01-20 03:35:52 +03:00
Daniil Polyakov 173945a170 Merge pull request #289 from logos-blockchain/fryorcraken/wallet-acc-ls-rm-commas
Remove trailing commas on `wallet account ls` output
2026-01-20 03:35:31 +03:00
Sergio Chouhy 654e92f0d7 clippy 2026-01-19 14:26:48 -03:00
Daniil Polyakov 2b2a52d0b8 feat: error on unclaimed modified accounts 2026-01-19 17:29:59 +03:00
Daniil Polyakov 67d5a3e9f4 fix: check public account authorization in privacy preserving circuit 2026-01-17 02:28:31 +03:00
Daniil Polyakov 78a6ff72ee test: add unit test for private multi chain calls 2026-01-17 02:28:31 +03:00
Daniil Polyakov a097ff9d49 chore: rebuild artifacts 2026-01-17 02:28:31 +03:00
Daniil Polyakov 4e46dbbdf4 feat: implement private multi chain calls in wallet (nssa) 2026-01-17 02:28:31 +03:00
Daniil Polyakov 5d7f44aa3e feat: implement private multi chain calls in circuit 2026-01-17 02:28:31 +03:00
Daniil Polyakov 82a8e551b9 Merge pull request #280 from logos-blockchain/fryorcraken/display-ipk-npk
add wallet account keys command to display ipk/npk
2026-01-17 01:56:03 +03:00
Sergio Chouhy 4105eecace fix msg id in mantle tx 2026-01-16 19:50:54 -03:00
fryorcraken b8821693a8 Return keys for uninitialized accounts too 2026-01-16 11:31:11 +11:00
fryorcraken 9267cb59af Return keys for public accounts 2026-01-16 11:31:11 +11:00
fryorcraken 562ab63735 Move the feature to get --keys 2026-01-16 11:31:10 +11:00
fryorcraken 6484e0121c Remove trailing commas on wallet account ls output
The trailing commas is inconvenient:

1. For users trying to select an account id by double-clicking it in a terminal: the comma gets included in the selection
2. For dev parsing the `wallet account list` output: the commas needs to be handled
2026-01-16 11:30:11 +11:00
fryorcraken f4978c1bde add wallet account keys command to display ipk/npk
ipk and npk are needed to receive funds from an external account on a private account.

They are currently only displayed at account creation (`wallet account new private`). With this command, it is now possible to print them at any time.
2026-01-16 11:29:49 +11:00
fryorcraken 47e76c9f85 Added support for --long 2026-01-16 11:26:58 +11:00
fryorcraken 5a4111bcc8 Update readme 2026-01-16 11:23:54 +11:00
fryorcraken d789ccba46 add more commands 2026-01-16 11:23:54 +11:00
fryorcraken bb54d08f02 Add zsh completion script for wallet CLI 2026-01-16 11:23:54 +11:00
Sergio Chouhy 8da515da6b fmt 2026-01-15 00:29:45 -03:00
Sergio Chouhy aeb3fd3932 replace unwrap with expect 2026-01-15 00:28:40 -03:00
Sergio Chouhy 3dbe31501c fix merge 2026-01-14 23:45:58 -03:00
Sergio Chouhy 26806daedc fix config 2026-01-14 23:32:45 -03:00