-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Aptos Da Client #3
Conversation
@Tranduy1dol when you want to sync code from main branch, please use rebase instead of merge |
2934add
to
8f657c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we didn't have the blob da contract part, maybe u can collaborate with @hduoc2003 to implement the avail and celestia DA, and open PR to main repo.
|
||
[patch.crates-io] | ||
merlin = { git = "https://github.com/aptos-labs/merlin" } | ||
x25519-dalek = { git = "https://github.com/Tranduy1dol/x25519-dalek", branch = "zeroize_v1.7" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fork to our org
* boilerplate code * fix taplo * fmt fix
Corrected a word
* strucutre for sending blob added * [test]: function defined * added condition to fetch nonce when the state_diff len is not-zero * updated the condition for nonce getting, to not get it for one contract address * test added for fft function * removed some unused comments * updated test_state_update_to_blob_Data test * deleted extra files * issue resolved * mocking added for state update to blob function * estimation added for txn and chain id dynamically setting * txn inclusion logic added and code cleanup * error message updated for blob length error * linting fix * linting fix * toml linting fixed * added nonce and to address --------- Co-authored-by: apoorvsadana <[email protected]>
* feat : added snos worker implementation and unit tests * feat : added review #1 changes : added error handling for snos workers * feat : added review #1 changes : added error handling for snos workers * fix : lint * fix : lint errors --------- Co-authored-by: Arun Jangra <[email protected]>
* Prover service trait and SHARP client implementation * _ to - in crates * fix taplo * fix taplo again --------- Co-authored-by: apoorvsadana <[email protected]>
9a62f06
to
37989a0
Compare
No description provided.