Polkadex icon indicating copy to clipboard operation
Polkadex copied to clipboard

An Orderbook-based Decentralized Exchange using the Substrate Blockchain Framework.

Results 88 Polkadex issues
Sort by recently updated
recently updated
newest added

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...

A3-InProgress

This PR adds unit tests for the OCEX pallet extrinsics

A3-InProgress

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...

A3-InProgress

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...

bug

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...

bug
ocex-enclave
needs-review

This PR implements the register_investor extrinsic that will reserve PDEX from an investor

A3-InProgress

This PR resolves #468

A3-InProgress

An extrinsic in the ocex pallet allowed only by governance