-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Cancel create object gas fee * Feat/new client (#20) * feat: Support cjs * feat: Replace Msg Type by types repo * feat: Replace Msg Type by types repo * feat: Basic API * feat: Account API * feat: Challenge API * feat: Crosschain API * feat: Distrubution API * feat: Group API * feat: Payment API * feat: Sp API * feat: ChainClient * feat: Sp API * feat: Bucket API * feat: Object API * feat: Object API * feat: Client and Examples update * chore: Storage Example * feat: Payment Params * chore: Changeset * chore: [ci] release (alpha) (#16) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * docs: Update Docs (#21) * docs: Update README (#23) * chore: Update package.json (#24) * Feat/common (#25) * chore: Update package.json * feat: Add export types * chore: [ci] release (alpha) (#26) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Feat/common (#28) * chore: Update package.json * feat: Add export types * feat: Support cjs * chore: Update pnpm lock file * chore: Example types fix * feat: Query support nodejs and browser * fix: Update type --------- Co-authored-by: rrr523 <gaoyibobo@foxmail.com> * chore: [ci] release (alpha) (#29) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Docs (#30) * docs: Update README * docs: Update README * fix simulate and broadcast return type (#31) * fix: Fix Type * chore: Update Example * chore: Changeset file * chore: [ci] release (alpha) (#32) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: Clean Code (#37) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Bob <106944652+ybgbob@users.noreply.github.com>
- Loading branch information
1 parent
c3be624
commit cee97f8
Showing
13 changed files
with
92 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@bnb-chain/greenfiled-file-handle': patch | ||
'@bnb-chain/greenfield-chain-sdk': patch | ||
--- | ||
|
||
support commonjs export |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@bnb-chain/greenfiled-file-handle': patch | ||
'@bnb-chain/greenfield-chain-sdk': patch | ||
'@demo/wallet': patch | ||
'@demo/nodejs': patch | ||
--- | ||
|
||
Query support nodejs and browser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@bnb-chain/greenfield-chain-sdk': minor | ||
'@bnb-chain/greenfiled-file-handle': minor | ||
--- | ||
|
||
New Client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@bnb-chain/greenfield-chain-sdk': patch | ||
--- | ||
|
||
cancel create object gas fee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "alpha", | ||
"initialVersions": { | ||
"@demo/wallet": "0.0.1", | ||
"@bnb-chain/greenfield-chain-sdk": "0.0.1", | ||
"@bnb-chain/greenfiled-file-handle": "0.0.1", | ||
"@demo/nodejs": "0.0.1" | ||
}, | ||
"changesets": [ | ||
"eleven-mayflies-fry", | ||
"great-walls-hide", | ||
"large-crabs-cheat", | ||
"light-islands-smile", | ||
"thirty-islands-jam", | ||
"thirty-yaks-appear", | ||
"yellow-lobsters-divide" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@bnb-chain/greenfield-chain-sdk': patch | ||
--- | ||
|
||
commonjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@bnb-chain/greenfield-chain-sdk': patch | ||
--- | ||
|
||
fix broadcast and simulate type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
"dependencies": { | ||
"@bnb-chain/greenfield-chain-sdk": "workspace:*" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,4 +64,4 @@ | |
"tslib": "^2.5.0", | ||
"typescript": "^4.9.5" | ||
} | ||
} | ||
} |