-
Notifications
You must be signed in to change notification settings - Fork 83
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 unsafe math #502
Merged
Merged
fix unsafe math #502
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
ark930
approved these changes
Feb 22, 2022
ark930
added a commit
that referenced
this pull request
Mar 18, 2022
* staking integration without nimbus * Update weight for asgard * Revamp spec&runtime param for staking * Document usage and apis * Inflation as configurable * Fix for test * Release v0.9.23 * Sync with develop * Fix benchmark in ci * Add to bifrost runtime * Improve doc&Tweak staking params * Fix staging spec&some staking params * Release v0.9.30 * Bump to v0.9.30 * Remove unused * For staking migration * Params for quick test only * Try runtime test for staking migration * Revamp reward account * Upgrade to v0.9.16 * Add SignedExtra check&Fix dev chain * Fix salp unlock issue * [skip ci] Update bootnodes for bifrost-kusama runtime (#493) * Fix per review * Bifrost v0.9.25 (#492) * Bump to v0.9.15 * Bump and integrate merkle-distributor * Fix integration test * Fix check failed * Fix salp unlock issue * Fix for CanonicalLocation compatibility * Bump to v0.9.25 * Remove merkle-distributor from repo * Fix per review * Bump depencencies * Fix salp xcm weight&Bump zenlink Co-authored-by: yrong <yrong1997@gmail.com> Co-authored-by: ubuntu <ubuntu@localhost.localdomain> Co-authored-by: Edwin Wang <lark930@gmail.com> * [skip ci] Fix bootnodes (#495) * Revamp staking params per review * [skip ci] Update bootnodes for bifrost-kusama runtime (#493) * Fix per review * [skip ci] Fix bootnodes (#495) * Fix salp xcm weight&Bump zenlink&Fix statemine xcm * Allow issue when fund success * Fix break test * [skip ci] Some fixes * Fix build wasm * fix try-runtime * Fix benchmark * For fast test and rococo as relaychain * Allow statemine asset back to arbitary account * For sibling chain test * Move staking to seperated repo for merge upstream changes without pain * Bifrost v0.9.26 (#494) * staking integration without nimbus * Update weight for asgard * Revamp spec&runtime param for staking * Document usage and apis * Inflation as configurable * Fix for test * Release v0.9.23 * Sync with develop * Fix benchmark in ci * Add to bifrost runtime * Improve doc&Tweak staking params * Fix staging spec&some staking params * Release v0.9.30 * Bump to v0.9.30 * Remove unused * For staking migration * Params for quick test only * Try runtime test for staking migration * Revamp reward account * Upgrade to v0.9.16 * Add SignedExtra check&Fix dev chain * Fix salp unlock issue * Fix per review * Remove staking for 0.9.26 * Bump to 0.9.26 * Bifrost v0.9.25 (#492) * Bump to v0.9.15 * Bump and integrate merkle-distributor * Fix integration test * Fix check failed * Fix salp unlock issue * Fix for CanonicalLocation compatibility * Bump to v0.9.25 * Remove merkle-distributor from repo * Fix per review * Bump depencencies * Fix salp xcm weight&Bump zenlink Co-authored-by: yrong <yrong1997@gmail.com> Co-authored-by: ubuntu <ubuntu@localhost.localdomain> Co-authored-by: Edwin Wang <lark930@gmail.com> * [skip ci] Fix bootnodes (#495) * Fix salp xcm weight&Bump zenlink&Fix statemine xcm * Allow issue when fund success * Fix break test * [skip ci] Some fixes * Fix build wasm * fix try-runtime * Fix benchmark * For fast test and rococo as relaychain * Allow statemine asset back to arbitary account * For sibling chain test Co-authored-by: ubuntu <ubuntu@localhost.localdomain> Co-authored-by: Kadokura <ymlll0508@gmail.com> Co-authored-by: Edwin Wang <lark930@gmail.com> * Fix staking benchmark * add dependabot.yml (#468) * Bump staking * Bump serde_json from 1.0.78 to 1.0.79 (#496) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.78 to 1.0.79. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.78...v1.0.79) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add stage chain spec * Bump staking&Add some fast params for test * Add endowed accounts for staging * update stage chain spec * Add two more collator in stage chain spec * add a length constraint to the asset_order_list in flexible module (#500) * fix unsafe math (#502) * Fix telemetry for Bifrost stage spec * [skip ci] update bootNodes for stage spec * Reorder staking in runtime * [skip ci] update stage spec * [skip ci] update stage spec * [skip ci] update stage spec * [skip ci] update stage spec * Fix ci * Refact xcm interface and fee charge (#503) * Refact xcm interface and fee charge * Bump version * Remove migration * Clean packages * Refact xcm interface and fee charge * Bump parachain-staking & Add runtime params for migration * Bump staking to sync with upstream * Bump staking with benchmark&migration * Seperate staking benchmark * Add fast wasm build script * Fix integration test * Staking params for production * Bump staking with updated weight * Add try-runtime for staking * Increase MaxTopDelegations Co-authored-by: ubuntu <ubuntu@localhost.localdomain> Co-authored-by: Edwin <lark930@gmail.com> Co-authored-by: Kadokura <ymlll0508@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Herry Ho <45537372+herryho@users.noreply.github.com>
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.
No description provided.