-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* . * Initial commit of testing Applying operators * Apply Operators * Divmod * . * OpConcat * Finish opsubstr * Added OpStrLen * Added further tests * Added OpSha256 * Added OpGr * added negative tests for gr of more than 2 arguments and less than 2 arguments * Added OpEq * Added OpAsh & OpLsh - without tests * Added OpAsh * Oplsh * Partial fix for dynamic int sizing IntToBytes() * . * Fixed int to bytes * added OpDefaultUnknown * Changed Sexp to use List<> rather than [] because python [] and () are handled differently. OpAny added * Added OpAll * Added OpLogand * Added OpLogior * Added OpLogxor * Added LogNot * Added OpPubKeyForExp * OpPubkeyForExp * OpGrBytes * Added KEYWORD_FROM_ATOM && KEYWORD_TO_ATOM * Added OpDefaultUnknownTests * . * Removed warnings on tests when doing implicit conversions between int and bigint --------- Co-authored-by: kev <kev@darkhorse>
- Loading branch information
1 parent
20cfa46
commit 895a161
Showing
31 changed files
with
1,738 additions
and
510 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
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.