Zeke Mostov

Results 8 issues of Zeke Mostov

We could get rid of the Box here as well: ```rust pub trait ReadOnlyDB: Send + Sync { /// Iterator type to be returned type Iter: Iterator; /// Read key/value...

Something broke with the changelog auto generator - its pulling in commits that where included in older releases. _Originally posted by @emostov in https://github.com/paritytech/txwrapper/issues/444#issuecomment-843466675_

bug

Currently, bounded storage items require a type that implements `Get` for its max length. This permits the user to configure the type as something that can be modified at runtime....

I6-refactor 🧹

This PR - bubbles up the weight from the `enact_candidate` call and adds it to the returned weight of paras inherent `enter`. Previously we where not tracking the weight from...

A0-please_review
B0-silent
C1-low
D5-nicetohaveaudit ⚠️

*Issue #, if available:* I did not find an issue for this, but I can create one if necessary. The only marginally related issue I saw is #483. *Description of...

*Issue #, if available:* #19 *Description of changes:* `serde_cbor` is deprecated. This PR removes `serde_cbor` and it's associated dependencies, replacing them with `minicbor`, a library that is currently maintained. This...

Each member of the multisig should be a NonTransfer proxy so that they can each do `proxy.rejectAnnouncement` but not actually send funds themselves cc @joepetrowski