AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
133 stars 80 forks source link

storage null value not handled properly #542

Closed qiweiii closed 10 months ago

qiweiii commented 10 months ago

fixes: #515

ermalkaleci commented 10 months ago

This is very tricky

qiweiii commented 10 months ago

the storage-migrate test is not passed because before this pr, null value storage is marked as Deleted, so the storage-migrate test works, but now it allows null value... so maybe there is some info that can help us distinguish different kinds of null values?

ermalkaleci commented 10 months ago

leave this to me

ermalkaleci commented 10 months ago

I think it should work. but let me confirm

ermalkaleci commented 10 months ago

yes it works fine. Just value needs to be '0x'

ermalkaleci commented 10 months ago

no change is needed