subdarkdex / subdex-parachain

Apache License 2.0
0 stars 1 forks source link

Introduce min amounts for both main network and parachain assets #41

Closed iorveth closed 3 years ago

iorveth commented 3 years ago

This PR aims to:

  1. Implement min amount constraints for both main network and parachain assets, which used to ensure correctness of performed invest/divest operations.
  2. Reintroduce min_fee substraction, based on balances type size. (used for proper initial shares calculation)
  3. Perform pallet-subdex full documentation (except of module high level docs and external usage examples)
  4. Complete pallet-subdex-xcmp full documentation (except of module high level docs and external usage examples)

Closes https://github.com/subdarkdex/subdex-parachain/issues/34, https://github.com/subdarkdex/subdex-parachain/issues/39 https://github.com/subdarkdex/subdex-parachain/issues/40