Dan Shields
65454fbf96
Update Cumulus to common Cargo formmating scheme ( #1050 )
...
* Update throughout with common Cargo formating scheme
2022-03-02 00:07:29 -07:00
wigy
6af1dd5f6f
Companion to "Updating scale to v3" ( #1013 )
...
* Updating dependencies
* Adapting code to scale v3
* cargo fmt
* Fix compilation
* Update Cargo.lock
* TIL exists
Co-authored-by: Bastian Köcher <info@kchr.de >
2022-02-25 13:40:24 +00:00
Bastian Köcher
351803a709
Remove the last node-primitives leftover... ( #1047 )
2022-02-23 22:52:17 +01:00
Bastian Köcher
171a473b2a
Remove node-primitives ( #1032 )
...
This is a crate that shouldn't be used outside of the Substrate Node. Here the correct crate is the
`polkadot-core-primitives` to get the `Balance` type.
2022-02-22 23:19:19 +01:00
dependabot[bot]
4755cf7c28
Bump hex-literal from 0.2.1 to 0.3.4 ( #1028 )
...
Bumps [hex-literal](https://github.com/RustCrypto/utils ) from 0.2.1 to 0.3.4.
- [Release notes](https://github.com/RustCrypto/utils/releases )
- [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.2.1...hex-literal-v0.3.4 )
---
updated-dependencies:
- dependency-name: hex-literal
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 16:49:46 +01:00
Alexander Theißen
829dadceca
canvas: Run migrations defined by pallet-contracts ( #1011 )
...
* Run migrations defined by pallet-contracts
* cargo fmt
2022-02-21 15:28:25 +00:00
Alexander Theißen
dfe16328b0
canvas: More refactoring ( #997 )
...
* canvas: Move contracts config to own file
* Reduce usage of parameter_types where possible
* Fix try-runtime compilation
2022-02-21 11:59:29 +00:00
Alexander Theißen
a2280507eb
canvas: Add sudo ( #1010 )
2022-02-21 11:45:43 +00:00
Alexander Theißen
1918632332
Bump state version ( #1009 )
2022-02-21 10:57:56 +00:00
Alexander Theißen
5e80975d1b
Move Canvas xcm config to own module ( #994 )
2022-02-21 08:14:18 +00:00
Alexander Theißen
230978b683
Add canvas-kusama runtime ( #980 )
...
* Added kanvas runtime
* Fix up benchmarking
* Fixup markdown stucture
* replace :emoji_name: by utf8
* fix up header hierarchy
* Merge canvas README
* Only use "Canvas" as a name
* Remove reference to Rocanvas
2022-02-17 16:18:48 -05:00