- 06 Apr, 2021 1 commit
-
-
Bastian Köcher authored
* Adds support for custom where bounds The user can now specify a custom where bound when using the derive macros: - `#[codec(encode_bound(T: Encode))]` for `Encode` - `#[codec(decode_bound(T: Encode))]` for `Decode` If nothing is specified (`encode_bound()`) the where bounds will be empty. * Apply suggestions from code review * Apply suggestions from code review Co-authored-by:
Gavin Wood <gavin@parity.io>
-
- 26 Feb, 2021 1 commit
-
-
thiolliere authored
Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 26 Jan, 2021 1 commit
-
-
thiolliere authored
-
- 03 Mar, 2020 1 commit
-
-
Bastian Köcher authored
-
- 20 Dec, 2019 1 commit
-
-
Bastian Köcher authored
-
- 06 Dec, 2019 1 commit
-
-
thiolliere authored
Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 13 Nov, 2019 2 commits
-
-
Bastian Köcher authored
* Increase version to `1.1` and release * Use correct version format * Fixes build and require explicit versions
-
Qinxuan Chen authored
* Update dependencies Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Update Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Revert some deps; Fix some warnings Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Improve utils of derive Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Bump bitvec to 0.15 Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Improve utils of derive Signed-off-by:
koushiro <koushiro.cqx@gmail.com>
-
- 27 Sep, 2019 1 commit
-
-
thiolliere authored
-
- 29 Jul, 2019 1 commit
-
-
thiolliere authored
* few more type * update versions
-
- 19 Jul, 2019 1 commit
-
-
thiolliere authored
-
- 04 Jun, 2019 1 commit
-
-
Bastian Köcher authored
* Rename to `parity-scale-codec` and revert version to 1.0 * Fix compilation after renaming * Fix benchmarks * Update src/lib.rs Co-Authored-By:
thiolliere <gui.thiolliere@gmail.com> * Remove last parity-codec leftovers
-
- 15 Apr, 2019 1 commit
-
-
Bastian Köcher authored
We can not just use `usize`, because `quote!` converts `let i: usize = 0;` to `0usize` and this is not accepted as field accessor.
-
- 02 Apr, 2019 1 commit
-
-
Bastian Köcher authored
* release parity-codec v3.2 * impl skip fields and variants (#58) * impl skip variants * impl skip on fields * reorganize code * in code rename Co-Authored-By:
thiolliere <gui.thiolliere@gmail.com> * in code rename * code refactor * refactor: variant filter * new version of derive (#61) * release codec-v3.3 that forward derive-v3.2 (#63) * Implement derive for empty enums * Bump version of parity-codec-derive to 3.3 * Fixes test
-
- 28 Feb, 2019 2 commits
-
-
Bastian Köcher authored
-
Bastian Köcher authored
* Work around a compiler bug that does not like self recursive where clauses * Some code refactor * Adds missing new lines
-
- 12 Feb, 2019 1 commit
-
-
* Make use of `proc-macro-crate` * use syntax of rust 2018
-
- 22 Jan, 2019 2 commits
-
-
thiolliere authored
-
-
- 16 Jan, 2019 2 commits
-
-
Bastian Köcher authored
-
Bastian Köcher authored
-
- 21 Nov, 2018 1 commit
-
-
Bastian Köcher authored
-
- 15 Oct, 2018 2 commits
- 27 Sep, 2018 3 commits
- 21 Sep, 2018 2 commits
- 14 Sep, 2018 2 commits
- 13 Sep, 2018 1 commit
-
-
Gav authored
-
- 12 Sep, 2018 1 commit
-
-
* Remove unneeded script * Rename Substrate Demo -> Substrate * Rename demo -> node * Build wasm from last rename. * Merge ed25519 into substrate-primitives * Minor tweak * Rename substrate -> core * Move substrate-runtime-support to core/runtime/support * Rename/move substrate-runtime-version * Move codec up a level * Rename substrate-codec -> parity-codec * Move environmental up a level * Move pwasm-* up to top, ready for removal * Remove requirement of s-r-support from s-r-primitives * Move core/runtime/primitives into core/runtime-primitives * Remove s-r-support dep from s-r-version * Remove dep of s-r-support from bft * Remove dep of s-r-support from node/consensus * Sever all other core deps from s-r-support * Forgot the no_std directive * Rename non-SRML modules to sr-* to avoid match clashes * Move runtime/* to srml/* * Rename substrate-runtime-* -> srml-* * Move srml to top-level
-