Commit graph

83 commits

Author SHA1 Message Date
Daniel Gushchyan
25d0edf316
feat: config pass by ref (#162) 2024-08-15 13:54:55 -07:00
Daniel Gushchyan
72c7702719
feat: move shared cli args to config file (#157) 2024-08-14 23:20:31 -07:00
Daniel Gushchyan
bbd68d7b23
feat: quartz cli handshake, contract deploy (#126) 2024-08-06 13:50:11 -07:00
Daniel Gushchyan
63aa30db6b
feat: quartz-common and merging quartz-cli business logic from cycles-protocol (#123) 2024-07-30 10:55:52 -07:00
Ethan Buchman
b9d0ef2213
transfers: add scripts and readme (#63)
Co-authored-by: Daniel Gushchyan <d.gushchyan@gmail.com>
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
Co-authored-by: David Kajpust <kajpustd@gmail.com>
Co-authored-by: Daniel Gushchyan <39884512+dangush@users.noreply.github.com>
2024-06-28 14:56:50 +04:00
Daniel Gushchyan
9323278662
fix: get app_hash at proof_height instead of latest (#59)
Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
2024-06-20 21:46:21 +02:00
Shoaib Ahmed
99f2974869
Better devX for attested messages in app contracts (#55) 2024-06-18 22:15:32 +02:00
Shoaib Ahmed
3509edfe3d
Dyn liquidity sources (#52) 2024-06-18 11:30:00 +02:00
Shoaib Ahmed
d78183b2c8
cycles-sync: make obligato-url/key CLI configurable & fix wasmd invocations (#7) 2024-06-10 18:04:52 +02:00
Shoaib Ahmed
cd442db003
Repo reorg phase-3 (#8) 2024-05-30 02:00:43 +02:00
Shoaib Ahmed
ba2146ff7d
cycles-sync: Fix logging (#5) 2024-05-26 21:56:52 +02:00
Shoaib Ahmed
44861f07a4
Fix --chain-id not being set in cycles-sync wasmd commands consistently (#3) 2024-05-26 21:29:38 +02:00
hu55a1n1
be68105ec5 repo reorg
Move utils/quartz-proto to core/quartz-proto

Fix Cargo.toml paths

Add default working-directory for cosmwasm CI jobs

Fix default working-directory

Rename .cargo/config -> config.toml

Update working-directory

Update cosmwasm workflows

Update rust.yml paths

Add aliases to cargo config.toml

Test working-directory

Update cosmwasm CI jobs

Use --manifest-path

Use dtolnay/rust-toolchain action

Fix workflow

Remove --locked

SSH agent

SSH agent for schema

Remove unused SSH key

Exclude cw-tee-mtcs from rust CI jobs

Clippy fix

cargo fmt

Add CONTRIBUTING.md

Update README.md
2024-05-21 03:26:41 -07:00
Ethan Buchman
264f2ee2eb Use NODE var in scripts (#89)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-05-14 18:35:36 +02:00
Ethan Buchman
4ddddf19e4 Demo fixes and automated script (#73)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-05-13 15:50:29 +02:00
Shoaib Ahmed
7bf30d973a Update bisenzone git deps (#71) 2024-05-08 00:20:11 +02:00
Shoaib Ahmed
16c03ae7f3 Obligato liquidity prototype (#64) 2024-05-08 00:05:58 +02:00
hu55a1n1
23636de28b Impl decrypt setoff 2024-02-29 10:32:10 -08:00
hu55a1n1
e4e43e2987 Update README.md with demo instructions 2024-02-29 10:31:03 -08:00
hu55a1n1
ecb45ce3ce Fix mtcs-intent obligation bug 2024-02-29 08:35:52 -08:00
hu55a1n1
c5056ac477 Update relay.sh to be able to specify REQUEST_MSG 2024-02-29 07:40:58 -08:00
hu55a1n1
917b139d3d Update hardcoded trusted hashes 2024-02-29 07:19:26 -08:00
hu55a1n1
29bfe1c2c3 Verify PoP(Nonce) 2024-02-29 06:54:56 -08:00
hu55a1n1
bed57e5185 Move relay.sh to quartz-relayer dir 2024-02-29 05:57:26 -08:00
hu55a1n1
fd87e15ccd mtcs-intent crate 2024-02-28 15:29:26 -08:00
hu55a1n1
25547172f5 Fix clippy 2024-02-28 10:46:35 -08:00
hu55a1n1
812558e402 Fix compilation 2024-02-28 10:45:02 -08:00
hu55a1n1
73e28c112b Impl SessionSetPubKey handling 2024-02-27 15:59:25 -08:00
hu55a1n1
f8db27a55f Impl SessionCreate handling 2024-02-27 15:29:06 -08:00
hu55a1n1
d5a6395056 git deps for bisenzone-cw-mvp cratees 2024-02-27 02:46:48 -08:00
hu55a1n1
e0ce71de3f Add tx broadcast machinery 2024-02-26 16:15:42 -08:00
hu55a1n1
c3e9af7ce9 Extract gramine_sgx_ias_report 2024-02-26 14:43:44 -08:00
hu55a1n1
c277230e0a Fix tempdir usage 2024-02-26 14:10:45 -08:00
hu55a1n1
f94803a274 Use tempfiles in relayer 2024-02-26 13:57:54 -08:00
hu55a1n1
0ddad2d774 Use git deps only for out-of-tree quartz deps 2024-02-26 13:43:05 -08:00
hu55a1n1
578f1f305b Revert "Use git deps"
This reverts commit 256509a74b.
2024-02-26 13:41:12 -08:00
hu55a1n1
256509a74b Use git deps 2024-02-26 03:44:09 -08:00
hu55a1n1
f7acb4629b WIP gramine-sgx-ias-request 2024-02-23 14:49:21 -08:00
hu55a1n1
5f11d004b0 CLI for relayer 2024-02-23 14:28:52 -08:00
hu55a1n1
83ef846afa Move domain types to relayer 2024-02-23 14:27:29 -08:00
hu55a1n1
cb8c4c828f Write generated proto files to prost/ 2024-02-22 12:09:32 -08:00
hu55a1n1
4dc293062f Add instantiate to proto 2024-02-22 12:09:25 -08:00
hu55a1n1
e74badc7bb Init relayer crate with tonic client code 2024-02-20 08:42:04 -08:00
hu55a1n1
859323bdfb Extract quartz-proto crate 2024-02-20 08:34:42 -08:00
hu55a1n1
7135e97c35 Move quartz enclave and init gramine files for it 2024-02-20 03:16:41 -08:00
hu55a1n1
cb7f31c6b6 Init quartz-enclave 2024-02-19 11:13:34 -08:00
hu55a1n1
b45617d1fd Clippy fix 2024-01-11 04:35:42 -08:00
hu55a1n1
3662224093 Fix tests build 2024-01-11 04:28:13 -08:00
hu55a1n1
b304ddc059 Improve code formatting 2024-01-11 03:43:12 -08:00
hu55a1n1
483b31abd2 Ignore all Cargo.lock files 2024-01-11 03:21:39 -08:00