issues
search
paritytech
/
polkadot-sdk
The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.89k
stars
696
forks
source link
Improve CheckMetadataHash: make it constant time and compile error on wrong env variable
#6141
Closed
gui1117
closed
3 weeks ago
gui1117
commented
4 weeks ago
The compilation now panics if the optional compile-time environment variable
RUNTIME_METADATA_HASH
contains an invalid value.
The weight for the
CheckMetadataHash
transaction extension is more accurate as it is almost compile-time.
RUNTIME_METADATA_HASH
contains an invalid value.CheckMetadataHash
transaction extension is more accurate as it is almost compile-time.