migrations: `take()`should consume read and write operation weight (#4302)
#### Problem
`take()` consumes only 1 read worth of weight in
`single-block-migrations` example, while `take()`
[is](https://github.com/paritytech/polkadot-sdk/blob/master/substrate/frame/support/src/storage/unhashed.rs#L63)
`get() + kill()`, i.e should be 1 read + 1 write. I think this could
mislead developers who follow this example to write their migrations
---------
Co-authored-by: Bastian Köcher <[email protected]>
parent
5f31981d
Pipeline
#474237
waiting for manual action
with stages
in
1 hour, 11 minutes, and 4 seconds
Please register or sign in to comment