paritytech / json-rpc-interface-spec

30 stars 3 forks source link

Unclear what happens if an empty list of items is passed to `chainHead_unstable_storage` #141

Open tomaka opened 8 months ago

tomaka commented 8 months ago

Should it return an error? Should it start an operation anyway and return Done immediately?

josepot commented 8 months ago

Should it start an operation anyway and return Done immediately?

That's what we assumed, yes.