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

chore: upgrade to polkadot v0.9.28

Open Roznovjak opened this issue 2 years ago • 2 comments

Notable changes: Use our own copy of orml_currencies pallet from warehouse 
New benchmarking commands (node/src/command.rs) 
No need for #[transactional] macro 
The version of fixed crate fixed to 1.17.0 
Use polkadot with patched XCM executor

New or updated runtime configuration parameters: pallet_transaction_payment::OnChargeTransaction = TransferFees pallet_currencies::CheckAssociatedRelayNumber = RelayNumberStrictlyIncreases pallet_aura::SpendOrigin = NeverEnsureOrigin pallet_elections_phragmen::MaxCandidated = 1_000
pallet_elections_phragmen::MaxVoters = 10_000 orml_tokens::MaxReserves = 50
orml_tokens::ReserveIdentifier = [u8; 8] orml_tokens::OnNewTokenAccount = AddTxAssetOnAccount orml_tokens::OnKilledTokenAccount = RemoveTxAssetOnKilled pallet_transaction_multi_payment::AcceptedCurrencyOrigin = SuperMajorityTechCommittee pallet_transaction_multi_payment::FeeReceiver = TreasuryAccount pallet_asset_origin::RegistryOrigin = SuperMajorityTechCommittee XcmConfig::IsReserve = ControllerOrigin = MoreThanHalfTechCommittee
XcmConfig::WeightInfo = ()
orml_xtokens::MultiLocationsFilter = Everyting
orml_xtokens::ReserveProvider = AbsoluteReserveProvider
orml_xtokens::MinXcmFee = ParachainMinFee

Roznovjak avatar Sep 30 '22 13:09 Roznovjak

Crate versions that have been updated:

  • runtime-integration-tests: v0.1.0 -> v0.1.1
  • hydradx: v7.3.0 -> v8.0.0
  • pallet-claims: v3.4.0 -> v3.4.1
  • pallet-genesis-history: v1.3.0 -> v1.3.1
  • primitives: v5.0.3 -> v5.0.4
  • common-runtime: v100.1.0 -> v100.2.0
  • hydradx-runtime: v109.0.0 -> v110.0.0
  • testing-hydradx-runtime: v109.0.0 -> v110.0.0

Runtime version has been increased.

github-actions[bot] avatar Sep 30 '22 13:09 github-actions[bot]

Codecov Report

Base: 67.27% // Head: 67.54% // Increases project coverage by +0.27% :tada:

Coverage data is based on head (28ef5b0) compared to base (5d9b6e7). Patch coverage: 83.33% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #463      +/-   ##
==========================================
+ Coverage   67.27%   67.54%   +0.27%     
==========================================
  Files           5        5              
  Lines         110      114       +4     
==========================================
+ Hits           74       77       +3     
- Misses         36       37       +1     
Impacted Files Coverage Δ
pallets/claims/src/lib.rs 78.18% <83.33%> (-0.25%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Sep 30 '22 14:09 codecov[bot]