Skip to content
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: Implement txn execution, simulation, and signing; Get programable txn construction working #17

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

astinz
Copy link
Contributor

@astinz astinz commented Aug 26, 2024

  • Added support for executing txns on-chain.
  • Added txn simulation using the dryRunTransactionBlock function to validate txns without committing them to the blockchain.
  • Implemented txn signing to authorize and securely submit txns.
  • Got programmable txn construction working. SplitCoins, MoveCall and TransferObjects commands working.

…ble txn construction working

- Added support for executing transactions on-chain.
- Added txn simulation using the `dryRunTransactionBlock` function to validate transactions without committing them to the blockchain.
- Implemented txn signing to authorize and securely submit txns.
- Got programmable txn construction working. Split, MoveCall and Transfer commands working..
@astinz astinz merged commit e456766 into master Aug 26, 2024
2 of 3 checks passed
@astinz astinz deleted the txn branch August 26, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant