Chenna Keshava B S
Chenna Keshava B S
`pip install -r requirements.txt` causes the following error on Mac OS Catalina 10.15: ``` ERROR: Could not find a version that satisfies the requirement en-core-web-sm (from -r requirements.txt (line 9))...
This commit seeks to eliminate the use of the empty struct Coro_create_t. To my knowledge, empty structs are used for tag dispatch or method coloring. Both of these use cases...
Rectify the import paths of boost/iterator as suggested by compiler warnings ## High Level Overview of Change MSVC 19.x reports a warning about import paths in boost for function_output_iterator class....
use type_traits and static asserts instead of unit tests - [ X ] Refactor (non-breaking change that only restructures code) - [ X ] Tests (You added tests for code...
This PR removes old inaccessible code-paths. - certain portions of the code are marked with `#if 0 ... #endif`. These code portions never make it into the assembly stage and...
This PR seeks to solve issue #3435 ## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes...
## High Level Overview of Change This Pull Request deletes the default constructor from SecretKey and PublicKey classes. All the constructed Public Keys are valid, non-empty and contain 33 bytes...
## High Level Overview of Change Fix #3284 This PR purports to make the response of the submit command identical -- irrespective of whether a binary blob or JSON is...
## High Level Overview of Change This PR includes additional unit tests for testing deletion of trust lines. ### Context of Change The tests verify if the trust lines are...
## High Level Overview of Change This is an attempt to address the concerns raised in https://github.com/XRPLF/xrpl-py/issues/356 Many thanks to @ximinez for brain-storming with me and giving me these ideas....