Matteo Muraca
Matteo Muraca
Any updates? Is it going to be merged?
up @bkchr 🙂
@lemunozm I don't think so. You can just checkout my fork and launch `cargo build --release`, then replace your local binary
@ggwpez could you please run benchmarks?
I'm sure I missed something, I'll let the tests run to see if there's any errors in pallets. I also think I need to add some info about the deprecation...
No problem then, I'll revert those changes!
Polkadot and Cumulus tests fail because of a missing `SetMembersOrigin` in pallet collective. It was added yesterday in PR paritytech/substrate#13159. I rebased and will let the checks tell me if...
@xlc as per request, I [added a deprecation message](https://github.com/muraca/substrate/blob/issue/13259/frame/support/procedural/src/pallet/expand/storage.rs#L397) and removed every usage of the auto-generated functions
> But the getter is still removed? @xlc I'm not sure I understood what you're asking. I'm not actually removing any of the getter functions, it just shows a warning...
Hey @juangirini as far as I remember it was decided not to proceed with this deprecation at the moment. If you're sure that this should be done right now, please...