Cleaning up due to D1202
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 16 2018
Cleaning up due to D1202
Cleaning up due to D1202
Cleaning up due to D1202
Cleaning up due to D1202
Fix tab/space issue in Cmake file
Fixup: add missing breaks, rename op_codes.cpp to monolith_opcodes.cpp
Mar 15 2018
Fix spaces to tab in Cmake file
Rename op_code.cpp file to op_codes.cpp
Update op_codes.cpp to use SCRIPT_ERR_INVALID_BITWISE_LENGTH
Fixup: Bitwise error message
Update Bitwise error message
Rename op_code.cpp to op_codes.cpp
Rename op_code.cpp to op_codes.cpp
Mar 8 2018
This implementation doesn't reuse previous opcodes
Mar 5 2018
Add unit tests
Merging diffs so this is no longer needed.
Feb 28 2018
In D1141#21176, @deadalnix wrote:There are no tests.
In D1090#20327, @deadalnix wrote:Ok, before this move forward, you some code to gate the activation of the new opcodes. There should remain invalid until the fork is activated.
Fixes tabs to spaces
Update comments and add OP_BIN2NUM definition in script.cpp
Feb 27 2018
Add OP_NUM2BIN definition in script.cpp
Update variable names for clarity
Added default case statement
Fixup that re-inserts code that was dropped off from previous commit (this one still uses c++11 style loops)
I've added https://reviews.bitcoinabc.org/D1139 to be used for MTP activation... Since it's a trailing indicator ABC will likely activate after BU's activation by local system time.
Feb 22 2018
Switch for loops to c++11
Feb 16 2018
Add default case statement
Unit tests are attached and may be executed with ./test-bitcoin --run_test=op_code
Unit tests are attached and may be executed with ./test-bitcoin --run_test=op_code
Unit tests are attached and may be executed with ./test-bitcoin --run_test=op_code
Adds unit tests
Adding unit tests
Adds unit tests
Adds Bitwise functionality into interpreter.cpp
Adds unit tests for the Bitwise operations
Unit tests are attached and may be executed with ./test-bitcoin --run_test=op_code
Removes tests for deprecated opcodes (LEFT,RIGHT,SUBSTR)
Unit tests are attached and may be executed with ./test-bitcoin --run_test=op_code
Fixup
Feb 15 2018
Updating copyright date
In D1094#20090, @kyuupichan wrote:In C++ there is a corner-case where the maximal negative integer, divided by -1, overflows. Is there something similar in script?
Removing autolinting
Removing autolinting
Fixing auto-linting