Commit Graph
1061 Commits
Author SHA1 Message Date
Sergio Chouhy f96f4d9117 Merge pull request #136 from vacp2p/schouhy/code-cleanup
Code cleanup
2025-10-23 11:09:29 -03:00
Sergio Chouhy 8ced04ae97 Merge pull request #138 from vacp2p/schouhy/fix-merge-error
Fix merge compilation error
2025-10-21 10:45:13 -03:00
Sergio Chouhy 32b7780ff3 remove unused dep 2025-10-21 09:28:00 -03:00
Sergio Chouhy d99fbde101 Merge branch 'main' into schouhy/code-cleanup 2025-10-21 09:27:19 -03:00
Sergio Chouhy 3b3493df94 add await 2025-10-21 09:14:29 -03:00
Sergio Chouhy bdb0c576a3 Merge pull request #128 from vacp2p/schouhy/add-program-deployment-transactions
Add program deployment transaction types
2025-10-21 09:10:24 -03:00
Sergio Chouhy 04f7e67384 Merge pull request #127 from vacp2p/Pravdyvy/various-updates
Wallet updates
2025-10-21 09:10:06 -03:00
Oleksandr Pravdyvyi bbab0399cd Merge branch 'main' into Pravdyvy/various-updates 2025-10-21 07:09:42 +03:00
Sergio Chouhy 1e3f7038ee Merge branch 'main' into schouhy/code-cleanup 2025-10-20 22:51:38 -03:00
Sergio Chouhy 2da861c2d2 Merge branch 'main' into schouhy/add-program-deployment-transactions 2025-10-20 22:47:18 -03:00
Sergio Chouhy 17e87a5f53 Merge pull request #126 from vacp2p/schouhy/add-authenticated-transfer-program-init-function
Add account initialization function to the authenticated transfer program
2025-10-20 20:42:58 -03:00
Sergio Chouhy e3a498faf0 Merge branch 'main' into schouhy/add-program-deployment-transactions 2025-10-20 19:19:18 -03:00
Sergio Chouhy 86bbbcdda8 Merge pull request #125 from vacp2p/schouhy/reproducible-builds-of-guest-programs
Reproducible builds through `nssa/build.rs`
2025-10-20 19:05:16 -03:00
Sergio Chouhy fd7907f893 Merge branch 'main' into schouhy/add-authenticated-transfer-program-init-function 2025-10-20 19:03:51 -03:00
Sergio Chouhy 204e5444c8 Merge branch 'main' into schouhy/reproducible-builds-of-guest-programs 2025-10-20 17:47:59 -03:00
Sergio Chouhy 2c138cb027 Merge pull request #124 from vacp2p/Pravdyvy/token-program-private
Private token program wallet interactions
2025-10-20 17:45:00 -03:00
Sergio Chouhy 348156043a Merge pull request #123 from vacp2p/schouhy/wallet-fetch-programs
Add wallet command to check program ids match the ones used by the node
2025-10-20 17:44:40 -03:00
Sergio Chouhy 79606f81ed Merge branch 'main' into schouhy/wallet-fetch-programs 2025-10-20 15:21:06 -03:00
Sergio Chouhy 1ded99c7de Merge pull request #122 from vacp2p/Pravdyvy/wallet-pinata-private
Wallet pinata program private execution
2025-10-20 15:18:23 -03:00
Oleksandr Pravdyvyi 28c1fd39a4 fix: suggestions added 1 2025-10-20 10:01:54 +03:00
Oleksandr Pravdyvyi ff448cbb3c fix: fmt 2025-10-20 09:20:22 +03:00
Oleksandr Pravdyvyi 833d6bf932 Merge branch 'Pravdyvy/token-program-private' into Pravdyvy/various-updates 2025-10-20 09:19:53 +03:00
Oleksandr Pravdyvyi e5a6acf28d fix; shielded and deshielded transfers 2025-10-20 09:10:54 +03:00
Sergio Chouhy 7724b7a2db remove dup test 2025-10-17 17:39:03 -03:00
Sergio Chouhy e1085e1907 fmt 2025-10-17 16:20:31 -03:00
Sergio Chouhy 6447f8fbf7 remove unused dependencies 2025-10-17 16:17:15 -03:00
Sergio Chouhy fd0e783176 remove unused error type 2025-10-17 16:16:54 -03:00
Sergio Chouhy 93fd485622 move common errors to own module. Remove unused ExecutionFailureKind variants 2025-10-17 16:16:11 -03:00
Sergio Chouhy 7d85424948 remove unnecessary rs_merkle dep 2025-10-17 16:07:59 -03:00
Sergio Chouhy b93c0aa390 rename TreeHashType to HashType 2025-10-17 16:04:09 -03:00
Sergio Chouhy 217551f960 remove outdated env.sh file 2025-10-17 15:58:28 -03:00
Sergio Chouhy 9e03507dd4 remove unused error codes 2025-10-17 15:56:26 -03:00
Sergio Chouhy b3822c4b75 remove outdated sc methods in rocksdb 2025-10-17 15:52:00 -03:00
Sergio Chouhy c3ca1c4804 remove unused common/src/utxo_commitment.rs file 2025-10-17 15:39:17 -03:00
Sergio Chouhy f669f10d9e remove outdated common/src/execution_input.rs file 2025-10-17 15:37:57 -03:00
Sergio Chouhy 983865d31f remove outdated common/src/commitment.rs file 2025-10-17 15:36:04 -03:00
Sergio Chouhy e0fd94152a remove outdated common/sec/nullifier.rs file 2025-10-17 15:35:06 -03:00
Sergio Chouhy 0b44afa4f6 remove unused code 2025-10-17 15:29:09 -03:00
Sergio Chouhy 323f58d566 clippy 2025-10-17 11:05:58 -03:00
Sergio Chouhy 25ecfa733f remove double test in ci 2025-10-17 07:59:32 -03:00
Sergio Chouhy 6b18168c3c remove unused type alias 2025-10-16 17:03:01 -03:00
Sergio Chouhy 6157e3023b add execution of deployed program in integration test 2025-10-16 16:54:34 -03:00
Sergio Chouhy 19215ee009 rename V01State to V02State 2025-10-16 16:24:18 -03:00
Sergio Chouhy f3fbae66b5 fmt 2025-10-16 16:20:29 -03:00
Sergio Chouhy ba20728f40 update version tags in domain separator 2025-10-16 16:19:03 -03:00
Oleksandr Pravdyvyi 9614c3143b feat: integration test and async fs 2025-10-16 15:58:35 +03:00
Sergio Chouhy 942e90ae2a add sequencer methods 2025-10-15 20:14:19 -03:00
Sergio Chouhy bfde33d78d add add canonical serialization for program deployment txs 2025-10-15 18:00:35 -03:00
Sergio Chouhy da28f3317b add transition function for program deployment 2025-10-15 17:28:50 -03:00
Oleksandr Pravdyvyi 28fe9e2113 fix: merge updates 2025-10-15 15:44:52 +03:00