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

feat: unified trade events #910

Open
wants to merge 161 commits into
base: master
Choose a base branch
from
Open

feat: unified trade events #910

wants to merge 161 commits into from

Conversation

Roznovjak
Copy link
Contributor

@Roznovjak Roznovjak commented Sep 20, 2024

Fixes #755

Additional todos:

TODO:

@Roznovjak Roznovjak self-assigned this Sep 20, 2024
pallets/lbp/src/lib.rs Outdated Show resolved Hide resolved
pallets/lbp/src/lib.rs Outdated Show resolved Hide resolved
@enthusiastmartin
Copy link
Contributor

what if we call the new pallet something more generic ... eg. amm-support.

it might be useful for other things, not only one specific trade event.

Copy link

github-actions bot commented Sep 25, 2024

New crates:

  • pallet-support: v1.0.0

Crate versions that have been updated:

  • runtime-integration-tests: v1.26.0 -> v1.27.0
  • hydra-dx-math: v8.2.0 -> v8.3.0
  • pallet-circuit-breaker: v1.1.27 -> v1.1.28
  • pallet-dca: v1.6.4 -> v1.7.0
  • pallet-lbp: v4.8.6 -> v4.10.0
  • pallet-liquidation: v1.0.1 -> v1.0.2
  • pallet-liquidity-mining: v4.4.4 -> v4.4.5
  • pallet-omnipool: v4.3.7 -> v4.5.0
  • pallet-omnipool-liquidity-mining: v2.5.0 -> v2.5.1
  • pallet-otc: v2.0.4 -> v2.1.0
  • pallet-otc-settlements: v1.0.6 -> v1.1.1
  • pallet-referrals: v1.2.7 -> v1.2.8
  • pallet-route-executor: v2.6.3 -> v2.7.0
  • pallet-stableswap: v4.1.1 -> v4.1.2
  • pallet-staking: v4.0.1 -> v4.0.2
  • pallet-transaction-multi-payment: v10.1.3 -> v10.1.4
  • pallet-xyk: v6.6.3 -> v6.7.0
  • hydradx-adapters: v1.3.9 -> v1.3.10
  • hydradx-runtime: v277.0.0 -> v278.0.0
  • hydradx-traits: v3.10.0 -> v3.11.0

Runtime version has been increased.

integration-tests/src/dca.rs Outdated Show resolved Hide resolved
pallets/dca/Cargo.toml Outdated Show resolved Hide resolved
pallets/lbp/src/lib.rs Outdated Show resolved Hide resolved
pallets/lbp/src/lib.rs Outdated Show resolved Hide resolved
pallets/support/src/lib.rs Outdated Show resolved Hide resolved
pallets/stableswap/src/lib.rs Outdated Show resolved Hide resolved
primitives/Cargo.toml Outdated Show resolved Hide resolved
runtime/adapters/Cargo.toml Outdated Show resolved Hide resolved
runtime/hydradx/src/system.rs Outdated Show resolved Hide resolved
runtime/hydradx/src/xcm.rs Outdated Show resolved Hide resolved
pallets/support/src/lib.rs Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unify all trading events into the one generic one
4 participants