HydraDX-node icon indicating copy to clipboard operation
HydraDX-node copied to clipboard

HydraDX node - cross-chain liquidity protocol built on Substrate

Results 163 HydraDX-node issues
Sort by recently updated
recently updated
newest added

Due to #667 , we need to migrate state trie version to decrease PoV size. For reference: https://github.com/paritytech/substrate/pull/10073 https://github.com/paritytech/polkadot/pull/6336 https://github.com/paritytech/cumulus/pull/1424

### Detailed Description Currently `pallet-ema-oracle` accumulates all entries into one BTreeMap. This allows for predictable weight of `on_finalize`, but limits the number of unique combinations of `(Source, (AssetId, AssetId))` that...

would be better if weight would be parametrized based on the number of assets in the pool _Originally posted by @mrq1911 in https://github.com/galacticcouncil/HydraDX-node/pull/652#discussion_r1322943232_

We currently default to an XCMP drop threshold of `5` which might lead to dropped XCMP messages in case the chain stalls. We want to change the threshold to the...

This PR replace the infrastructure for AWS Github runner with Infrastructure for GCP-based Github runner. It includes a Packer configuration for creating GCP Image automatically and then Terraform infrastructure with...

We will need re-fuzz test + maybe re-bench? (might not be needed) Try with: ``` 100 1000 10000 ```

We want to limit how much spending power the council has by specifying tip limits.

There were a bunch of issues with block numbers in integration tests recently. I think we should rewrite e.g. https://github.com/galacticcouncil/HydraDX-node/blob/1e9b8f23c3abfdc2684c67652697165f6a47da5b/integration-tests/src/polkadot_test_net.rs#L356 and https://github.com/galacticcouncil/HydraDX-node/blob/1e9b8f23c3abfdc2684c67652697165f6a47da5b/integration-tests/src/oracle.rs#L20 (and the others) into something that bumps both...