Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 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
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
474064e
Merge branch 'main' into v0.9.37
Roznovjak Apr 22, 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
Prev Previous commit
Next Next commit
Merge branch 'main' into v0.9.37
  • Loading branch information
Roznovjak committed Apr 12, 2023
commit a655b195aa3602374c8e73d45aa39558603af132
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion liquidity-mining/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-liquidity-mining"
version = "3.1.0"
version = "4.2.0"
description = "Liquidity mining"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion liquidity-mining/src/tests/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ parameter_types! {
}

impl Config<Instance3> for Test {
type Event = Event;
type RuntimeEvent = RuntimeEvent;
type AssetId = AssetId;
type MultiCurrency = Tokens;
type PalletId = LMPalletId3;
Expand Down
2 changes: 1 addition & 1 deletion traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydradx-traits"
version = "2.1.1"
version = "2.2.1"
description = "Shared traits"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.