Commit Graph

9502 Commits

Author SHA1 Message Date
Stefano Franz
6e34b2442e remove distributed testing 2022-03-27 11:07:17 +02:00
stefano
98a43101d1 working end-2-end with conclave 2022-03-25 13:19:52 +00:00
stefano
ca1d6b89c7 hackery pt II 2022-03-24 16:56:15 +00:00
stefano
2a165205c6 do attestation sync always 2022-03-24 09:41:35 +00:00
adam.houston
9a6b8d2417 Encrypt transactions for local format as soon as they are received 2022-03-23 13:04:08 +00:00
stefano
e1a6b5fd09 pass x500 of node to enclave client 2022-03-23 10:47:36 +00:00
adam.houston
f838a969d3 Renamed EnclaveClient to CordaEnclaveClient to avoid clashing with Conclave 2022-03-22 17:24:25 +00:00
adam.houston
7c4e274953 Small fixes to encryptedTransactionService access 2022-03-22 14:21:52 +00:00
adam.houston
438d2da073 Merge branch 'cbdc/poc-encrypt-backchain' of github.com:corda/corda into cbdc/poc-encrypt-backchain 2022-03-21 17:20:52 +00:00
adam.houston
39a3feb55c Bump version 4.8.5.3-CONCLAVE-SNAPSHOT 2022-03-21 17:10:41 +00:00
lemjclarke
a704cb0b26 Add encrypt for local command and verify signature variants 2022-03-21 17:08:27 +00:00
adam.houston
4870d0bb30 Bump version 2022-03-21 17:04:55 +00:00
adam.houston
b36a06b588 Send current transaction encrypted 2022-03-21 16:53:12 +00:00
adam.houston
711eb11a2e Update version number to 4.8.5.1-CONCLAVE-SNAPSHOT 2022-03-21 12:27:46 +00:00
Stefano Franz
4efc439e7b
refactor enclave interface to provide invocationID for all calls (#7122)
Co-authored-by: stefano <stefano@DESKTOP-VCFJH4G>
2022-03-21 11:42:18 +00:00
adam.houston
fbc06d7f57 Merge branch 'cbdc/poc-encrypt-backchain' of github.com:corda/corda into cbdc/poc-encrypt-backchain 2022-03-18 10:54:39 +00:00
adam.houston
95adf626f9 Updated EnclaveClient interface 2022-03-18 10:53:26 +00:00
stefano
93ae0d939f move Cash commands out of the random inner inner inner class structure 2022-03-17 16:50:28 +00:00
adam.houston
fac5db73f4 Proposed interface changes - DOES NOT BUILD 2022-03-17 14:44:22 +00:00
stefano
aa625ca704 play nice with Conclave within SGX 2022-03-17 10:18:12 +00:00
adam.houston
95b80b37b7 Enclave tests working 2022-03-15 11:53:38 +00:00
adam.houston
3ed48a99f7 Merge branch 'cbdc/poc-encrypt-backchain' of github.com:corda/corda into cbdc/poc-encrypt-backchain 2022-03-14 15:20:36 +00:00
adam.houston
c7cc817386 Encrypted transaction signatures and dependencies stored 2022-03-14 15:20:23 +00:00
adam.houston
bba864d86d Fixes to encryption storage 2022-03-14 14:02:41 +00:00
stefano
73fd1f8a16 change version to be conclave specific 2022-03-14 12:50:56 +00:00
stefano
b9d98b82ad add janky publish 2022-03-14 12:49:12 +00:00
adam.houston
9f4b46e8d4 Fix mock node transaction storage 2022-03-14 12:30:16 +00:00
adam.houston
ac36d48f77 Fix build issue by removing DeleteForDJVM from SgxSupport 2022-03-14 12:20:27 +00:00
adam.houston
d532aa0e06 Remove Conclave Dependency 2022-03-14 11:57:14 +00:00
adam.houston
a26a7fcdfe Initial merge 2022-03-14 11:54:12 +00:00
adam.houston
f4b20fe699 Encrypted transactions now stored in their own table 2022-03-11 10:26:52 +00:00
adam.houston
91c28f1872 Merge branch 'cbdc/conclave-corda-int' into cbdc/poc-encrypt-backchain-merge 2022-03-10 15:51:32 +00:00
adam.houston
001f00ef6d Merge branch 'cbdc/conclave-corda-int' of github.com:corda/corda into cbdc/conclave-corda-int 2022-03-10 15:50:33 +00:00
lemjclarke
93aba9360a Add verification 2022-03-10 15:18:58 +00:00
adam.houston
525dc6022b Merge branch 'cbdc/conclave-corda-int' into cbdc/poc-encrypt-backchain-merge
# Conflicts:
#	core/src/main/kotlin/net/corda/core/transactions/EncryptedTransaction.kt
#	settings.gradle
2022-03-10 14:11:01 +00:00
adam.houston
581bb692d8 Merge branch 'cbdc/conclave-corda-int' of github.com:corda/corda into cbdc/conclave-corda-int 2022-03-10 14:06:48 +00:00
lemjclarke
768d38782e Add verification 2022-03-10 08:43:53 +00:00
adam.houston
bdb9b2c590 Merge branch 'cbdc/conclave-corda-int' into cbdc/poc-encrypt-backchain-merge 2022-03-09 10:43:00 +00:00
pclaura
12f512057f Vanja's fix for Kotlin reflection in GraalVM 2022-03-08 17:21:24 +00:00
lemjclarke
880f7ae4ce Add dummy enclave and test 2022-03-08 17:15:43 +00:00
lemjclarke
a9eedd92fd Replace wire transaction with signed transaction 2022-03-08 17:15:04 +00:00
lemjclarke
14c38a6fce Fix build dependencies 2022-03-08 17:14:37 +00:00
pclaura
03215baa39 Vanja's fix for Kotlin reflection in GraalVM 2022-03-08 16:14:24 +00:00
lemjclarke
7822888ad7 Add encryption transaction data model 2022-03-07 15:46:07 +00:00
vanjatomic
8959cced66 Refactor and merge corda branches 2022-03-02 10:37:44 +00:00
vanjatomic
5815713668 Merge remote-tracking branch 'origin/cbdc/conclave-corda-int' into cbdc/poc-encrypt-backchain 2022-03-01 11:18:25 +00:00
adam.houston
684033f99a merge with origin 2022-02-25 17:35:42 +00:00
adam.houston
9e46423465 Collect Signatures now works with encryption 2022-02-25 16:59:57 +00:00
lemjclarke
b4946db9ef Add transaction verification 2022-02-25 15:27:38 +00:00
lemjclarke
633be8d631 Add transaction serialization dependencies 2022-02-25 15:13:04 +00:00