Commit Graph
2570 Commits
Author SHA1 Message Date
Daniil Polyakov e359c1abe2 refactor: better check for db existence 2026-05-15 01:34:01 +03:00
Daniil Polyakov 879cd5096a fix: update configuration files 2026-05-15 01:34:01 +03:00
Daniil PolyakovandCopilot 9075f30f19 refactor: use system faucet and vaults to supply accounts from genesis
Co-authored-by: Copilot <copilot@github.com>
2026-05-15 01:34:01 +03:00
Daniil PolyakovandCopilot 89d1b95738 refactor: mark WalletFfiError as must_use
Co-authored-by: Copilot <copilot@github.com>
2026-05-15 01:33:50 +03:00
Daniil Polyakov cff019dca4 fix: increase valid-proof-test timeout 2026-05-15 01:33:50 +03:00
Daniil Polyakov 5f207a3f02 feat: move initial accounts data into genesis 2026-05-15 01:33:50 +03:00
Moudy e998ec7b99 Merge pull request #469 from logos-blockchain/moudy/refactor-ppc-submodules
refactor(privacy_preserving_circuit)!: split guest into bin-dir submodules
2026-05-15 00:18:32 +02:00
moudyellaz ba84ba60ce fix(privacy_preserving_circuit): refresh artifact 2026-05-14 23:45:52 +02:00
moudyellaz 7679c50ea8 fix(privacy_preserving_circuit): lint 2026-05-14 23:07:15 +02:00
moudyellaz 3c8ff78319 merge: resolve conflicts with main 2026-05-14 18:40:49 +02:00
moudyellaz 497a8fa761 fix(ci): drop duplicate deny.toml and add hickory advisories to .deny.toml 2026-05-14 16:25:36 +02:00
Pravdyvy 41fa494e32 Merge pull request #477 from logos-blockchain/Pravdyvy/nix-fix
Nix fix
2026-05-14 17:24:18 +03:00
Pravdyvy 36b7228b6d fix: nix pin 2026-05-14 11:56:18 +03:00
Pravdyvy cfabd91510 fix: nix pin 2026-05-14 11:54:32 +03:00
Pravdyvy ec74dca893 fix: nix pin 2026-05-14 11:49:29 +03:00
Pravdyvy 904dd56187 fix: nix pin 2026-05-14 11:20:47 +03:00
Pravdyvy 130f35e997 fix(nix): nix fix 2026-05-14 07:52:14 +03:00
Sergio Chouhy 51b1e637a6 Merge pull request #475 from logos-blockchain/schouhy/fix-private-shared-account-preparation
fix: Private shared account preparation
2026-05-13 16:17:37 -03:00
Sergio Chouhy bc65c877af fix private shared account preparation 2026-05-13 00:03:01 -03:00
Sergio Chouhy d38ca35337 Merge pull request #464 from logos-blockchain/schouhy/diversify-private-pdas-by-identifier
feat!: Diversify private pdas by identifier
2026-05-12 14:30:49 -03:00
Sergio Chouhy 67b6916b72 clippy 2026-05-12 13:55:30 -03:00
Sergio Chouhy f3389571f8 use identifier in private gms command 2026-05-12 13:29:06 -03:00
Sergio Chouhy ee0fecee25 add privatepdashared variant 2026-05-11 20:30:23 -03:00
Sergio Chouhy b3acd46f11 artifacts 2026-05-11 20:00:20 -03:00
Sergio Chouhy 355fe3842d rename program 2026-05-11 19:38:28 -03:00
Sergio Chouhy 927c24de68 Merge branch 'main' into schouhy/diversify-private-pdas-by-identifier 2026-05-11 18:57:44 -03:00
Sergio Chouhy a9baf5d3dc rename progam 2026-05-11 17:09:46 -03:00
Sergio Chouhy 1ec145e7da assert equality on duplicate insert 2026-05-11 16:46:18 -03:00
Sergio Chouhy b8a4d94d96 Merge pull request #473 from logos-blockchain/schouhy/remove-stale-files
chore: Remove stale files
2026-05-11 09:38:09 -03:00
Sergio Chouhy b05da5b426 remove stale files 2026-05-08 23:30:46 -03:00
Sergio Chouhy 54c039f639 artifacts 2026-05-08 22:31:38 -03:00
Sergio Chouhy d648505d89 fmt, clippy 2026-05-08 22:15:57 -03:00
Sergio Chouhy 190054c94d use borsh 2026-05-08 22:13:56 -03:00
Sergio Chouhy e9c0aa0858 handle comments 2026-05-08 21:41:48 -03:00
Moudy b44551225c Merge pull request #460 from logos-blockchain/moudy/feat-group-cli
feat(wallet)!: wallet group commands with shared account derivation
2026-05-09 00:28:02 +02:00
Moudy 27e2850b5c refactor: make SealingPublicKey a newtype wrapper 2026-05-08 23:59:08 +02:00
Moudy 6e376900f7 fix: remove export/import commands, rewrite test to use invite/join 2026-05-08 20:28:39 +02:00
Moudy cf699fde7c refactor: rename private_pda_spender to auth_transfer_proxy 2026-05-08 18:18:40 +02:00
Pravdyvy fda862f5bc Merge pull request #456 from logos-blockchain/Pravdyvy/indexer-query-api
Indexer query API
2026-05-08 19:05:09 +03:00
Moudy 1bed9ecef2 fix: resolve shared accounts in all facades, use SealingPublicKey alias, ignore fund test 2026-05-08 17:44:10 +02:00
moudyellaz 06fd4fc12e fix: artifacts and deny
Refs: #454
2026-05-08 17:32:28 +02:00
moudyellaz 3772046a39 refactor(privacy_preserving_circuit): extract execution_state module
Refs: #454
2026-05-08 17:30:55 +02:00
Moudy 2b2275ee74 fix: resolve shared accounts in auth-transfer commands 2026-05-08 11:03:13 +02:00
Moudy 4e7963c655 feat: add dedicated sealing key for GMS distribution 2026-05-08 08:19:55 +02:00
Moudy 4ace6e1570 fix: address review feedback 2026-05-07 22:48:32 +02:00
moudyellaz 01eb4a58b8 fix(privacy_preserving_circuit): satisfy CI lints and refresh artifact for #454
Refs: #454
2026-05-07 21:23:35 +02:00
Sergio Chouhy 89d28fb53e Merge branch 'main' into schouhy/diversify-private-pdas-by-identifier 2026-05-07 15:33:54 -03:00
Sergio Chouhy 75ab606dcf artifacts 2026-05-07 15:28:00 -03:00
Sergio Chouhy a1a7924c85 ignore advisories since there's no available upgrade 2026-05-07 15:07:32 -03:00
Sergio Chouhy 8f6a519f0e clippy 2026-05-07 13:45:51 -03:00