erhant
|
4a3fa1d4be
|
refactor: logger now only enables for indexer crates + takes in a loglevel option
|
2026-06-23 15:57:33 +03:00 |
|
erhant
|
956dc6278a
|
fix!(indexer_ffi): fix 3 existing issues, refactor the runtime handling, rm unused cbindgen.toml
|
2026-06-23 15:57:33 +03:00 |
|
Daniil Polyakov
|
a6d2241519
|
fix(docker): tweak some port numbers for better consistency
|
2026-06-23 15:24:03 +03:00 |
|
Daniil Polyakov
|
cd06f7c0f7
|
feat(docker): extract risc0 installation into a separate image
|
2026-06-23 15:24:03 +03:00 |
|
Daniil Polyakov
|
972a7f981b
|
fix(docker): fix dockerfiles to properly build images
|
2026-06-23 15:24:03 +03:00 |
|
agureev
|
090c368c14
|
tests: test and flow updates
|
2026-06-23 15:51:58 +04:00 |
|
Pravdyvy
|
5c28acc961
|
fix(wallet_ffi): suggestion fix
|
2026-06-23 11:10:53 +03:00 |
|
Pravdyvy
|
ca64789a90
|
Merge branch 'main' into Pravdyvy/ffi-mnemonic
|
2026-06-22 14:00:08 +03:00 |
|
Sergio Chouhy
|
32c6b9e5fc
|
feat: add withdraw ffi
|
2026-06-18 16:35:44 -03:00 |
|
Pravdyvy
|
c6d7f37a1a
|
Merge branch 'main' into Pravdyvy/ffi-mnemonic
|
2026-06-18 18:44:00 +03:00 |
|
moudyellaz
|
87d6869e15
|
fix(wallet): reset last_synced_block on storage restore so notes re-scan from genesis
|
2026-06-18 13:33:09 +02:00 |
|
Pravdyvy
|
4185599df6
|
remove(logos-blockchain-circuits): removed logos blockchains circuits mentions
|
2026-06-17 13:31:35 +03:00 |
|
Pravdyvy
|
855788c2ea
|
fix(ci): ci fix
|
2026-06-17 12:54:27 +03:00 |
|
Pravdyvy
|
0fae6aada2
|
Merge branch 'main' into Pravdyvy/programs-elfs-deployments
|
2026-06-17 10:36:19 +03:00 |
|
Daniil Polyakov
|
e5ca40c0f9
|
feat: add bedrock withdraw events validation
|
2026-06-16 22:10:11 +03:00 |
|
Daniil Polyakov
|
77f1fb3f21
|
feat(wallet): add bridge withdraw command
|
2026-06-16 22:10:11 +03:00 |
|
Daniil Polyakov
|
d6e68a52ca
|
feat(state): forbid private bridge withdrawals
|
2026-06-16 22:10:11 +03:00 |
|
Daniil Polyakov
|
e9e30ff019
|
feat(sequencer): implement bridge withdraw flow
|
2026-06-16 22:10:11 +03:00 |
|
Pravdyvy
|
819604d223
|
Merge branch 'main' into Pravdyvy/programs-elfs-deployments
|
2026-06-16 09:13:06 +03:00 |
|
Pravdyvy
|
a8c81f5445
|
Merge pull request #491 from logos-blockchain/Pravdyvy/wallet-ffi-extension
feat(wallet_ffi): wallet ffi generic transactions
|
2026-06-16 09:11:38 +03:00 |
|
Daniil Polyakov
|
1c7711c10e
|
feat(wallet): add vault cli commands
|
2026-06-15 21:53:15 +03:00 |
|
Pravdyvy
|
93feaba5de
|
Merge branch 'main' into Pravdyvy/programs-elfs-deployments
|
2026-06-15 14:15:33 +03:00 |
|
Pravdyvy
|
8ff353df0c
|
Merge branch 'main' into Pravdyvy/wallet-ffi-extension
|
2026-06-15 14:14:45 +03:00 |
|
Petar Radovic
|
a12d8ecf87
|
clippy
|
2026-06-15 12:30:18 +02:00 |
|
Petar Radovic
|
c2f93aff59
|
clippy
|
2026-06-15 12:28:05 +02:00 |
|
Petar Radovic
|
13f15530e4
|
update logos blockchain deps + drive loop fix
|
2026-06-15 12:22:00 +02:00 |
|
Pravdyvy
|
4af5651c9e
|
fix(wallet_ffi): fiull restoration reproduction
|
2026-06-15 11:53:07 +03:00 |
|
Artem Gureev
|
6744e2f8c3
|
Merge pull request #525 from logos-blockchain/artem/bump-pyo
bump: pyo3 to 0.29
|
2026-06-15 12:25:05 +04:00 |
|
Pravdyvy
|
d63584fe11
|
fix(sequencer_core): new zones api try
|
2026-06-15 10:55:05 +03:00 |
|
erhant
|
dac429a94a
|
Merge pull request #520 from logos-blockchain/erhant/hotfix-indexer-accepts-sequencer-deposit-txs-with-bypass
fix(indexer): bypass system account guards
|
2026-06-12 21:19:07 +03:00 |
|
agureev
|
5430954551
|
bump: pyo3 to 0.29
|
2026-06-12 14:25:37 +04:00 |
|
Artem Gureev
|
68062b33c7
|
Merge pull request #523 from logos-blockchain/artem/bind-discovery-to-journal
fix: bind the EncryptedAccountData to instance
|
2026-06-12 13:18:31 +04:00 |
|
Roman Zajic
|
109b27ecbf
|
Merge pull request #522 from logos-blockchain/test-address-missed-mutants
test: Address missed mutants discovered during fuzzing
|
2026-06-12 10:12:32 +08:00 |
|
jonesmarvin8
|
61f3ab7b52
|
feat!(key_protocol): update public account keys to be PQ resilient. (#362)
* initialize pq-keys branch
* minor update
* fixed lint and unit test
* clippy fixes
* fmt
* Update private_key.rs
* fixed tests
* addressed comments
* fix expect message
* change key labels for better naming
* clippy and fmt fixes
* Rebased
|
2026-06-11 15:20:46 -04:00 |
|
Roman
|
c073ab48bb
|
fix: clippy happy
|
2026-06-11 18:01:41 +08:00 |
|
erhant
|
4076de05c0
|
rename execute_unchecked_on_state to execute_without_system_accounts_check_on_state
|
2026-06-11 12:44:16 +03:00 |
|
Roman
|
759d4a849e
|
test: address mutants discovered during fuzzing
|
2026-06-11 17:37:21 +08:00 |
|
erhant
|
12ee030276
|
tiny lint err
|
2026-06-10 22:16:19 +03:00 |
|
agureev
|
be6f82cb92
|
fix(wallet): adapt wallet
|
2026-06-10 22:12:50 +04:00 |
|
Pravdyvy
|
b85e6d31e0
|
Merge branch 'main' into Pravdyvy/programs-elfs-deployments
|
2026-06-10 20:09:24 +03:00 |
|
Pravdyvy
|
e0348dc331
|
feat(integration_tests): mnemonic test
|
2026-06-10 19:25:58 +03:00 |
|
erhant
|
e6fa92dd1e
|
initial hotfixes to bypass system account guards to allow deposit txes
|
2026-06-10 14:51:01 +03:00 |
|
erhant
|
85284562b4
|
removed bedrock_parent_id as well
|
2026-06-10 11:08:14 +03:00 |
|
Pravdyvy
|
a3ed222887
|
feat(wallet-ffi): mnemonic checnges
|
2026-06-09 19:47:12 +03:00 |
|
erhant
|
38c826ae73
|
initial removals
|
2026-06-09 14:44:27 +03:00 |
|
jonesmarvin8
|
feb6cb7f92
|
feat(wallet): add keycard support for public accounts for public/privacy txs for program facades (#461)
* feat: add basic commands for communicating with keycard
* initialize changes
* reorganization
* add script file for easier wallet access
* update commands
* fixes
* fixed load for non continuous run
* Updates for signatures with keycard
* fix BIP-340 signatures for fixed sized messages
* fmt
* refactor and add pin support to program facades
* fix unit test
* fixes
* Revert "fixes"
This reverts commit 41f34f4ff4145b7abb60fd9bec168ae4b60f23b4.
* fixes
* fixes
* Removed privacy keycard calls
* Revert "Removed privacy keycard calls"
This reverts commit d70ef505a1f40b87159099761f5fce5a31e3f17b.
* Add domain separators
* Removed privacy txs for keycard
* CI fixes
* CI fixes
* addressed some comments
* fix ci
* initialize branch
* ci fixes
* fix integration test issue and updated keycard firmware
* addressed more comments
* fixed deny
* remove keycard-py
* fixed from earlier merge
* add hash_message tests
* add test
* fix deny
* CI fixes
* fixed integration tests
* Update public.rs
* update artifacts
* privacy command fixes
* ci and comments
* addressed comments
* comment fixes
* fixes from merging main
* adding support to other programs
* expanded support
* ci fixes
* ci and add private account keys test
* some fixes and setup notes
* Ci fixes
* ci fixes
* update key paths to avoid collisions in tests
* added separated files for keycard_tests_2.sh
* first round of comments
* Revert "Merge branch 'main' into marvin/keycard-commands"
This reverts commit 3fce53f663a3996938dddf77680854570063ca21, reversing
changes made to e7b42a5177641455a8917bd2e29db20afd9690e5.
* python comments
* addressed comments
* compile error fixed
* fix artifacts
* fix main merge error
* adjust signer logic workflow
* updating logic
* fmt
* refactored
* clippy fix
* minor fix
* addressing comments
* minor fix
* ci fix
* addressed deferred comments
* clean up
* minor cleanup
* ci fixes
* fmt fix
* feat!(wallet): Merged `SigningGroup` with `AccountManager` (#500)
* feat: account manager extension
* feat(wallet): added unified way of sending public transactions to all facades
* fix(wallet): no sign option added
* fix(deny): deny fix
* fix(wallet): suggestion 1
* fix(wallet): suggestion fix 1
* feat!: Add new path for externally provided seed to the circuit.
BREAKING CHANGE: add identity variants to the circuit and change semantics for `Claim::Authorized` for private PDAs
* feat(ci): use separate job per each integration tests module
* feat(ci): cache rust artifacts
* feat(ci): build integration tests binary once and reuse it
* fix(wallet): fmt
* ci: add bench-regression workflow with criterion-compare for crypto_primitives_bench
* fix(wallet): merge postfix
* feat!(wallet): SigningGroup merged with AccountManager
* fix(ci): deny and artifacts fix
* fix(deny): deny fix
* fix keycard and lint
---------
Co-authored-by: Sergio Chouhy <sergio.chouhy@gmail.com>
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
Co-authored-by: Moudy <m.ellaz@hotmail.com>
Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
Co-authored-by: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com>
* addressed comments
* minor comments
* Rebase to main
* CI fixes
---------
Co-authored-by: Pravdyvy <46261001+Pravdyvy@users.noreply.github.com>
Co-authored-by: Sergio Chouhy <sergio.chouhy@gmail.com>
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
Co-authored-by: Moudy <m.ellaz@hotmail.com>
Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
|
2026-06-05 17:35:10 -04:00 |
|
Pravdyvy
|
76696a5d08
|
feat(wallet_ffi): freeing of ffi programs
|
2026-06-04 21:15:17 +03:00 |
|
Pravdyvy
|
7ccd8e2435
|
feat(wallet_ffi): program elfs and program deployment
|
2026-06-04 21:05:58 +03:00 |
|
Daniil Polyakov
|
7f5590907f
|
feat(sequencer): make bridge deposits fault-tolerant
|
2026-06-04 15:17:56 +03:00 |
|
Daniil Polyakov
|
bdcf630aa9
|
feat(sequencer): update to a new zone sdk
|
2026-06-04 14:19:21 +03:00 |
|