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

**Proposed Architecture** ![Untitled Diagram](https://user-images.githubusercontent.com/40355376/104123853-75585600-5373-11eb-976d-37c7b94ae99c.jpg) **Workflows Checklist** **Workflow 1** - [x] Install Dependencies. - [ ] Check Code Formatting. - [x] Run Automated Tests. - [x] Upload Code coverage as an...

enhancement
CI/CD

**Describe the bug** We see that pallet_balances have zero balance even after it is configured in the chain_spec (https://github.com/Polkadex-Substrate/Polkadex/blob/develop/node/src/chain_spec.rs#L309). Also, our current chain_spec is configured to handle native currency in...

bug
un-confirmed

**Describe the bug** When running a validator node the following error is displayed: Thread 'main' panicked at 'Cannot drop a runtime in a context where blocking is not allowed. This...

bug
un-confirmed

Create a new project from substrate template and migrate all changes from main and dev to it.

Epic

The offchain IPFS integration seems to be a sketch for now (at least the pallet part). The sketch looks fine for a sovereign chain, but will not work in a...

The feeless non-front-runnable transactions are a cool feature. :+1: The polkapool pallet needs work before it is production ready, though. I also took the liberty to have a quick look...

A hardcoded chainspec is checked in in docs and used by the release action to create a working node for Udon-net. * The chain spec should be generated from the...