Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Conversation

natenichols
Copy link
Contributor

@natenichols natenichols commented Jun 11, 2021

High Level Overview of Change

Modifies HEX_REGEX to accept lowercase hex.
fixes #132

Context of Change

Rippled api now encodes some UInt64 values as lowercase hex. Modifying this regex allows the binary codec to encode Uint64s that are lowercase hex.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Tests (You added tests for code that already exists, or your new feature included in this PR)
  • Documentation Updates
  • Release

@natenichols natenichols requested a review from intelliot June 11, 2021 16:12
@natenichols natenichols merged commit 350a3a2 into master Jun 11, 2021
ledhed2222 pushed a commit that referenced this pull request Oct 13, 2021
@ledhed2222 ledhed2222 deleted the uint64-lower-case branch October 13, 2021 20:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some objects can not be encoded, resulting in "not valid hex" error.
2 participants