Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Sno 136 v0.9.12 upgrade (paritytech#534)
Browse files Browse the repository at this point in the history
* upped the version of tracing

* find/replace

* added scale-info

* added scale-info to more pallets

* more build fixes

* fixes

* fixed imports

* removed metadata

* upped serde and codec versions

* changed BaseCallFilter to Everything

* added max instructions to FixedWeightBounds

* added OperationalFeeMultiplier

* import Everything for BaseCallFilter

* added missing implementations

* added force_unreserve implementation

* removed commented code

* return Vec from WeakBoundedVec

* fixed OpaqueMetadata conversion

* use BenchmarkError::Stop

* using struct instead of method call

* use struct patterns

* changed mock CallFilter to use Everything

* added scale-info/std to std feature

* removed native_executor_instance macro

* updated jsonrpc

* use tokio_handle

* renamed task_executor

* removed unused imports

* updated @polkadot/api to 6.8.1 because of new metadata

* rustfmt

* rustfmt with the right settings
  • Loading branch information
alistair-singh authored Nov 15, 2021
1 parent 929e2ed commit 7dd4529
Show file tree
Hide file tree
Showing 71 changed files with 2,986 additions and 2,810 deletions.
2 changes: 1 addition & 1 deletion ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@nomiclabs/hardhat-etherscan": "^2.1.4",
"@openzeppelin/contracts": "^4.1.0",
"@openzeppelin/test-helpers": "https://github.com/Snowfork/openzeppelin-test-helpers.git#3f9c4b8",
"@polkadot/api": "^5.3.2",
"@polkadot/api": "^6.8.1",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
Expand Down
384 changes: 214 additions & 170 deletions ethereum/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 7dd4529

Please sign in to comment.