HydraDX-node
HydraDX-node copied to clipboard
HydraDX node - cross-chain liquidity protocol built on Substrate
initialization order of pallets that we have been using was officially deprecated `AllPalletsReversedWithSystemFirst` - [ ] analyze the impact - [ ] change order if possible
This PR adds OpenGov which for some time will run in parallel to gov v1. - Tracks and curves: https://docs.google.com/spreadsheets/d/1qN_Jbz8BctWd2hu-O98NH3LoEFe0TvbGGobmBx3e12A/edit?gid=0#gid=0 - Origins: https://docs.google.com/spreadsheets/d/1uZKwzy4vv1W10XslKcyRVOBPX0Pm7PcWKpSoG36Xvh0/edit?gid=1291784088#gid=1291784088 TODO: - [x] Tracks - [x] Replace...
Currently we keep storage with empty list of votes for a position. We can remove this entry if there are no votes for the position.
Related issue: https://github.com/galacticcouncil/HydraDX-node/issues/844 - [x] adjust benchmark - [x] rebench on reference machine - [ ] maual test - [ ] check if dca works with buynig insuff, so HDX...
- [ ] rename artifacts from hydradx -> hydration - [x] rename repo - [ ] rename repo README title and rewrite description - [ ] change copyright - [x]...
We should flip the source of truth for AH and Polkadot for DOT reserves. This will allow us to use AH with DOT as fee payment and also transfer it...
https://github.com/paritytech/polkadot-sdk/pull/4274 https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/guides/enable_metadata_hash/index.html
### Description Hi, I can't find docker images with recent build, are there newer images available somewhere? Checked latest on: - [docker hub](https://hub.docker.com/r/galacticcouncil/hydra-dx/tags): v24, 4 months ago - [ghcr](https://github.com/galacticcouncil/HydraDX-node/pkgs/container/hydra-dx): v21,...
Preparation of staking pallet for opengov. Once opengov is introduced, do: - [x] Add Integration tests - [x] update benchmarks in conviction-voting pallet to include worst case - [x] migration...
It appears that when we generate a new benchmark based on our template, the generated file does not include the WeightInfo trait with the associated functions for each benchmark. This...