Tristyn Stimpson
Tristyn Stimpson
This exports `Wallet` interface, `NodeWallet` class. Previously the Wallet interface was inaccessible Also gave `workspace` a type `Record` This is a breaking change. Should I fix tests?
A fix for #1483. btcd would create a directory under ~/ even if you specify a different data dir or the system doesn't have a home dir for the user.
`sendAndConfirm` has some additional code to fetch transaction logs after an error, making them appear in the console. It's very convenient This PR will do the same for `sendAll` EDIT:...
I have a Candy Machine UI, it fails to mint. The problem is `metaplex-foundation/js` uses the deprecated `createMintInstruction` from `@metaplex-foundation/[email protected]`, and `createMintV2Instruction` was introduced 5 days ago in `@0.4.1` This...