Releases: humanode-network/humanode
Releases · humanode-network/humanode
v0.0.0-it6-2023-09-15
What's Changed
- Remove unused patches at root
Cargo.tomlby @dmitrylavrenov in #731 - Bump @vitest/expect from 0.34.1 to 0.34.2 by @dependabot in #733
- Bump vitest from 0.34.1 to 0.34.2 by @dependabot in #732
- Add a gas estimate E2E test by @MOZGIII in #735
- Bump @types/node from 16.18.40 to 16.18.41 by @dependabot in #734
- Deny serde versions that ship precompiled binaries by @MOZGIII in #736
- Remove unused
pallet-base-feeandpallet-dynamic-feedeps by @dmitrylavrenov in #737 - Switch to workspace dependencies by @MOZGIII in #664
- Ignore vulnerable webpki by @MOZGIII in #743
- Allow serde derive that doesn't have the blob by @MOZGIII in #741
- Bump @types/node from 16.18.41 to 16.18.44 by @dependabot in #745
- Allow integer arithmetic at precompile-utils for testing by @dmitrylavrenov in #750
- Bump @types/node from 16.18.44 to 16.18.46 by @dependabot in #753
- Bump typescript from 5.1.6 to 5.2.2 by @dependabot in #754
- Bump vitest from 0.34.2 to 0.34.3 by @dependabot in #751
- Allow dependabot to update all the npm dependencies at once by @MOZGIII in #755
- Bump the all group with 1 update by @dependabot in #756
- Rename dependabot group
alltoyarnfor clarity by @MOZGIII in #757 - Allow using dev seeds at the evm cli command by @MOZGIII in #749
- Bump the yarn group with 1 update by @dependabot in #758
- Fix clippy at
precompile-utilsfortestingfeature by @dmitrylavrenov in #767 - Update frontier with fixed
account_basicthat includes ED value by @dmitrylavrenov in #764 - Bump docker/login-action from 2 to 3 by @dependabot in #769
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #771
- Update rust to nightly-2023-03-04 by @MOZGIII in #766
- Bump actions/checkout from 3 to 4 by @dependabot in #760
- Bump the yarn group with 3 updates by @dependabot in #768
- Enable binary search gas estimate feature for the RPC by @MOZGIII in #772
- Bump docker/metadata-action from 4 to 5 by @dependabot in #770
- Bump
humanode-runtimeto 109spec_versionby @dmitrylavrenov in #774
Full Changelog: v0.0.0-it6-2023-08-17-1...v0.0.0-it6-2023-09-15
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-runtimefeature usage atpallet-balanced-currency-swap-bridges-initializerby @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-runtimeby @dmitrylavrenov in #719 - Revert "Proper initialization of the bridge pot account balances in genesis (#698)" by @dmitrylavrenov in #728
- Bump
humanode-runtimeto 107spec_versionby @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
WeightPerGasforpallet-evmby @dmitrylavrenov in #702 - Bump
humanode-runtimeto 106spec_versionby @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-potby @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-swaplogic by @dmitrylavrenov in #679 - Fix naming for balance converter at
bridge-pot-currency-swapby @dmitrylavrenov in #691 - Fix std usage at
primitives-currency-swap-proxyby @dmitrylavrenov in #690 - Add
swap_keep_alivelogic intopallet_currency_swapby @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-potby @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-swaplogic by @dmitrylavrenov in #679 - Fix naming for balance converter at
bridge-pot-currency-swapby @dmitrylavrenov in #691 - Fix std usage at
primitives-currency-swap-proxyby @dmitrylavrenov in #690 - Add
swap_keep_alivelogic intopallet_currency_swapby @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