-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional varint types and bitflags (#163)
* Implement more varint variations * clean * varint128 * Update varint.js * Add bitflags * logging fix * fix BigInt handling for bitflags.shift * run CI against protodef fork * update test bigint handling * update ProtoDef submodule * update submod * Update package.json
- Loading branch information
1 parent
67b411a
commit 89c2588
Showing
7 changed files
with
297 additions
and
52 deletions.
There are no files selected for viewing
Submodule ProtoDef
updated
6 files
+26 −2 | doc/datatypes/numeric.md | |
+39 −0 | doc/datatypes/utils.md | |
+5 −0 | schemas/datatype.json | |
+12 −0 | schemas/numeric.json | |
+14 −0 | schemas/utils.json | |
+135 −2 | test/utils.json |
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
Oops, something went wrong.