Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` ).

Expand Down
Loading