inkdevhub / drink

De-chained Ready-to-play ink! playground
Apache License 2.0
69 stars 15 forks source link

Be generic over account and block number #47

Closed pmikolajczyk41 closed 1 year ago

pmikolajczyk41 commented 1 year ago

In order to integrate contracts-node-runtime to drink! (#46) we have to make Runtime trait generic over AccountId and BlockNumber. Unfortunately, we cannot integrate it yet due to the dependency conflict (to be resolved hopefully soon).

Additionally, we pin parity-scale-codec-derive and parity-scale-codec to 3.6.5, because updating to the recent 3.6.6 breaks build...

There are also some irrelevant changes from formatter (apparently it is not run in CI)