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

chore: upgrade polkadot v1.7.2 #659

Merged
merged 56 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from 55 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
c02d629
depedencies update
enthusiastmartin Apr 12, 2024
8fa3d26
pallets configs
enthusiastmartin Apr 12, 2024
eddfa4c
xcm configs
enthusiastmartin Apr 14, 2024
f67fc9f
weights api
enthusiastmartin Apr 15, 2024
40c9cdb
pallets congifs
enthusiastmartin Apr 15, 2024
610cff4
pallets configs
enthusiastmartin Apr 15, 2024
bf15ad8
update node
enthusiastmartin Apr 15, 2024
2f69611
pallet test mocks
enthusiastmartin Apr 15, 2024
cd82137
use rococo runtime
enthusiastmartin Apr 15, 2024
2b2e8a1
fix benchmark build
enthusiastmartin Apr 16, 2024
2ddb21e
remove xcm rate limiter pallet
enthusiastmartin Apr 16, 2024
64781ca
use xyk from hydra
enthusiastmartin Apr 22, 2024
ea973d8
fix compilation errors of integration tests due to new update
dmoka Apr 22, 2024
ea4e7d2
remove warnings
dmoka Apr 22, 2024
853cc13
allo every assets for oracle
dmoka Apr 22, 2024
20dc5cb
cleaning up
dmoka Apr 22, 2024
3810648
Add migrations
enthusiastmartin Apr 22, 2024
e1aa129
Add migrations
enthusiastmartin Apr 22, 2024
2a2cd42
disallow xyk pool creation for share tokens
dmoka Apr 22, 2024
d523167
fix benchmark tests
enthusiastmartin Apr 23, 2024
3a8b056
fix benchmark chainspecs
enthusiastmartin Apr 23, 2024
ef2f384
benchmarks weights refactor
enthusiastmartin Apr 24, 2024
dc9ef81
use define benchmakrs
enthusiastmartin Apr 24, 2024
a7d079d
add xyk benchmarks
enthusiastmartin Apr 25, 2024
f10b03c
add additional benchmarks
enthusiastmartin Apr 25, 2024
6db66b1
update benchmark script
enthusiastmartin Apr 25, 2024
c2c3b10
fixed route executor benchmark tests
dmoka Apr 25, 2024
eef048b
add state-trie to benchmarks
enthusiastmartin Apr 25, 2024
d7ce848
benchmakrs update
enthusiastmartin Apr 25, 2024
a2ba56e
benchmakrs update
enthusiastmartin Apr 25, 2024
617fc6c
update xcm weights
enthusiastmartin Apr 25, 2024
38f7bf7
resolve compilation warnings
enthusiastmartin Apr 25, 2024
d44c86a
resolve compilation warnings
enthusiastmartin Apr 25, 2024
8a427d4
set max tip amount
enthusiastmartin Apr 25, 2024
1ae161e
remove todo commenets
enthusiastmartin Apr 25, 2024
86c71a5
benchmarkf features warnings
enthusiastmartin Apr 25, 2024
d0edbc6
some clippy issues
enthusiastmartin Apr 25, 2024
2cbd858
fix nft tests by increasing the weight to reach expected tx costs
dmoka Apr 25, 2024
9eab886
happy clippy happy life
enthusiastmartin Apr 25, 2024
784ad1a
bump versions
enthusiastmartin Apr 25, 2024
f6ac70e
add src component
enthusiastmartin Apr 25, 2024
7055500
fix imports
dmoka May 7, 2024
90f758a
simplify asset declaration
dmoka May 7, 2024
50b055f
simplify asset declaration
dmoka May 7, 2024
2a528f0
rename to rococo as we don't use kusama as relay chain anymore in tests
dmoka May 7, 2024
b418893
add assertion for trapped event
dmoka May 7, 2024
e97ca67
remove unused usings
dmoka May 7, 2024
b3ac021
remove duplication
dmoka May 7, 2024
c53ee96
fix package version
dmoka May 7, 2024
b172301
renaming as we use bsx, not hdx
dmoka May 7, 2024
1e9c157
fix comment
dmoka May 7, 2024
4e26854
use bsx as native asset in router benchmark
dmoka May 7, 2024
aeae57f
use constant for units
dmoka May 7, 2024
1b57de4
simplify using
dmoka May 7, 2024
67f712b
Update runtime/basilisk/src/xcm.rs
enthusiastmartin May 7, 2024
b0b0e1d
update identity's bytedeposit
enthusiastmartin May 7, 2024
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ lcov.info
/basilisk

tmp/
raw.json
23 changes: 0 additions & 23 deletions .maintain/basilisk-bench-data.json

This file was deleted.

138 changes: 0 additions & 138 deletions .maintain/pallet-weight-template.hbs

This file was deleted.

Loading
Loading