Skip to content

Commit

Permalink
release rc 17 (#231)
Browse files Browse the repository at this point in the history
* add onlyEncodeTransactions support (#223)

* add onlyEncodeTransactions support

* opti

* opti

* opti

* add ipasset unit test case

---------

Co-authored-by: Ze <[email protected]>
Co-authored-by: haodi <[email protected]>

* package.json Versions Update (#226)

* Top-level version updated from `0.0.4` to `0.0.3`
* core-sdk version updated to `1.0.0-rc.16`

* Implement partner testnet (#228)

* opti block explorer error (#230)

* Remove no commercial license and tests

* SSS

* Modify state from signature with setPermission

* Update wagmi/cli version

* Generate contract method via partner testnet

* Update implementation via partner testnet

* Update unit tests

* Remove sepolia chain and suport story testnet

* Reset removing no commercial license

* Update signature method

* Update env variables

* Update signature in spg

* Skip react-sdk test

* bump up sdk to 1.0.0-rc.17

* Approve the relate contract to permit transfer token

* Update license approve method

* Update signature in spg

* Add approve method when call spg method

* Remove API_KEY from wagmi-generate

* Rename chain name

* Bump up sdk to 1.0.0-rc.17

---------

Co-authored-by: LuttyYang <[email protected]>

* add onlyEncodeTransactions support (#223)

* add onlyEncodeTransactions support

* opti

* opti

* opti

* add ipasset unit test case

---------

Co-authored-by: Ze <[email protected]>
Co-authored-by: haodi <[email protected]>

* package.json Versions Update (#226)

* Top-level version updated from `0.0.4` to `0.0.3`
* core-sdk version updated to `1.0.0-rc.16`

* Remove no commercial license and tests

* SSS

* Modify state from signature with setPermission

* Update wagmi/cli version

* Generate contract method via partner testnet

* Update implementation via partner testnet

* Update unit tests

* Remove sepolia chain and suport story testnet

* Reset removing no commercial license

* Update signature method

* Update env variables

* Update signature in spg

* Skip react-sdk test

* bump up sdk to 1.0.0-rc.17

* Approve the relate contract to permit transfer token

* Update license approve method

* Update signature in spg

* Add approve method when call spg method

* Remove API_KEY from wagmi-generate

* Rename chain name

* Bump up sdk to 1.0.0-rc.17

---------

Co-authored-by: LuttyYang <[email protected]>
Co-authored-by: haodi <[email protected]>
Co-authored-by: Boris Polania <[email protected]>
Co-authored-by: Bonnie57 <[email protected]>
Co-authored-by: Bonnie <[email protected]>
  • Loading branch information
6 people authored Aug 20, 2024
1 parent b84f66c commit b6c388e
Show file tree
Hide file tree
Showing 51 changed files with 2,591 additions and 2,075 deletions.
4 changes: 2 additions & 2 deletions packages/core-sdk/.env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SEPOLIA_TEST_WALLET_ADDRESS = 0x0000000000000000000000000000000000000000
SEPOLIA_WALLET_PRIVATE_KEY = 0x0000000000000000000000000000000000000000
TEST_WALLET_ADDRESS = 0x0000000000000000000000000000000000000000
WALLET_PRIVATE_KEY = 0x0000000000000000000000000000000000000000
2 changes: 1 addition & 1 deletion packages/core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@story-protocol/core-sdk",
"version": "1.0.0-rc.16",
"version": "1.0.0-rc.17",
"description": "Story Protocol Core SDK",
"main": "dist/story-protocol-core-sdk.cjs.js",
"module": "dist/story-protocol-core-sdk.esm.js",
Expand Down
Loading

0 comments on commit b6c388e

Please sign in to comment.