Releases: humanode-network/humanode
Releases · humanode-network/humanode
v0.0.0-it6-2023-08-17-1
What's Changed
Full Changelog: v0.0.0-it6-2023-08-17...v0.0.0-it6-2023-08-17-1
v0.0.0-it6-2023-08-17
What's Changed
- Refactor the CI structure by @MOZGIII in #710
- Initial TypeScript E2E tests by @MOZGIII in #717
- Update VS Code settings by @MOZGIII in #715
- Tweaks to the developer experience with EVM by @MOZGIII in #713
- React to RUSTSEC-2022-0093 by @MOZGIII in #724
- End-to-end EVM fee test by @MOZGIII in #721
- Implement bridges pot currency swap accounts inititialization by @dmitrylavrenov in #716
- Fix
try-runtime
feature usage atpallet-balanced-currency-swap-bridges-initializer
by @dmitrylavrenov in #725 - Bump ethers from 6.7.0 to 6.7.1 by @dependabot in #727
- Bump @types/node from 16.18.39 to 16.18.40 by @dependabot in #726
- Integrate bridges initialization logic into
humanode-runtime
by @dmitrylavrenov in #719 - Revert "Proper initialization of the bridge pot account balances in genesis (#698)" by @dmitrylavrenov in #728
- Bump
humanode-runtime
to 107spec_version
by @dmitrylavrenov in #729
Full Changelog: v0.0.0-it6-2023-08-01...v0.0.0-it6-2023-08-17
v0.0.0-it6-2023-08-01
What's Changed
- Use compact balance at pallet currency swap by @MOZGIII in #701
- Bump @polkadot/api-cli from 0.53.10 to 0.55.3 by @dependabot in #677
- Switch to action plan at CI by @MOZGIII in #704
- Refactor the yarn setup in the repo by @MOZGIII in #706
- Correct yarn invocation at the E2E tests CI by @MOZGIII in #709
- Add prettier by @MOZGIII in #707
- Move bash E2E tests to give way for other implementations by @MOZGIII in #708
- Features snapshot check by @MOZGIII in #687
- Refactor the CI plan by @MOZGIII in #705
Full Changelog: v0.0.0-it6-2023-07-24...v0.0.0-it6-2023-08-01
v0.0.0-it6-2023-07-24
What's Changed
- Proper initialization of the bridge pot account balances in genesis by @dmitrylavrenov in #698
- Fix
WeightPerGas
forpallet-evm
by @dmitrylavrenov in #702 - Bump
humanode-runtime
to 106spec_version
by @dmitrylavrenov in #703
Full Changelog: v0.0.0-it6-2023-07-17...v0.0.0-it6-2023-07-24
v0.0.0-it6-2023-07-17
What's Changed
- Handle EVM tips the same way as we handle fees by @MOZGIII in #653
- More lightweight ethers crate usage by @MOZGIII in #661
- Simpler ethereum address construction at eip712 test utils by @MOZGIII in #662
- Bump h2 version by @MOZGIII in #665
- Add external account id type for
pallet-pot
by @dmitrylavrenov in #672 - Fix cargo deny with openssl by updating the lib to v0.10.55 by @dmitrylavrenov in #681
- Introduce currency swap related primitives by @dmitrylavrenov in #680
- Bump frontier fork by @dmitrylavrenov in #683
- Currency swap precompile by @MOZGIII in #682
- Switch to a new rand and ed25519-dalek implementations by @MOZGIII in #641
- Bridge pot currency swap implementation by @dmitrylavrenov in #684
- Make currency swap return the original imbalance on failure by @MOZGIII in #686
- Automatic currency-swap proxy primitives by @MOZGIII in #685
- Implement
pallet-currency-swap
logic by @dmitrylavrenov in #679 - Fix naming for balance converter at
bridge-pot-currency-swap
by @dmitrylavrenov in #691 - Fix std usage at
primitives-currency-swap-proxy
by @dmitrylavrenov in #690 - Add
swap_keep_alive
logic intopallet_currency_swap
by @dmitrylavrenov in #693 - Separate balances between native and EVM accounts by @dmitrylavrenov in #673
- Check existential deposit when creating an account during swap by @dmitrylavrenov in #694
Full Changelog: v0.0.0-it5-2023-04-11...v0.0.0-it6-2023-07-17
v0.0.0-it6-2023-07-04
What's Changed
- Handle EVM tips the same way as we handle fees by @MOZGIII in #653
- More lightweight ethers crate usage by @MOZGIII in #661
- Simpler ethereum address construction at eip712 test utils by @MOZGIII in #662
- Bump h2 version by @MOZGIII in #665
- Add external account id type for
pallet-pot
by @dmitrylavrenov in #672 - Fix cargo deny with openssl by updating the lib to v0.10.55 by @dmitrylavrenov in #681
- Introduce currency swap related primitives by @dmitrylavrenov in #680
- Bump frontier fork by @dmitrylavrenov in #683
- Currency swap precompile by @MOZGIII in #682
- Switch to a new rand and ed25519-dalek implementations by @MOZGIII in #641
- Bridge pot currency swap implementation by @dmitrylavrenov in #684
- Make currency swap return the original imbalance on failure by @MOZGIII in #686
- Automatic currency-swap proxy primitives by @MOZGIII in #685
- Implement
pallet-currency-swap
logic by @dmitrylavrenov in #679 - Fix naming for balance converter at
bridge-pot-currency-swap
by @dmitrylavrenov in #691 - Fix std usage at
primitives-currency-swap-proxy
by @dmitrylavrenov in #690 - Add
swap_keep_alive
logic intopallet_currency_swap
by @dmitrylavrenov in #693
Full Changelog: v0.0.0-it5-2023-04-11...v0.0.0-it6-2023-07-04
v0.0.0-it5-2023-07-06
What's Changed
- Update to vergen 8 by @MOZGIII in #640
- Bump hex-literal from 0.3.4 to 0.4.1 by @dependabot in #644
- Bump @polkadot/api-cli from 0.53.8 to 0.53.10 by @dependabot in #645
- Bump secp256k1 from 0.24.3 to 0.27.0 by @dependabot in #642
- Bump uuid from 1.3.0 to 1.3.1 by @dependabot in #650
- Bump serde from 1.0.159 to 1.0.160 by @dependabot in #651
- Bump qr2term from 0.2.3 to 0.3.1 by @dependabot in #643
- Generalize the lookup at the frame_system::offchain::CreateSignedTransaction impl by @MOZGIII in #646
- Correct the dev genesis for EVM accounts by @MOZGIII in #647
- Bump runtime spec version to 105 by @MOZGIII in #652
Full Changelog: v0.0.0-it5-2023-04-09...v0.0.0-it5-2023-07-06
v0.0.0-it5-2023-04-11
What's Changed
- Update to vergen 8 by @MOZGIII in #640
- Bump hex-literal from 0.3.4 to 0.4.1 by @dependabot in #644
- Bump @polkadot/api-cli from 0.53.8 to 0.53.10 by @dependabot in #645
- Bump secp256k1 from 0.24.3 to 0.27.0 by @dependabot in #642
- Bump uuid from 1.3.0 to 1.3.1 by @dependabot in #650
- Bump serde from 1.0.159 to 1.0.160 by @dependabot in #651
- Bump qr2term from 0.2.3 to 0.3.1 by @dependabot in #643
- Generalize the lookup at the frame_system::offchain::CreateSignedTransaction impl by @MOZGIII in #646
- Correct the dev genesis for EVM accounts by @MOZGIII in #647
- Bump runtime spec version to 105 by @MOZGIII in #652
Full Changelog: v0.0.0-it5-2023-04-09...v0.0.0-it5-2023-04-11
v0.0.0-it5-2023-04-09
What's Changed
- Bump mockall from 0.11.3 to 0.11.4 by @dependabot in #630
- Bump num_enum from 0.5.7 to 0.6.0 by @dependabot in #636
- Bump futures from 0.3.25 to 0.3.27 by @dependabot in #637
- Update the dependencies by @MOZGIII in #638
Full Changelog: v0.0.0-it5-2023-04-08...v0.0.0-it5-2023-04-09
v0.0.0-it5-2023-04-08
What's Changed
- Bump clap from 4.1.1 to 4.1.11 by @dependabot in #629
- Bump tokio from 1.26.0 to 1.27.0 by @dependabot in #628
- Refactor CI by @MOZGIII in #632
- Bump @polkadot/api-cli from 0.53.7 to 0.53.8 by @dependabot in #627
- Bump substrate to polkadot-v0.9.38 by @dmitrylavrenov in #584
Full Changelog: v0.0.0-it5-2023-04-04...v0.0.0-it5-2023-04-08