This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat: pallet asset-rate #13608
Merged
paritytech-processbot
merged 21 commits into
paritytech:master
from
wischli:feat/treasury-oracle
Apr 19, 2023
Merged
feat: pallet asset-rate #13608
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8996e05
poc
wischli 8a07bc0
fix: remove AssetIdParameter
wischli 47443ec
tests: add
wischli 8d3ddee
docs: add pallet description
wischli 109a321
feat: add benches
wischli 4a0fca4
refactor: UnknownAssetId
wischli d78f6cb
Merge remote-tracking branch 'origin/master' into feat/treasury-oracle
wischli 719364f
fix: normalize mock cfg
wischli 0adf951
fix: benchmarks
wischli ffb6d95
chore: add weights
wischli 301ddb2
refactor: remove storage getter
wischli 7153a2c
chore: apply suggestions from code review
wischli fdeefbd
docs: add native balance to calls
wischli 65df23e
chore: apply suggestions from code review
wischli acf046b
Merge remote-tracking branch 'origin/master' into feat/treasury-oracle
58cc428
chore: apply ConversionFromAssetBalance
wischli 44a9f6a
tests: update balance mock
wischli 03acddb
chore: apply suggestions from code review
wischli 1f14c39
ci: set publish to false
wischli 329b846
docs: fix missing rustdoc
wischli 57c5c6f
Merge remote-tracking branch 'origin/master' into feat/treasury-oracle
wischli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: benchmarks
- Loading branch information
commit 0adf9519fc1a85b8323caaa2e5dec7662d3a0151
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,6 @@ authors = ["William Freudenberger <[email protected]>"] | |
| homepage = "https://substrate.io" | ||
| edition = "2021" | ||
| license = "Unlicense" | ||
| publish = false | ||
| repository = "https://github.com/paritytech/substrate/" | ||
|
|
||
| [package.metadata.docs.rs] | ||
|
|
@@ -20,7 +19,7 @@ scale-info = { version = "2.1.1", default-features = false, features = ["derive" | |
| frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } | ||
| frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } | ||
| frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } | ||
| sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } | ||
| sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } | ||
|
|
||
| [dev-dependencies] | ||
| pallet-balances = { version = "4.0.0-dev", path = "../balances" } | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.