-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine the borsh implementation (#45)
* Fix the build * Bump dependencies * Rewrite borsh tests to catch more errors In particular, test at byte boundaries and try some unusual (large) uints * Replace vec! from deserialization with static array * Simplify borsh serialize and deserialize * Simplify BorshSerialize trait boundsy
- Loading branch information
1 parent
c99730e
commit 0a54994
Showing
3 changed files
with
134 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters