Commit graph

13 commits

Author SHA1 Message Date
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
Ethan Buchman
f8a04a09c9
LICENSE (#253)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-10-15 22:58:06 +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
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
Shoaib Ahmed
e500407681
Rename crates and subdirs (#231) 2024-10-01 10:27:57 -04:00
Daniel Gushchyan
14a6913632
refactor: refactor repo as standard rust monorepo (#222)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-09-30 23:33:22 +04:00