Polkadex
Polkadex copied to clipboard
An Orderbook-based Decentralized Exchange using the Substrate Blockchain Framework.
This PR refactors withdrawal extrinsic wherein it utilises the BTreeMap provided in the snapshot rather than a Bounded. This PR also includes a helper function that returns the vector of...
This PR adds benchmarks for the OCEX pallet Following Points to note: - This does not include benchmarks for submit_snapshot and withdrawal, I would like to take it up as...
This is regarding signature verification for `submit_snapshot` in benchmark code for `ocex` pallet. This is working in the mock test environment. You can find the benchmarks in `fx-benchmarking` and the...
This is regarding the `register_enclave` extrinsic which takes an `ias_report` vector. However this seems to fail even for a proper `ias_report` provided by the Team. It fails with the following...
This PR implements the register_investor extrinsic that will reserve PDEX from an investor
An extrinsic in the ocex pallet allowed only by governance