Akilesh Tangella

Results 45 issues of Akilesh Tangella

https://github.com/cawfree/zk-starter

https://www.notion.so/hicommonwealth/Swaps-cdd5e2ac5b4c466ba539a4b10a9168b5?pvs=4 ## Expand on following topics: - [ ] What are private swaps? Who are the parties involved (Alice, Bob, relayer). - [ ] What role does a relayer play...

Related to #289 - [ ] Every step of the lifecycle section should be diagrammed in Excalidraw. - [ ] Lifecycle should be about communication pattern between user and relayer....

documentation

https://www.notion.so/hicommonwealth/Transaction-Relaying-c603a743f5c74e5aa8c32889d5849069?pvs=4 ## Expand on following topics: - [ ] What is transaction relaying in the MASP? Who are the parties involved? - [ ] Why is transaction relaying necessary? -...

documentation

Related to #288 ## Smart Contract Work - [ ] In the transact function: 1. `keccak256` hash the transact proof. 2. Verify signature of the hash against $ak_{\alpha}$ (which is...

The user needs to sign the transact proof with the randomized secret key ($sk_{\alpha}). This signature needs to be verified on-chain.