HydraDX-node
HydraDX-node copied to clipboard
HydraDX node - cross-chain liquidity protocol built on Substrate
We are missing this event in stableswap and LBP.
Fixes #755
permit2
The current implementation of permits has several drawbacks: 1. Only one permit per account can exist in the mempool at any given time. 2. There's no RPC function to retrieve...
### Description When we use utility.batch and have `set_currency` as first extrinsic, then we don't do any validation for the specified currrency. It can lead to problem like: ``` Eg....
Similar to Parachains config in the relay https://github.com/paritytech/polkadot-sdk/blob/a5e40d0cd0a0d941d6fe58aa278fedfcb9102710/polkadot/runtime/parachains/src/configuration.rs
Update references to old repositories (`homepage = 'https://github.com/galacticcouncil/hydradx-node'` or `homepage = "https://github.com/galacticcouncil/warehouse"`) in Cargo.toml files
In 1.11.0, `heap-pages` parameter for the benchmark command has no effect and the default value is used. As a result, `cumulus_pallet_parachain_system` benchmarks fail and `benchmarking.sh` script fails when used to...
For all authority nodes, the node binary now enforces the presence of a network key, instead of auto-generating when it is absent. [Polkadot PR](https://github.com/paritytech/polkadot-sdk/pull/3852). Investigate how this change affects parachain...