Skip to content

Commit

Permalink
Bifrost v0.9.26 (#494)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
4 people authored Feb 14, 2022
1 parent 5fb6059 commit 37590d7
Show file tree
Hide file tree
Showing 131 changed files with 2,786 additions and 111,329 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ deploy
snapshot.bin
*.wasm
data
moonbeam
snowbridge
runtime/bifrost
1 change: 1 addition & 0 deletions .maintain/build-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUNTIME=$1
cd runtime && ln -fsn $RUNTIME bifrost
docker run --rm -i \
-e PACKAGE=$RUNTIME-runtime \
-e BUILD_OPTS="--features on-chain-release-build" \
-e VERBOSE=1 \
-e CARGO_TERM_COLOR=always \
-v ${TMPDIR}/cargo:/cargo-home \
Expand Down
Loading

0 comments on commit 37590d7

Please sign in to comment.