Gautham
Gautham
Is there any support for the Bitcoin wallet in Testnet mode?
# User story OCEX pallet will allow enclave to store balance snapshots of each trading pair registered on-chain. The balance snapshots are stored in IPFS, and only the CIDs of...
# User Story Every user account should have a KYC level, and the off-chain orderbook and fiat pallet use this to provide different tiers of trading activity. There should be...
**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...
Decide how to maintain polkadex parachain code, local testing, and deployment framework. - [ ] Setup Local Relaychain for Testing Parachain logic - [ ] Initialize parachain template in this...
After initializing polkadex parachain, implement treasury, staking pallet, and XCM related stuff. # Developer Story Polkadex parachain allows us to bridge tokens from other Parachains, Polkadot and Kusama. Parachain will...
Please upgrade p256 dependency to 0.8.1, I am having version issues in my project [Polkadex](https://github.com/Polkadex-Substrate/Polkadex) because of it
PR adds support of `parity-scale-codec` for rust-decimal. References 1. https://docs.substrate.io/reference/scale-codec/ 2. https://github.com/paritytech/parity-scale-codec