hyperledger / besu-native

Apache License 2.0
13 stars 36 forks source link

chore: update to a version of rust-verkle which uses little endian #143

Closed kevaundray closed 8 months ago

kevaundray commented 8 months ago

This uses a version of rust-verkle which uses little-endian.

This is not a breaking change because we change the endianness in the jni library. We can make a separate PR to change besu-verkle and other components to use little endian. Doing it this way reduces the amount of moving parts to making this change.

kevaundray commented 8 months ago

This is based off #139 -- once that is merged the diff will be smaller