-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: prepare for release v0.2.6 #200
Merged
Merged
Conversation
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
… return err (#179) * if status code is not 0, tx will not be onchain * fix comment * check status code in broadcast tx resp
* add e2e for tampering object * reduce object size small * extend the waiting period for sealing object * change SP tag
* fix impeach api * fix e2e key path
* docs: impl list groups by ids and update list user payments * fix: lower case type and comments
* docs: refactor for adding comments * docs: refine Basic, Group, SP, VG Clients and types.go documentation. (#184) * doc: refactor for adding comments * Refine Basic, Group, SP, VG, and types.go documentation. * fix format * enrich comments --------- Co-authored-by: Keefe Liu <keefe.l@users.noreply.github.com> * docs: refine the go doc of the cross-chain related apis (#187) * docs: refine the go doc of the cross-chain related apis * fix comment * docs: refine the go doc of payment apis (#185) * doc: refine the go doc of payment apis * doc: refine the go doc of payment apis * fix review comments * docs: refine the go doc of validator/staking apis (#186) * docs: refine the go doc of validator/staking apis * fix review comments * fix: fix bucket and object API doc (#189) * docs: refine the comments of bucket api * docs: update metadata list apis and option.go * doc: improve the comments of bucket api * fix: fix the object api comments * fix: fix the object interface --------- Co-authored-by: BarryTong65 <barrytong.work@gmail.com> * fix: go-sdk doc for off chain auth (#190) * fix: go-sdk doc for off chain auth * fix: go-sdk doc for off chain auth - adding input description. --------- Co-authored-by: Clyde <clyde.m@nodereal.io> * docs: refine the go doc of challenge apis (#183) * doc: refine the go doc of challenge apis * doc: refine the go doc of challenge apis * fix review comments --------- Co-authored-by: Keefe Liu <keefe.l@users.noreply.github.com> * fix: fix e2e (#192) * docs: add comments for the account file * fix: fix list.go comment (#194) * fix: fix list.go comment (#197) * fix: fix group api (#198) --------- Co-authored-by: Keefe Liu <keefe.l@users.noreply.github.com> Co-authored-by: Alexxxxxx <118710506+alexgao001@users.noreply.github.com> Co-authored-by: yutianwu <wzxingbupt@gmail.com> Co-authored-by: forcodedancing <just.haha.it@gmail.com> Co-authored-by: flywukong <2229306838@qq.com> Co-authored-by: BarryTong65 <barrytong.work@gmail.com> Co-authored-by: ruojunm <46366167+ruojunm@users.noreply.github.com> Co-authored-by: Clyde <clyde.m@nodereal.io> Co-authored-by: Barry <122767193+BarryTong65@users.noreply.github.com>
* validateBasic before broadcast tx * add validation
flywukong
approved these changes
Sep 22, 2023
unclezoro
approved these changes
Sep 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
this release includes below features and fixes: