casper-network / casper-node

Reference client for CASPER protocol
https://casper.network
Apache License 2.0
390 stars 222 forks source link

Implement extract `Uref`s routine for `CLValue` in Capnproto #2765

Closed devendran-m closed 2 years ago

xcthulhu commented 2 years ago

In particular, we need to port the following routine https://github.com/xcthulhu/casper-node/blob/7881d1d6638a8c4fab447b47dfb8b957ef77f8bd/execution_engine/src/core/runtime/mod.rs#L162-L162

xcthulhu commented 2 years ago

CLValue needs to stay in bytesrepr/borsh format for compatibility reasons.

The new API is not planned to be structured around CLValue.

Closing this for now.