From 03811f68a5054c272bbd2a61eef92c93259e2a0c Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 18 Feb 2025 18:54:54 +0100 Subject: [PATCH 1/3] Fix typos in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8f3c225e0..c75dd6475f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -353,7 +353,7 @@ - ci: test inclusion fixes [#41](https://github.com/galacticcouncil/Basilisk-node/pull/41) ([@lumir-mrkva](https://github.com/lumir-mrkva)) - chore: pin orml to specific revision [#39](https://github.com/galacticcouncil/Basilisk-node/pull/39) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@lumir-mrkva](https://github.com/lumir-mrkva)) - ci: smoke test [#32](https://github.com/galacticcouncil/Basilisk-node/pull/32) ([@lumir-mrkva](https://github.com/lumir-mrkva)) -- chore: update dependecies [#29](https://github.com/galacticcouncil/Basilisk-node/pull/29) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@lumir-mrkva](https://github.com/lumir-mrkva)) +- chore: update dependencies [#29](https://github.com/galacticcouncil/Basilisk-node/pull/29) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@lumir-mrkva](https://github.com/lumir-mrkva)) - fix: fix build with runtime benchmarks features ([@enthusiastmartin](https://github.com/enthusiastmartin)) - ci: fork builds [#4](https://github.com/galacticcouncil/Basilisk-node/pull/4) ([@lumir-mrkva](https://github.com/lumir-mrkva) [@enthusiastmartin](https://github.com/enthusiastmartin)) - refactor: use pallets from hydradx-node repo [#3](https://github.com/galacticcouncil/Basilisk-node/pull/3) ([@enthusiastmartin](https://github.com/enthusiastmartin)) From 57ada26c565bae6824d26825b92a459eafe82011 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 18 Feb 2025 18:54:56 +0100 Subject: [PATCH 2/3] Fix typos in docs/CODE_OF_CONDUCT.md --- docs/CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md index 5f87682f4f6..e791fdac7da 100644 --- a/docs/CODE_OF_CONDUCT.md +++ b/docs/CODE_OF_CONDUCT.md @@ -6,7 +6,7 @@ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender -identity and expression, level of experience, education, socio-economic status, +identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation. From 57f4d273aeed60dd17aace4031fe1369818ca399 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 18 Feb 2025 18:54:57 +0100 Subject: [PATCH 3/3] Fix typos in pallets/asset-registry/README.md --- pallets/asset-registry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/asset-registry/README.md b/pallets/asset-registry/README.md index 73e676aaa2d..e2e26d90f2a 100644 --- a/pallets/asset-registry/README.md +++ b/pallets/asset-registry/README.md @@ -14,7 +14,7 @@ Asset registry provides functionality to create, store and keep tracking of exis ### Implementation detail -For each newly registered asset, a sequential id is assigned to that asset. This id identifies the asset and can be used directly in transfers or any other operation which works with an asset ( without performing any additioanl asset check or asset retrieval). +For each newly registered asset, a sequential id is assigned to that asset. This id identifies the asset and can be used directly in transfers or any other operation which works with an asset ( without performing any additional asset check or asset retrieval). There is a mapping between the name and asset id stored as well, which helps and is used in AMM Implementation where there is a need to register a pool asset and only name is provided ( see `get_or_create_asset` ).