- Add
makeTokenMint()
- 2.5.4 includes a few fixes to build system and TS types that were missing in earlier 2.5.x releases
- 2.5.6 includes a fix for esm module post-build script
- Add
createAccountsMintsAndTokenAccounts()
Improved browser support by only loading node-specific modules when they are needed. Thanks @piotr-layerzero!
- Add
getSimulationComputeUnits()
- Add
initializeKeypair()
- Change documentation to be task based.
- Breaking: Replace both
requestAndConfirmAirdropIfRequired()
andrequestAndConfirmAirdrop()
with a single function,airdropIfRequired()
. See [README.md]! - Fix error handling in
confirmTransaction()
to throw errors correctly. - Added
getLogs()
function
- Added
getExplorerLink()
- Added
requestAndConfirmAirdropIfRequired()
- Now just
helpers
. The oldnode-helpers
package is marked as deprecated. - Added
requestAndConfirmAirdrop()
- Added
getCustomErrorMessage()
- Added
addKeypairToEnvFile()
Original release.