Commit Graph
1761 Commits
Author SHA1 Message Date
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
Daniil Polyakov d4494c1f21 fix: use private account for private account test in wallet_ffi 2026-02-12 19:38:04 +03:00
Daniil Polyakov d2ce0cd51b fix: run async runtime when dropping TestContext in BlockingTestContext 2026-02-12 19:35:07 +03:00
Daniil Polyakov 378d53f152 fix: don't delete finalized blocks but only mark them 2026-02-12 18:20:25 +03:00
Daniil Polyakov 9b51fd1fc2 fix: make InternalError more descriptive 2026-02-12 17:49:59 +03:00
Daniil Polyakov 51ab510e71 fix: retrieve last bedrock message id from db 2026-02-12 17:49:59 +03:00
Daniil Polyakov d0f26744eb fix: sync last_bedrock_msg_id even if posting to Bedrock failed 2026-02-12 17:49:59 +03:00
Daniil Polyakov 0a8d6f1eb4 fix: always store latest block hash in db 2026-02-12 17:49:59 +03:00
Daniil Polyakov cb6fb881ac Merge pull request #316 from logos-blockchain/arjentix/full-bedrock-integration
Full bedrock integration
2026-02-12 17:47:47 +03:00
Daniil Polyakov 9bf3edbaad chore: remove risc0-zkvm dep from wallet 2026-02-12 16:39:23 +03:00
Daniil Polyakov 6d7ca887e3 chore: rebuild artifacts 2026-02-12 16:35:58 +03:00
Daniil Polyakov 0d0bb87bf3 feat: split tests job into unit-tests and integration-tests 2026-02-12 16:31:34 +03:00
Daniil Polyakov 70bae9158c fix: free disk space in CI before running tests 2026-02-12 16:31:34 +03:00
Daniil Polyakov 60be2b6d00 chore: satisfy CI 2026-02-12 16:31:34 +03:00
Daniil Polyakov 4b59782924 fix: construct Sequencer with zeroized last message id instead of genesis message id 2026-02-12 16:31:14 +03:00
Daniil Polyakov fdcaabf761 chore: remove useless optional account in explorer 2026-02-12 16:31:13 +03:00
Daniil Polyakov 09debfa74f feat: implement all-in-one docker compose 2026-02-12 16:31:13 +03:00
Daniil Polyakov dae1d92253 chore: remove outdated deploy ci workflow 2026-02-12 16:31:13 +03:00
Daniil Polyakov 843ca0b00d feat: Publish indexer_service and explorer_service docker images 2026-02-12 16:31:13 +03:00
Daniil Polyakov c753373434 chore: apply recommended wallet config from #328 for integration tests 2026-02-12 16:31:13 +03:00
Daniil Polyakov 975cfb9ec6 feat: fully integrate Sequencer, Indexer and Explorer with Bedrock 2026-02-12 16:31:13 +03:00
jonesmarvin8 818fc5e601 Merge pull request #306 from logos-blockchain/marvin/refactor-amm-program
refactor amm program
2026-02-11 19:42:41 -05:00
jonesmarvin8 d40232abcc Merge branch 'main' into marvin/refactor-amm-program 2026-02-11 19:05:16 -05:00
jonesmarvin8 a0ebd73f48 Merge pull request #249 from logos-blockchain/marvin/public_keys
public key protocol to match specs
2026-02-11 11:07:32 -05:00
jonesmarvin8 4ad56ded89 update artifacts 2026-02-11 10:10:45 -05:00
Danish Arora 879dd61189 Increase wallet polling timeout for bedrock pipeline latency (#328) 2026-02-11 09:33:58 +05:30
jonesmarvin8 68254a835d fix license for amm and machete issue 2026-02-10 20:54:42 -05:00
jonesmarvin8 5f800ba9d9 Merge branch 'main' into marvin/refactor-amm-program 2026-02-10 20:40:13 -05:00
jonesmarvin8 7c930415a6 Merge branch 'main' into marvin/public_keys 2026-02-10 20:31:02 -05:00
jonesmarvin8 74e7bf321e update artifacts 2026-02-10 20:29:10 -05:00
jonesmarvin8 0930e4dd86 Merge branch 'main' into marvin/refactor-amm-program 2026-02-10 20:28:13 -05:00
Daniil Polyakov 6c77939c62 Merge pull request #315 from logos-blockchain/arjentix/explorer
Implement Explorer
2026-02-11 02:36:07 +03:00
Daniil Polyakov 72c45be083 feat: implement Explorer 2026-02-11 02:06:40 +03:00
jonesmarvin8 f891f57cab Merge branch 'main' into marvin/public_keys 2026-02-10 09:19:45 -05:00
jonesmarvin8 b0f00b2751 Merge pull request #310 from logos-blockchain/marvin/public_account_id
Update domain sep for public account ids
2026-02-10 09:02:13 -05:00
Daniel Sanchez cb1b6f14f6 Merge pull request #320 from logos-blockchain/feat/nixify
feat: Nixify
2026-02-10 14:51:34 +01:00
danielSanchezQ 042854653c Merge branch 'main' into feat/nixify
# Conflicts:
#	wallet-ffi/wallet_ffi.h
2026-02-10 12:38:04 +00:00
Sergio Chouhy 5884ad84fe Merge pull request #330 from logos-blockchain/schouhy/fix-RUSTSEC-2026-0009
Fix RUSTSEC-2026-0009
2026-02-09 10:37:18 -03:00
Sergio Chouhy 01d33788e5 update time dep 2026-02-09 10:09:55 -03:00
jonesmarvin8 8959b1652c Merge branch 'marvin/public_keys' into marvin/public_account_id 2026-02-08 14:00:14 -05:00
Sergio Chouhy e3b59a117a Merge pull request #326 from logos-blockchain/fryorcraken/zsh-completion-update
chore: add label to zsh auto-completion
2026-02-06 15:06:34 -03:00