Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9450283
upgrade v.0.9.37 - build
enthusiastmartin Feb 28, 2023
f09f458
revert nft changes
enthusiastmartin Feb 28, 2023
3b3e30d
update inspect adfadpter
enthusiastmartin Feb 28, 2023
8aef29e
update registry tests
enthusiastmartin Feb 28, 2023
8aef2a7
update collator-rewards tests
enthusiastmartin Feb 28, 2023
6f4233c
fix `InspectEnumerable` trait
Roznovjak Feb 28, 2023
f957e0a
update currencies tests
enthusiastmartin Feb 28, 2023
3c50e53
update duster tests
enthusiastmartin Feb 28, 2023
7f02f26
update ema oracle tests
enthusiastmartin Feb 28, 2023
f985255
update faucet tests
enthusiastmartin Feb 28, 2023
7c487df
update lm tests
enthusiastmartin Feb 28, 2023
faea3f5
update price-oracle tests
enthusiastmartin Feb 28, 2023
87b9079
Merge pull request #173 from galacticcouncil/fix/nft_trait
enthusiastmartin Mar 3, 2023
d43298b
fix multi payment tests to reflect changes in 37
enthusiastmartin Mar 3, 2023
6affba6
fix stableswap tests to reflect changes in 37
enthusiastmartin Mar 3, 2023
3e0a6fb
fix tx pause tests to reflect changes in 37
enthusiastmartin Mar 3, 2023
03aab95
fix route-executor tests to reflect changes in 37
enthusiastmartin Mar 3, 2023
e411cec
Reformat
enthusiastmartin Mar 3, 2023
934224b
Reformat
enthusiastmartin Mar 3, 2023
30b953d
bump versions
enthusiastmartin Mar 3, 2023
9e44b8d
add protobuf to gh workflow
enthusiastmartin Mar 3, 2023
3f3de45
add protobuf to gh workflow
enthusiastmartin Mar 3, 2023
31200a4
set default storage version
Roznovjak Mar 22, 2023
dd88646
Merge branch 'main' into v0.9.37
enthusiastmartin Mar 23, 2023
108d74f
math update
enthusiastmartin Mar 23, 2023
3c34413
update otc pallet to 37
enthusiastmartin Mar 23, 2023
2eeb98d
v0.9.38
enthusiastmartin Mar 30, 2023
a655b19
Merge branch 'main' into v0.9.37
Roznovjak Apr 12, 2023
b2ca40c
Merge pull request #191 from galacticcouncil/duster/storage_version
Roznovjak Apr 13, 2023
ec42a11
Merge branch 'main' into v0.9.37
Roznovjak Apr 18, 2023
6195cb1
fix renamed `EnsureOrigin` method in benchmarks
Roznovjak Apr 20, 2023
952c55e
satisfy clippy
Roznovjak Apr 20, 2023
474064e
Merge branch 'main' into v0.9.37
Roznovjak Apr 22, 2023
d048e91
Merge branch 'v0.9.37' into v0.9.38
Roznovjak Apr 22, 2023
b100a9a
use hydradx_math merge commit
Roznovjak May 8, 2023
c81eeb7
Merge branch 'main' into v0.9.38
Roznovjak May 15, 2023
6c5dbe0
Merge branch 'main' into v0.9.38
Roznovjak May 20, 2023
8611693
add missing impl to `MultiInspectAdapter`
Roznovjak May 20, 2023
2a316a6
remove empty file
Roznovjak May 20, 2023
6649bf4
fix typo
Roznovjak May 20, 2023
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
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: codota/toolchain@00a8bf2bdcfe93aefd70422d3dec07337959d3a4
with:
profile: minimal
- name: Install protobuf
run: sudo apt-get install -y protobuf-compiler
- name: Install clippy
run: rustup component add clippy
- name: Run clippy
Expand Down
Loading