thiolliere
|
4ed67e03a4
|
Update to parity-scale-codec (#3232)
* WIP: update codec
* WIP
* compiling
* WIP
* rename parity-scale-codec to codec
* WIP
* fix
* remove old comments
* use published crates
* fix expected error msg
* bump version
* fmt and fix
* remove old comment
* fix wrong decoding impl
* implement encode like for structures
* undo removal of old pending changes
* trailingzeroinput
* Apply suggestions from code review
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
Co-Authored-By: DemiMarie-parity <48690212+DemiMarie-parity@users.noreply.github.com>
* update codec
* fmt
* version is 1.0.0
* show more error
* fmt
|
2019-08-06 19:36:23 +02:00 |
|
Kian Paimani
|
79feb23a22
|
Refactor sr_primitives. (#3214)
* refactor sr_primitives.
* Fix try build error.
* Line-width
* Ui test.
* Final fixes.
* Fix build again.
* bring back ui test.
* Fix unsigned import.
* Another ui fix.
* Also refactor substrate-primitives
* Fix benchmarks.
* Fix doc test.
* fix doc tests
|
2019-07-29 14:43:53 +02:00 |
|
Stanislav Tkach
|
443ad90b47
|
Update codec version to the 4.1 version (#2948)
* Update codec version to the 4.1 version
* Bump impl_version
* Update lock files
* Update codec to 4.1.1 version
* Bump impl version
|
2019-06-26 16:26:24 +02:00 |
|
thiolliere
|
8b89c7ae62
|
Update parity-scale codec minor version (#2951)
* update parity-scale codec minor version
* update to 3.5.3
* update locks
* increase impl version
* Update to 3.5.4
* Update WASM lockfiles
|
2019-06-26 08:48:12 +02:00 |
|
Michael Müller
|
a706d994cb
|
Transaction factory (#2481)
* Fix typos
* Add transaction factory
`cargo run -- purge-chain -y --chain dev && cargo run -- --dev --transaction-factory 10`
* Fix comment and remove build deps
* Move crate to test-utils
* Switch from flag to subcommand
`cargo run -- factory --dev --num 5`
* Decouple factory from node specifics
* Introduce different manufacturing modes
* Remove unrelated changes
* Update Cargo.lock
* Use SelectChain to fetch best block
* Improve expect proof
* Panic if factory executed with unsupported chain spec
* Link ToDo comments to follow-up ticket
* Address comments and improve style
* Remove unused dependencies
* Fix indent level
* Replace naked unwrap
* Update node/cli/src/factory_impl.rs
* Fix typo
* Use inherent_extrinsics instead of timestamp
* Generalize factory and remove saturated conversions
* Format imports
* Make it clearer that database needs to be empty
* Ensure factory settings
* Apply suggestions from code review
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
* Update test-utils/transaction-factory/src/lib.rs
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
* Fix match guard syntax
* Simplify import, remove empty line
* Update node/cli/Cargo.toml
* Update lockfile
|
2019-05-28 17:01:43 +02:00 |
|