Skip to content

Commit

Permalink
update to v0.9.40 (#2202)
Browse files Browse the repository at this point in the history
* update to v0.9.40

* update benchmarking weight template

* fix build

* make test compile

* Includes page heap fixes

* compile runtime-benchmarks

* make warp sync work

* toml sort

* fix editorconfig

* use new substrate version

* fix warp sync

* sort

* fix --dev

* remove duplicate SetMembersOrigin

* toml-sort

* remove kitchensink-runtime

* fix builkd

* use new weights

* set manual weights for xcm fungible

* use Weight::from_parts

* use 0 pov_size for ref_time weight

* update nimbus

* exclude generated weight files from editorconfig

* fmt

* fmt

* fix rust tests

* fix import

* fix tests

* use Weight part pov_size to 0

* make dalek test work

* fix transfer tests

* use BoundedVec for auto compound delegations

* fix modexp test

* fix modexp test

* fix tests

* fix weight tests

* fix staking tests via chunking

* fix modexp test

* fix lint and test

* fix rust weight tests

* fix partial ts tests

* temp fix for xcm v2

* Fixes weight until benchmarking is fixed

* set manual weight, fix ts tests

* Adds temp hack for xcm tests

* Use RefundSurplus as the no-op for saturating the queue, which does not have pov

* Update evm to 0.39

* Revert "Update evm to 0.39"

This reverts commit 882b85e.

* upgrade polkadot for better support of xcm v2

* prettier

* prettier

* Revert temp fix for XCM weight

* upgrade polkadot fork

* Fixing hrmp-mock tests

* clean up

* prettier

---------

Co-authored-by: crystalin <alan.sapede@gmail.com>
Co-authored-by: librelois <c@elo.tf>
Co-authored-by: girazoki <gorka.irazoki@gmail.com>
Co-authored-by: tgmichel <telmo@purestake.com>
  • Loading branch information
5 people authored and timbrinded committed Jun 2, 2023
1 parent cf560f8 commit f14a266
Show file tree
Hide file tree
Showing 112 changed files with 5,453 additions and 3,631 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
root = true



[*.rs]
indent_style=tab
indent_size=tab
Expand Down Expand Up @@ -29,4 +31,14 @@ trim_trailing_whitespace=false
[*.expanded.rs]
indent_style=off
indent_size=off
max_line_length=off

[weights.rs]
indent_style=off
indent_size=off
max_line_length=off

[**/weights/*.rs]
indent_style=off
indent_size=off
max_line_length=off
Loading

0 comments on commit f14a266

Please sign in to comment.