This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Order objects consistent with 0.2.6 #96
Merged
Merged
Changes from all commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
b497c3e
rewrote enums in TS
natenichols 3bbef14
linted changes
natenichols 045c13b
added resolveJSONModule
natenichols 0f1788c
changed field to types instead of class
natenichols bdf13f7
renamed enums to definitions
natenichols e76e34f
renamed enums -> definitions
natenichols 3446499
refactored binary-parser
natenichols 4a93464
rewrote ./src/serdes
natenichols 878cd2f
merged master into dev to stay up to date
natenichols c25f515
added documentation
natenichols 62eca89
Changed definitions -> enums
natenichols af28355
changed parameter names
natenichols c095367
renamed arrays to bytesArray
natenichols 7f594fd
updated readFieldValue() documentation
natenichols 10942dc
Merge branch 'master' into dev
natenichols cb62ee0
added checking for type and field codes
natenichols a16441f
tested scenarios where type and field codes were invalid
natenichols e160c3a
added test where both field and type code out of range
natenichols 941347b
resolved merge conflict
natenichols f24fd33
ran linter
natenichols 577aa50
changed field back to nth
natenichols e6fe5a5
Merge branch 'master' into dev
natenichols 8f98b22
refactored hash and all derived classes
natenichols cdf5b7d
refactored src/types/blob
natenichols 0caec5e
doc-ed SerializedType
natenichols 1d1e11a
doc-ed SerializedType
natenichols e0dbd9f
doc-ed SerializedType
natenichols 47de9af
added documentation for types
natenichols 8930f2a
changed toBeNull to toBeUndefined
natenichols 6ad5e5c
Updated for Pull Request comments
natenichols b9e891d
added readonly to SerializeTypeClass.bytes
natenichols b2fd4f9
flagged _iso private
natenichols dfc5ead
refactored UInt and derived classes
natenichols 598e511
Merge branch 'master' into dev
natenichols d264ac3
added docs
natenichols 75734b2
made UInt abstract
natenichols a28e97d
refactored ./src/path-set
natenichols a77a2d2
linted code
natenichols fd082a3
removed linting comment
natenichols a79476d
added documenation for PathSet
natenichols baeae1e
merged master into dev
natenichols cce6fc0
removed a console.log that was used to debug
natenichols b7d3f9d
switching branches
natenichols 6f98ea0
refactored for PR
natenichols 13e2174
added brackets to if
natenichols 8343c81
added linter to put space before comments
natenichols 18d3416
merge branch working on STArray
natenichols 4e09893
refactored STArray
natenichols 7bb9bf8
documented STArray Class
natenichols 6b2c66a
Merge branch 'dev' of https://github.com/ripple/ripple-binary-codec i…
natenichols 92c9247
refactored Amount.ts
natenichols c07744d
switching branches
natenichols f34af9b
refactored STObject
natenichols 58b0c4b
renamed base classes
natenichols b27d6c1
added .prototype to test
natenichols 60588dd
merged stobject-refactor into dev
natenichols d08df74
Documented STObject class
natenichols 9e4a6b4
removed commented out code
natenichols 3ad960a
removed commented out code
natenichols efa7141
Merge branch 'dev' of https://github.com/ripple/ripple-binary-codec i…
natenichols e40cfa6
ran linter
natenichols 4f95b78
changed string literals to constants
natenichols a9102f1
got rid of ./utils
natenichols 55e39ef
finished refactor
natenichols 0881fd0
merged master into dev
natenichols 170abc9
updated exports
natenichols 2728f31
updated exports
natenichols 146e19d
removed partial application of function
natenichols fdaa576
removed unknown types
natenichols 58a3569
documented index
natenichols 1589c79
add JSON recursive type
natenichols 57b4701
add JSON recursive type
natenichols f1301c1
Merge branch 'dev' of https://github.com/ripple/ripple-binary-codec i…
natenichols 68b5aff
make .from methods accept generics
natenichols dc55040
Merge branch 'dev' of https://github.com/ripple/ripple-binary-codec i…
natenichols 8a25d41
prepare for 1.0.0-rc1
natenichols f564c20
prepare for 1.0.0-rc1
natenichols 5f3fbd4
version to 1.0.0-rc1
natenichols cd12341
modified API to take object types
natenichols 23c381c
Update order of Hop and Amount objects
natenichols 92e9ed1
update version to 1.0.0-rc3
natenichols File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, oops
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait, so this was a regression, not one of my oopses