casper-network / casper-sidecar

Apache License 2.0
2 stars 8 forks source link

Use EntityAddr instead of AddressableEntityHash #275

Closed jacek-casper closed 3 months ago

jacek-casper commented 3 months ago

The initial code was written before EntityAddr was introduced, so we didn't use it, but now that EntityAddr exists, it should be used here instead for consistency with other code (like for example GetDictionaryItem).

Depends on https://github.com/casper-network/casper-node/pull/4653.