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

- [ ] add benchmarks to the ci build - [ ] change docs that will reflect alternative benchmarking workflow where you don't have to build your own binary

https://github.com/galacticcouncil/HydraDX-node/blob/6692079e84784eab8915be1fe5f42847b4f8a7fd/pallets/exchange/src/lib.rs#L139

We should require to sign CLA before merging stuff from contributors.

Publish packages after release automatically, here's an example of workflow https://github.com/open-web3-stack/open-runtime-module-library/blob/master/.github/workflows/publish_packages.yml

Create separate lightweight workflow to run on merge commit of PR if available, full suite with generated artifacts should be ran on HEAD only. Both workflows should start in parallel.

ci

Currently, version is grabbed from the last tag in the git tree, this, however, doesn't work if you don't build from git repo, or you just pulled a shallow branch....

https://github.com/paritytech/txwrapper-core/ https://github.com/paritytech/txwrapper-core/tree/main/packages/txwrapper-acala

ci

subtask of #134 - [ ] pack linux binary to `hydra-dx-${version}-linux-x86_64.tar.gz` - [ ] generate SHA checksum files for binary and wasm - [ ] pack everything to a single...

ci

Create binaries, sha256 them and upload to build with some kind of bot also generate changelog from conventional commits as stated in #121 - [ ] prepare artifacts #135 -...

ci