Elliot Lee
547b63b891
Run prettier (yarn format)
2020-04-27 12:06:18 -07:00
Elliot Lee
c26ddb497e
Add api.connection.getReserveBase() ( #1259 )
...
* Returns the current minimum reserve, in drops of XRP, that is required
for an account.
* Release 1.6.6-beta.2
2020-04-27 10:02:03 -07:00
Nicholas Smith
c17827e030
Assign event listener to socket close event on open before attempting post-open logic ( #1186 )
...
* Assign event listener to socket close event on open before attempting to execute post-connection logic, prottects possible unhandled rejection in disconnect
* Remove try/catch for linting failure
* Up timeout for CI failure
* Feedback emit error for disconnection failure on connect failure
* Feedback ignore error on disconnect, propagate root cause
* Feedback add extra test check for expected error on connect
* Feedback remove setTimeout for await reconnect
2020-01-28 09:08:47 -05:00
Nicholas Smith
e03b192fcc
Catch possible error in reconnect() on _heartbeat(), emit reconnect error
2020-01-15 12:36:39 -05:00
FKSRipple
f6b3f661d6
Merge branch 'develop' into connection-cleanup-tests
2020-01-10 16:15:16 -08:00
FKSRipple
c564400ac4
Merge pull request #1119 from ripple/connection-cleanup-ledger
...
Add LedgerHistory to Connection
2020-01-10 16:07:08 -08:00
Fred K. Schott
30cf4f0b00
cleanup event listeners
2020-01-08 12:20:58 -08:00
Fred K. Schott
e4bb88a725
clarify comment
2020-01-08 12:20:58 -08:00
Fred K. Schott
e3822e6bc3
refactor tests for the new connection logic
2020-01-08 12:20:58 -08:00
Elliot Lee
f3dd2fec99
Merge pull request #1098 from nickewansmith/fix-possible-unhandled-throw-on-send
...
Adds unit test for ripple#1092, fixes unhandled throw on upgraded ws send
2020-01-05 19:51:58 -08:00
Fred K. Schott
fc524894c6
add ledger to connection
2019-12-18 11:35:47 -08:00
Fred K. Schott
2145c104fd
run prettier format
2019-12-17 10:35:59 -08:00
Fred K. Schott
9580397558
cleanup the connection config
2019-12-16 17:26:00 -08:00
Fred K. Schott
cf544b74f5
fix msg abbreviation
2019-12-16 17:25:21 -08:00
Fred K. Schott
312f831efb
cleanup the connection trace logic
2019-12-16 11:57:51 -08:00
FKSRipple
439a611a9e
Add a heartbeat to detect hung connections ( #1101 )
...
* disconnect is now reconnect on heartbeat fail
2019-12-14 10:23:09 -08:00
Nicholas Smith
fa6a2c5bbb
Adds unit test for ripple#1092, fixes unhandled throw when not connected on send due to upgraded ws module
2019-11-17 01:28:19 -05:00
Fred K. Schott
ac0f265a5b
move tests to TypeScript
2019-10-28 10:53:36 -07:00