Skip to content

Releases: fukaoi/solana-suite

v0.5.12

05 May 10:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.11...v0.5.12

v0.5.11

14 Apr 05:23
Compare
Choose a tag to compare

What's Changed

  • Feature/fix collections by @fukaoi in #170
  • Did unless that deleted partialSingMintInstuction, and exmples code by @fukaoi in #171

Full Changelog: v0.5.10...v0.5.11

v0.5.10

03 Apr 02:29
Compare
Choose a tag to compare

What's Changed

  • main update

Add partial sign fee payer mint version

Full Changelog: v0.5.9...v0.5.10

v0.5.9

20 Mar 00:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.8...v0.5.9

v0.5.8

10 Mar 06:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.7...v0.5.8

v0.5.7

02 Mar 10:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.5.7

v0.5.6

23 Feb 06:55
Compare
Choose a tag to compare

What's Changed

[before]
KeypairStr

[after]
KeypairAccount

Full Changelog: v0.5.5...v0.5.6

v0.5.5

20 Feb 13:39
Compare
Choose a tag to compare

What's Changed

this issue is more bigger changed

Okay, the code can be written simply.

[before]
SplToken.mint(
   "pubkey".toPublickey()   //   need as function change publicKey
   "secret".toKeypair()   //         need as function change Keypair
)
[after]
SplToken.mint(
  "pubkey"   //   Its OK
  "secret"    //    Its OK
)

Full Changelog: v0.5.4...v0.5.5

v0.5.4

10 Feb 03:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

10 Feb 02:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3