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)
In order to integrate
contracts-node-runtime
to drink! (#46) we have to makeRuntime
trait generic overAccountId
andBlockNumber
. Unfortunately, we cannot integrate it yet due to the dependency conflict (to be resolved hopefully soon).Additionally, we pin
parity-scale-codec-derive
andparity-scale-codec
to3.6.5
, because updating to the recent3.6.6
breaks build...There are also some irrelevant changes from formatter (apparently it is not run in CI)