Bump parity-codec from 3.5.1 to 4.0.0#120
Bump parity-codec from 3.5.1 to 4.0.0#120dependabot-preview[bot] wants to merge 1 commit intomasterfrom
Conversation
|
@devashishdxt seems this breaks on
any thoughts? |
@tomtau The only problem with |
Depends on how much space that would waste. There's also a smallvec, so one could have a stack-allocated common case.
For non-TX structures, e.g. Merkle tree length, it could be done as bincode does it. |
Agree, but we don't have to use a different data structure to achieve this. |
|
Yeah, I guess the initial definitions could keep using Vec -- the allocation upper bound would be enforced be Decode implementation. |
99ab979 to
53bcafe
Compare
|
Just a note that parity-codec was renamed paritytech/parity-scale-codec@132e647 not on crates.io yet AFAIK |
Bumps [parity-codec](https://github.com/paritytech/parity-codec) from 3.5.1 to 4.0.0. - [Release notes](https://github.com/paritytech/parity-codec/releases) - [Commits](https://github.com/paritytech/parity-codec/commits)
53bcafe to
0708f61
Compare
…-com#120 solution: converted usize fields (in datatypes that use scale-codec) to u64
…-com#120 solution: converted usize fields (in datatypes that use scale-codec) to u64
…-com#120 solution: converted usize fields (in datatypes that use scale-codec) to u64
|
this PR is being resolved in #133 |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…-com#120 Solution: converted usize fields (in datatypes that use scale-codec) to u64
Bumps [quickcheck](https://github.com/BurntSushi/quickcheck) from 0.8.3 to 0.8.5. - [Release notes](https://github.com/BurntSushi/quickcheck/releases) - [Commits](BurntSushi/quickcheck@0.8.3...0.8.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Problem: latest parity/scale-codec failed to compile (CRO-161) crypto-com#120 Solution: converted usize fields (in datatypes that use scale-codec) to u64
…-com#120 Solution: converted usize fields (in datatypes that use scale-codec) to u64
Bumps parity-codec from 3.5.1 to 4.0.0.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.