Tezlink/Kernel/Storage/SDK: Store and read binary data in durable storage
Previous MR
Next MR
What
Implement functions to read binary data in the durable using BinWriter and NomReader trait. Functions are similar to rlp with Encodable and Decodable trait.
Also replacing U256 balance in BigUint in tezlink account, at the same time testing the MR by implementing NomReader and BinWriter for BigUint
Why
Tezlink stores data in binary instead of rlp, having helping function to read is a good thing
How
Manually testing the MR
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Arnaud Bihan