integritee-network / pallets

Other
10 stars 14 forks source link

Polkadot update v0.9.42 #175

Closed OverOrion closed 1 year ago

OverOrion commented 1 year ago

See the following substrate PRs for details:

For the last one I opted for suppressing the warning, but will open an issue for benchmarking it.

Closes https://github.com/integritee-network/pallets/issues/172

OverOrion commented 1 year ago

Did the required followup changes, but now there is an internal substrate error: `Self::mutate_account``` will fail withNoProviders`.

The error originates from inc_consumers, where the providers field shoul not be 0.

Currently investigating why this happened.