-
Notifications
You must be signed in to change notification settings - Fork 41
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
fix: approval expired height bug #191
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
* feat: update grpc metadata gateway * fix: buf-lint * fix: remove store * feat: load metadata service db config from ENV
chore: change makefile for install gogofaster chore: remove the deprecate code feat:add spdb interface chore: add sp db config feat: add syncer proto chore: change the proto of syncer feat: syncer refactor with chain data struct (#154) feat: change stone node proto by chain * feat: change sync replicate to async * feat: change proto dir feat: change uploader proto by chain chore: tidy up code by dir * chore: model dir clean * chore: util dir clean * chore: test dir clean * chore: fix cr commemts * chore:model and config comments and variable name tidying up * chore: tidy up pky code * chore: proto tidy up * chore:change UnSupported to unsupport * chore: tidy up service code feat: changeto cli command to manage the app chore: add dump config and list env var cmd refactor: polish gateway module (#157) * refactor: polish gateway module * fix: fix comment tips refactor: implement sp db, remove meta db and job db (#156) * refactor: implement sp db, remove meta db and job dbwq * refactor: implement sp db, remove meta db and job db * feat: add sp tables * fix: fix sp errors * chore: add init sp db in service * fix: fix sp db use func name * fix: add detailed comments for each func, struct and interface --------- chore: cmd tidy up (#159) fix: uploader and stone node bug chore: update db after success to replicate feat: add command for devops and config log (#162) * feat: add command for DevOps and config log * fix: use until spit func to slit flag * feat: add deployment doc fix: doc format fix: rename variable names for standard (#161) * fix: rename variable names for standard * fix: handle repetitive imported pkg dir * fix: define some constants in model dir --------- feat: sp db adds service config interface (#164) * feat: sp db adds service config interface * feat: add table name --------- Main refactor (#166) * chore: add spdb address in env var * fix: stone node replicate idx * refactor: the entry and config * fix: ci lint error fix: deployment doc feat:add config template doc chore: add config template link fix: config template error feat: improve sync piece efficiency (#165) Co-authored-by: joeylichang <joeycli0919@gmail.com>
* fix: refactor metadata according to the new commit * fix: recover default config and change http address to grpc * fix: remove MetadataCfg and refactor log * fix: check if metadata is nil and add error response * fix: remove status code
* feat: piece store adds minio storage type * test: add minio and sharding e2e test --------- Co-authored-by: DylanYong <dylan.y@nodereal.io>
* feat: implement manager module * fix: polish by comment tips
* feat: add localup script * fix: polish by comment tips
* fix: add links to deployment and setup local docs
* ci: add branch naming rules --------- Co-authored-by: DylanYong <dylan.y@nodereal.io>
* doc: add changelog for release v0.0.3
* feat: add check billing * fix: update by comment tips * fix: fix ec piece key error * fix: polish by comment tips * fix: update comments content --------- Co-authored-by: joeylichang <joeycli0919@gmail.com>
will-2012
changed the title
fix: approval expired height bug.
fix: approval expired height bug
Mar 13, 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
Fix approval expired height bug.
Rationale
The expired height should be the current height + timeout height.
Example
N/A
Changes
Notable changes:
N/A