Skip to content
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

Upgrade substrate to version 9.26 #482

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
518b9a9
update polkadot ver from 0.9.13 to 0.9.24
Jul 12, 2022
af2b0f8
fix some missing arg in fn when update polkadot version
Jul 12, 2022
bc47b4e
Added some misssing paramater for new config
Jul 13, 2022
64e25b9
Add missing contructer paramater
Jul 13, 2022
f7977ce
Update package chainlink-feed and some basic error
baopnpt Jul 14, 2022
00ccef5
update success price feed and local treasury pallets
Jul 15, 2022
7d54db5
update orm-pallets to polkadot-v0.9.24
Jul 15, 2022
3f3fa91
update success assetindex and saft registry
Jul 15, 2022
a9694e4
basic fix commmitee
Jul 15, 2022
d09e542
set default features false for integration test runtime
Jul 18, 2022
21e04a0
add dummy random for all pallet
Jul 18, 2022
210b91a
commit before change branch import
Jul 19, 2022
da127bd
basic bug fix for dev runtime after upgrade polkadot version
Jul 21, 2022
337dab1
fix pint, shot runtime
Jul 21, 2022
6be184a
fix some bug in node runtime
Aug 1, 2022
fcbb810
fix node runtime -done
Aug 2, 2022
c589a6b
fix all except integration test
Aug 2, 2022
b96f4df
fix all except patched lib
Aug 2, 2022
ba89d93
fix all runtime
Aug 2, 2022
71074b1
feat: add orml oracle
SotaTek-TungNguyen2 Aug 16, 2022
293e799
feat: add orml oracle
SotaTek-TungNguyen2 Aug 17, 2022
7cca3a2
update: remove chainlink
SotaTek-TungNguyen2 Aug 18, 2022
546eb60
Fix some unit test
Aug 26, 2022
fac7298
Fix compile error all test case
Aug 27, 2022
7ddee6c
Fix compile error all test case
Aug 27, 2022
4dff652
Merge pull request #1 from sotatek-dev/test-case-fix
Aug 27, 2022
84fb54b
Fix some panic config
Aug 28, 2022
b670b99
Merge pull request #2 from sotatek-dev/test-case-fix
Aug 28, 2022
03376ad
update interfration test
SotaTek-TungNguyen2 Aug 29, 2022
6b06174
update interfration test
SotaTek-TungNguyen2 Aug 29, 2022
05055e3
Fix integration test case
Sotatek-ThinhNguyen2 Aug 29, 2022
321071d
Merge branch 'develop' into price-feed-orml-oracle
SotaTek-TungNguyen2 Aug 29, 2022
3fc53b7
upgrade PINT to 0.9.26
Sotatek-ThinhNguyen2 Aug 30, 2022
122bc38
update interfration test
SotaTek-TungNguyen2 Aug 30, 2022
dfa2b7d
update interfration test
SotaTek-TungNguyen2 Aug 31, 2022
f8f65b9
enable dev runtime only for faster build
Sep 5, 2022
d62e286
use boundvec with limit 320 instead of vec for committeeOrigin, remot…
Sep 5, 2022
a0ff3dd
fix test case after upgrade
Sep 5, 2022
d9c0c8e
update intergration test
SotaTek-TungNguyen2 Sep 6, 2022
7f082b7
Merge pull request #4 from sotatek-dev/price-feed-orml-oracle
Sep 6, 2022
d5dd25d
merge unittest from develop
Sep 7, 2022
90e7b8b
upgrade xcm-emulator to 9.26
Sep 7, 2022
4ef9b2d
Merge pull request #5 from sotatek-dev/fix-origin-max-encode-len
Sep 7, 2022
4d78ed8
Enable mock for price-feed
Sep 7, 2022
6f51e74
Remote all chainlink test, add 2 unittest for new price feed
Sep 7, 2022
b92f61d
Merge pull request #6 from sotatek-dev/add-price-feed-test
Sep 7, 2022
ac0d7a2
Remote unused patch
Sep 8, 2022
acb9218
Fix pint shot genesis
Sep 9, 2022
08b88cb
Merge pull request #7 from sotatek-dev/fix-pint-feature-genesis
Sep 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ js/**/*/lib

# Unknown
local-test

# Ignore config ide
.vscode
.idea
Loading