-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.0.8 - Additional uint typecasting methods (#28)
* Implement toUintXX for 64, 96 and 128 bits (#25) * include toUintXX for 64, 96 and 128 bits * Update tests to follow same style as the others * Fix README with correct example of import from NPM * Update dependencies * Bump version to 0.0.8 Fixes #27
- Loading branch information
Showing
6 changed files
with
151 additions
and
333 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"package_name": "bytes", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Solidity bytes tightly packed arrays utility library.", | ||
"authors": [ | ||
"Gonçalo Sá <[email protected]>" | ||
|
Oops, something went wrong.