sora2-network
sora2-network copied to clipboard
SORA is a new economic system aimed at creating a supranational, world economic system with built-in tools for decentralized finance (DeFi). The SORA network implements a new way of parachain architec...
Fixes #1024
### Problem statement We want to support SB and kXOR tokens in Kensetsu ### Description We want to support creation of vaults with SB token as collateral and kXOR as...
Fixes #1033
pswap-distribution benchmark (not test) panics. How to reproduce: ``` cargo run --bin framenode --features private-net,runtime-benchmarks,ready-to-test benchmark pallet --chain=local --execution=native --wasm-execution=compiled --pallet pswap_distribution --extrinsic "*" --steps 2 --repeat 1 --output ./benches...
### Problem statement We want to support regulated assets ### Description Currently we work with permissions pallet directly, but to make assets regulation for extensible we should move all checks...
Process the cases when `quote` exceeds the reserves. The main idea is that even if reserves are exceeded, `step_quote` returns as much liquidity as it can.
Phase 2 feature: - More stablecoins
Remove all unused deps in `Cargo.toml` files. Should improve build time on ~1 min 😄 It makes sense to add `cargo machete` or smth similar to our CI.
`quote` that uses ALT for order-book & xyk-pool sources with desired amount > order-book liquidity, returns `UnavailableExchangePath` error. Swap XOR --> Asset Prices are equal. xyk-pool reserves are too low....