Skip to content

Releases: fukaoi/solana-suite

v0.7.21

04 Sep 04:54
Compare
Choose a tag to compare

What's Changed

Add a 'bucket' parameter for the Filebase setting

usage.

$ pnpm solana-suite-config -f 9CA51CEFF9FF98CB9 s2NdFGbLPyFDSWESaO05nobQ9mp MyStorage

v0.7.20

10 Jul 08:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.19...v0.7.20

Changelog Filebase

  • f you are using a custom account, please log in to the Filebase Console and manually set up the bucket. The bucket name is solana-suite.

  • cors policy example json

{
  "CORSRules": [
    {
      "AllowedHeaders": [
        "*"
      ],
      "AllowedMethods": [
        "GET",
        "PUT",
        "POST",
        "DELETE",
        "HEAD"
      ],
      "AllowedOrigins": [
        "*"
      ],
      "ExposeHeaders": [
        "x-amz-request-id",
        "x-amz-meta-cid",
        "x-amz-meta-custom-header"
      ],
      "MaxAgeSeconds": 3000
    }
  ]
}

v0.7.19

08 Jul 06:27
Compare
Choose a tag to compare

Full Changelog: v0.7.19...v0.7.19

What's Changed

Full Changelog: v0.7.18...v0.7.19

v0.7.18

18 Jun 07:10
Compare
Choose a tag to compare

What's Changed

  • Replace nft.storage to filebase
  • Deprecated @solana-suite/memo package

Replace nft.storage to filebase

filebase url: https://filebase.com/
Filebase offers low-cost storage for NFTs and its gateway is highly responsive.

In the dev (devnet) environment, the default key and secret can be used. However, in the prd (mainnet-beta) environment, please create a Firebase account and obtain your own key and secret.

How to use filebase ?

  • This setting is only prd(mainnet-beta)

Create a Filebase account and copy the key and secret from the Dashboard for future use.
Solana Suite

and setup solana-suite-config in terminal (CLI)

pnpm(npx) solana-suite-config -f 'key' 'secret'

Important

  • In the devnet environment, we are using Filebase's free plan. Therefore, we will periodically delete uploaded content, and old data will no longer be accessible.

v0.7.17

18 Jun 02:31
Compare
Choose a tag to compare

Full Changelog: v0.7.16...v0.7.17

v0.7.15

08 Jun 11:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.14...v0.7.15

v0.7.14

08 Jun 11:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.13...v0.7.14

v0.7.13

04 Apr 01:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.12...v0.7.13

v0.7.12

02 Apr 00:18
Compare
Choose a tag to compare

Full Changelog: v0.7.11...v0.7.12

The request is mainly about modifications using PartialSign for gas-less transactions.

v0.7.11

25 Mar 06:21
Compare
Choose a tag to compare

What's Changed

The main change is the optimization of compute units.

Full Changelog: v0.7.10...v0.7.11