-
Notifications
You must be signed in to change notification settings - Fork 305
Conversation
- Fix grammatical mistakes - Partial signing for transactions with multiple signers. - Use `getExplorerLink` from solana-helpers for easier link generation. - Added the calculation for the exact rent-exempt balance using `connection.getMinimumBalanceForRentExemption`. - Added screenshots of successful test runs are included in the documentation.
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.
Great work, a few minor bits but it's very clear you've read the contributing guidelines. Much appreciated, let's get this merged!
- Improved explanation of signatures to avoid circular logic - Updated the "Considerations" section to maintain a consistent perspective - Added detailed points to educate users on mitigating risks associated with durable nonce transactions - Cleanup unnecessary word - Fixed terminology: changed "off-chain" to "offchain" throughout the document - Clarified terminology: changed `nonce account` to nonce account
Addressed review feedback
Updated, Could you please review the updated "Considerations" section and let me know if it addresses your concerns? |
Marked as winner, congrats! |
Also @darkvallen: for https://github.com/Unboxed-Software/solana-lab-durable-nonces can you please make your changes to the Reply here once done. |
Thanks @mikemaccana! A new learning experience for me. Done Unboxed-Software/solana-lab-durable-nonces#4 here's the |
Problem
Summary of Changes
getExplorerLink
from solana-helpers for easier link generation.connection.getMinimumBalanceForRentExemption
.Fixes #
Unboxed PRs
Unboxed-Software/solana-lab-durable-nonces#1