ggbash
ggbash copied to clipboard
fix(solana): add waitForTransaction to ensure finalized response
Enhance transaction with make signature and send
Fixes #50
Type of change
- [X] Bug fix (non-breaking change which fixes an issue)
Checklist:
- [X] I have selected the correct base branch.
- [X] I have performed a self-review of my own code.
- [X] I have commented my code, particularly in hard-to-understand areas.
- [X] I have made corresponding changes to the documentation.
- [X] My changes generate no new warnings.
- [X] I ran
npm run testand my test cases cover all the lines and branches of the added code. - [X] I ran
npm run buildwith success. - [X] I have tested my code on both devnet and mainnet.
- [x] I have tested my code on the live network.
- [X] I have checked the Deploy Preview and it looks correct.
Hi @reactmore, thanks for taking this issue. will review and merge