Commit graph

300 commits

Author SHA1 Message Date
4ea6528d42 WIP 2024-12-05 15:05:29 +01:00
00d550787b WIP 2024-12-05 14:56:38 +01:00
f52f8e9184 WIP 2024-12-05 14:49:37 +01:00
c45bd282a0 WIP 2024-12-05 14:40:57 +01:00
275954a4d1 WIP 2024-12-05 14:37:29 +01:00
0d796e6819 WIP 2024-12-05 14:36:19 +01:00
ae380a2cca remove local db 2024-12-05 14:29:35 +01:00
e490eac7c4 WIP 2024-12-05 13:03:39 +01:00
7fbbf0fcbb WIP 2024-12-05 12:26:03 +01:00
29c642d64c WIP 2024-12-04 22:00:18 +01:00
64c0fc43de WIP 2024-12-04 21:45:43 +01:00
dd158dbe7f WIP 2024-12-04 21:43:33 +01:00
bc3577ec17 WIP 2024-12-04 21:41:48 +01:00
f6770c2d0c WIP 2024-12-04 21:35:35 +01:00
91769c0114 changed type of tcbinfo 2024-12-04 20:48:38 +01:00
f2b6dbfadf WIP 2024-12-04 20:40:28 +01:00
23e085b70d WIP 2024-12-04 20:35:48 +01:00
84dac5a47e WIP 2024-12-04 20:32:56 +01:00
02cfb3f998 WIP 2024-12-04 20:28:59 +01:00
86bd351398 WIP 2024-12-04 20:27:58 +01:00
7dc0312be3 add local signature verification 2024-12-04 20:22:13 +01:00
cac16b1e7c WIP 2024-12-04 19:45:23 +01:00
3b6971095c WIP 2024-12-04 19:42:22 +01:00
1f34b60924 WIP 2024-12-03 12:17:38 +01:00
1dbe42bf84 WIP 2024-12-03 11:42:57 +01:00
ea024a573e WIP 2024-12-03 11:02:58 +01:00
54945e370e WIP 2024-12-03 11:01:17 +01:00
9f9b15f0fd WIP 2024-12-03 10:58:52 +01:00
031eb9d98c WIP 2024-12-03 10:41:57 +01:00
e84ef9b417 WIP async 2 2024-12-03 10:38:50 +01:00
cdd11858f6 WIP async 2024-12-03 10:13:37 +01:00
5cea6489e1 update local store + execute contract 2024-11-29 20:07:22 +01:00
b1b6272fdb add execute 2024-11-29 20:07:22 +01:00
a1f34dc1f1 tcbinfo-updater initial commit 2024-11-29 20:07:22 +01:00
Dave
5640e48af0
Update paths to public repo (#258)
Co-authored-by: Dave Kaj <davidkajpust@informal.systems>
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-10-17 15:24:56 +02:00
Shoaib Ahmed
811771f013
fix(enclave): remove core build.rs and copy data files (#259) 2024-10-17 12:43:50 +04:00
Shoaib Ahmed
023552c0e6
fix(enclave): core include paths (#257) 2024-10-17 01:31:31 +04:00
Shoaib Ahmed
8d97d5f122
fix(enclave): proto build (#256) 2024-10-16 23:48:25 +04:00
Shoaib Ahmed
870c0223b7
release: v0.1.0 (#255) 2024-10-16 23:13:15 +04:00
Dave
05163c3eba
Update docs with Azure SGX & cleanup other docs (#254)
Co-authored-by: Dave Kaj <davidkajpust@informal.systems>
Co-authored-by: Ubuntu <big-cycles@quartz-sgx-test-release.vjset0kafl0exefwnpdw0qebjd.bx.internal.cloudapp.net>
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-10-16 13:56:54 -04:00
Ethan Buchman
f8a04a09c9
LICENSE (#253)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-10-15 22:58:06 +02:00
Shoaib Ahmed
b3fe3bf213
feat(cli): print-fmspc command (#247)
Co-authored-by: Dave Kaj <davidkajpust@informal.systems>
2024-10-10 15:57:50 +02:00
dusterbloom
864da77405
devX: Docker compose for neutron + quartz cli (#248)
Co-authored-by: Juan Enrique Alcaraz <juanenrisley@gmail.com>
2024-10-10 14:41:16 +02:00
Shoaib Ahmed
382866be24
chore: v0.1 release prep Cargo.tomls
Co-authored-by: Ethan Buchman <ethan@coinculture.info>
2024-10-09 23:30:52 +04:00
Shoaib Ahmed
51f3ca7025
Remove SPID from gramine calls (#246) 2024-10-09 17:33:01 +04:00
Shoaib Ahmed
ec28041ad7
Fix reorg (#241) 2024-10-08 13:01:10 +04:00
Daniel Gushchyan
df40e592c8
feat: error reporting with eyre (#240)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-10-08 12:53:49 +04:00
Daniel Gushchyan
634bc6a8f3
feat: input admin secret to gramine as env var (#238)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-10-04 16:41:59 +04:00
Ethan Buchman
f42154f967
Delete crates/enclave/core/quartz.manifest.template (#235)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>

- File not in use anymore
2024-10-03 14:08:53 -04:00
Shoaib Ahmed
7133ea5e36
Neutron client in pure rust (#234)
Implements the following:
- grpc based cw client (alsmost chain agnostic, but not fully yet)
- All URL based CLI args now use reqwest::Url type.
- An almost 'Bin agnostic CliClient'
- SSL and DNS resolution support in gramine
- Implement generic attestation support for transfers enclave
- Misc cleanup
2024-10-03 13:50:54 -04:00