CleverWild
|
e121708d28
|
fix(crypto): handle 1-of-N Shamir split when ordinary_count=1
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
6e3fa736e0
|
feat(server): recovery operators with sleeping/wakeup mechanism (§3.5/§3.6)
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
19a62e7195
|
feat(server): key-rotation proposals require full quorum (§3.3)
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
57200cbc50
|
feat(server): two-operator vault requires at least one recovery share
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
291ef2e831
|
refactor(server): typed pubkey len via u32::try_from in ReplaceOperator
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
d12109c2c9
|
feat(server): ProposalKind::ApproveOneOffTransaction
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
277fb3c92d
|
feat(server): ProposalKind::ApprovePersistentGrant
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
9e42097683
|
feat(server): ProposalKind::UpdateShamirParameters
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
25b86b14e9
|
feat(server): ProposalKind::ReplaceOperator
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
ba8748a17b
|
feat(server): ProposalKind ::GrantWalletAccess and ::ApproveServerUpdate
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
3e61d807b4
|
test(server): governance integration tests
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
240fd3eb63
|
refactor(server::crypto): use fixed-size [u8; 32] and KeyCell throughout seal key API
|
2026-08-26 13:01:44 +02:00 |
|
CleverWild
|
80ba30d430
|
fix(server::tests): tighten unseal test seal_key params to &[u8; 32]
|
2026-08-26 13:01:44 +02:00 |
|
Skipper
|
9ca2c4ed64
|
refactor(server::db): introduced newtype wrappers for entity id's in database
|
2026-08-26 13:01:44 +02:00 |
|
Skipper
|
ec5a8143fb
|
refactor: rename to to better reflect meaning
|
2026-08-26 13:01:44 +02:00 |
|
Skipper
|
602be3aa11
|
merge: feat-lints into main
|
2026-08-26 13:00:40 +02:00 |
|
CleverWild
|
d4084ded35
|
feat: rustc and clippy linting
|
2026-08-26 13:00:40 +02:00 |
|
Skipper
|
6b572d0c86
|
housekeeping(server): clean too-broad visibility markers and organize imports
|
2026-08-26 13:00:40 +02:00 |
|
Skipper
|
270e843598
|
fix(server::tests): api surface of auth challenge changed
|
2026-08-26 13:00:40 +02:00 |
|
Skipper
|
0a48839321
|
refactor(server::{useragent::auth, client::auth}): use random based + timestamp nonce instead of monotonic counter in database
|
2026-08-26 13:00:40 +02:00 |
|
hdbg
|
4823a291f8
|
WIP: kameo::messages wiring for transport generalization
|
2026-08-26 13:00:40 +02:00 |
|
hdbg
|
1d9b572565
|
feat(user-agent): add VaultGate for sealed vault authentication
|
2026-08-26 13:00:40 +02:00 |
|
hdbg
|
d2f41e693c
|
fix(server::user_agent): useragents now self-sign themselves on bootstrap
|
2026-08-26 13:00:40 +02:00 |
|
hdbg
|
9650407093
|
refactor(server): reorganized client/user_agent actors into separate module peers and added event MessageBus
|
2026-08-26 13:00:40 +02:00 |
|
hdbg
|
a49baf7386
|
housekeeping(server): fixed clippy warns
|
2026-08-26 13:00:39 +02:00 |
|
hdbg
|
6b814f4869
|
refactor(server): moved shared module crypto into arbiter-crypto
|
2026-08-26 13:00:39 +02:00 |
|
hdbg
|
4c2e00b56d
|
refactor(server): migrated auth to ml-dsa
|
2026-08-26 13:00:39 +02:00 |
|
hdbg
|
2df25b8641
|
tests(server::client::auth): integrity envelope insertion for valid paths
|
2026-08-26 13:00:39 +02:00 |
|
hdbg
|
dcf42b0e4e
|
fix(server): added chain_id check and covered check_shared_constraints with unit tests
|
2026-08-26 13:00:39 +02:00 |
|
hdbg
|
9173be2920
|
tests(server): fixed for new integrity checks
|
2026-08-26 13:00:39 +02:00 |
|
hdbg
|
d55e9880ec
|
refactor(server): rework envelopes and integrity check
|
2026-08-26 13:00:39 +02:00 |
|
hdbg
|
37fa954933
|
merge: @main into client-integrity-verification
|
2026-08-26 13:00:39 +02:00 |
|
hdbg
|
5c3421de1e
|
housekeeping(server): fixed clippy warns
|
2026-08-26 13:00:39 +02:00 |
|
hdbg
|
149035ecf5
|
refactor(server): separate crypto by purpose and moved outside of actor into separate module
|
2026-08-26 13:00:39 +02:00 |
|
CleverWild
|
e2e2c4fc07
|
feat(auth): add seal-key-derived pubkey integrity tags with auth enforcement and unseal backfill
|
2026-08-26 13:00:39 +02:00 |
|
hdbg
|
083ff66af2
|
refactor(server): removed miette out of server
ci/woodpecker/pr/server-audit Pipeline was successful
ci/woodpecker/pr/server-vet Pipeline failed
ci/woodpecker/pr/server-lint Pipeline failed
ci/woodpecker/pr/server-test Pipeline was successful
|
2026-04-04 12:10:34 +02:00 |
|
CleverWild
|
8feda7990c
|
fix(auth): reject invalid challenge signatures instead of transitioning to AuthOk
|
2026-04-03 22:20:07 +02:00 |
|
hdbg
|
bbf8a8019c
|
feat(evm): add wallet access grant/revoke functionality
ci/woodpecker/push/server-audit Pipeline was successful
ci/woodpecker/push/server-lint Pipeline failed
ci/woodpecker/push/server-vet Pipeline failed
ci/woodpecker/push/server-test Pipeline was successful
ci/woodpecker/push/useragent-analyze Pipeline failed
|
2026-03-25 16:33:55 +01:00 |
|
hdbg
|
4ebe7b6fc4
|
merge: new flow into main
|
2026-03-22 12:50:55 +01:00 |
|
CleverWild
|
f015d345f4
|
Merge remote-tracking branch 'origin/main' into SDK-client-UA-registration
ci/woodpecker/pr/server-audit Pipeline failed
ci/woodpecker/pr/server-vet Pipeline failed
ci/woodpecker/pr/server-lint Pipeline was successful
ci/woodpecker/pr/server-test Pipeline was successful
|
2026-03-21 21:14:41 +01:00 |
|
hdbg
|
cd07ab7a78
|
refactor(server): renamed 'wallet_visibility' to 'wallet_access'
|
2026-03-21 13:06:25 +01:00 |
|
hdbg
|
cfa6e068eb
|
feat(client): add client metadata and wallet visibility support
|
2026-03-20 20:41:00 +01:00 |
|
CleverWild
|
e1a8553142
|
feat(client-auth): emit and require AuthOk for SDK client challenge flow
|
2026-03-19 19:06:27 +01:00 |
|
hdbg
|
60ce1cc110
|
test(user-agent): add test helpers and update actor integration tests
|
2026-03-19 07:53:55 +00:00 |
|
hdbg
|
2ff4d0961c
|
refactor(server::client): migrated to new connection design
|
2026-03-19 07:53:55 +00:00 |
|
hdbg
|
d61dab3285
|
refactor(server::useragent): migrated to new connection design
|
2026-03-19 07:53:55 +00:00 |
|
hdbg
|
9017ea4017
|
refactor(server): added SafeCell abstraction for easier protected memory swap
|
2026-03-16 19:41:12 +01:00 |
|
CleverWild
|
a5a9bc73b0
|
feat(poc): enhance SDK client error handling in user agent module
ci/woodpecker/pr/server-audit Pipeline was successful
ci/woodpecker/pr/server-lint Pipeline failed
ci/woodpecker/pr/server-vet Pipeline failed
ci/woodpecker/pr/server-test Pipeline was successful
|
2026-03-16 18:19:50 +01:00 |
|
hdbg
|
549a0f5f52
|
refactor(server): removed grpc adapter and replaced with concrete implementations
|
2026-03-16 03:12:29 +01:00 |
|
CleverWild
|
02980468db
|
feat(poc): add terrors PoC crate scaffold and error types
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-15 19:21:55 +01:00 |
|