Elliot Lee
804094b1ce
Fix generateXAddress() and generateXAddress() with no entropy ( #1211 )
...
Fix #1209
Calling: Uint8Array.from(undefined)
Throws:
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
at Function.from (<anonymous>)
* generateSeed: Pass only entropy and algorithm
* Update typescript and ripple-keypairs
* Improve unit tests
* Rename [Original Address] to [Classic Address] in test output
2020-02-18 11:14:09 -08:00
FKSRipple
f6b3f661d6
Merge branch 'develop' into connection-cleanup-tests
2020-01-10 16:15:16 -08:00
Fred K. Schott
e3822e6bc3
refactor tests for the new connection logic
2020-01-08 12:20:58 -08:00
Elliot Lee
138e7942da
Add support for AccountDelete ( #1120 )
...
https://xrpl.org/accountdelete.html
2020-01-06 04:01:10 -08:00
Fred K. Schott
2145c104fd
run prettier format
2019-12-17 10:35:59 -08:00
Elliot Lee
29bc5303ae
Fix tests ( #1109 )
...
* Revert "[docs] Update getTransactions example request/response (#1106 )"
This reverts commit 5314e5e7e9 .
* Redo #1106 but with passing tests
2019-12-11 22:54:33 -08:00
Fred K. Schott
84097a3179
move the remaining RippleAPI tests to the new test runner
2019-11-26 16:52:21 -08:00
Fred K. Schott
a94b48be50
improve the test runner
2019-11-26 16:34:17 -08:00
Fred K. Schott
b77a12fd0d
Add test runner for RippleAPI, begin to break up large test file
2019-11-13 19:47:49 -08:00