-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Light Node feature added. * Ride V8 library version added. Tests updated. (#1255) * Ride V8 library version added. Tests updated. * Replaced map initialization with for cycle. * Some BigInt functions revaluated. Function removeByIndex revaluated. (#1256) * Add attachment field in order (#1140) * add attachment field in order * fix tests * Add more info to the error message. Refactor a bit 'TestAttachmentInOrder'. * add new feature and ride v8 for attachment in order * Correct features order ('TransactionStateSnapshot' == 22). * Bound exising logic to 'TransactionStateSnapshot' feature (version 1.5.0) according to the NODE-2531 task. * fix sign for order with attachment * fix issues and add tests * fix linters issues * create type for order's version * add test for order with rideV8 * Replace type alias with type for OrderVersion. * Type of the attachment in the Ride Order type updated to "ByteVector|Unit". * Old feature naming removed. Existing function Size of Attachement used to check the length of order's attachement. * Comments fixed. Obsolete TODO removed. --------- Co-authored-by: Nikolay Eskov <[email protected]> Co-authored-by: Alexey Kiselev <[email protected]> * Ride function replaceByIndex implemented and tested. (#1257) * Ride function replaceByIndex implemented and tested. * Arguments checks of list functions replaced by call to checkArgs function. Constant moved to function where it used. Functions max and min renamed to listMax and listMin because of the collision with built-in functions. * CalculateDelay Ride function implemented and partially tested. (#1259) * CalculateDelay Ride function implemented and partially tested. * Funciton calculateDelay updated according to new specification. Tests added. * Irrelevant comment removed. New function ID fixed. * Tests on correct scopes handling by estimator and evaluator added. (#1264) * Tests on correct scopes handling by estimator and evaluator added. Few compilation errors of FOLD fixed. Comparison of Any type to other types fixed in compilation. * Added test on FOLD compilation. Fixed SimpeType Equal function. * Deactivation of Ride versions 1, 2 and 3 on Light Node feature activation implemented. (#1278) Test added. --------- Co-authored-by: Anton Ilin <[email protected]> Co-authored-by: Nikolay Eskov <[email protected]> * Transaction version validation restored after activation on feature 22. (#1346) * Transaction version validation restored after activation on feature 22. * Fixed checkVersion parameter initialization. * Linter issues fixed for verifier.go. * Exchange transaction validation functions linter issues were fixed. * Simplified verification of Exchange transactions by interface type. * Stringer added to TransactionType for correct naming of transactions in API error messages. Simplified switch-case in verifier with private interface for transactions that supports Verify function. * Made Light Node feature disabled. It will be turned on in separate PR. * Error message improved. Comment fixed. --------- Co-authored-by: Nikolay Eskov <[email protected]> Co-authored-by: Anton Ilin <[email protected]>
- Loading branch information
1 parent
61d52d6
commit 85fc27e
Showing
57 changed files
with
2,349 additions
and
733 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
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.