nhartner

Results 8 issues of nhartner

IlpOverHttpLink constructor requires both outgoingUrl and bearerTokenSupplier parameters. This should only be required if the IlpOverHttpLink needs to send packets. It should not be required for an incoming-only IlpOverHttpLink. Consider...

enhancement

xrpl4j currently only implements a JSON RPC client. It would be useful to add support for event subscripts (see https://xrpl.org/subscribe.html) via Websockets.

enhancement
xrpl-client

Right now it's possible to create an accountSettings with isConnectionInitiator=true but without any outgoingLinkSettings. This should fail validation because a connection initiator must have outgoing settings in order to create...

v1.0

Currently DefaultCcpSender.startBroadcasting schedules route updates to be triggered on a fixed schedule (e.g. every 30s). The JS connector uses more dynamic scheduling to throttle sending up or down. We should...

bug
routing

For admin endpoints (PUT/POST accounts/\*, PUT /routes/\*, POST /encryption/\*) , we should have tests to validate that correct basic auth admin credentials are required. These endpoints shouldn't be accessible if...

Make sure that DefaultSettlementService follows latest RFC https://github.com/interledger/rfcs/blob/master/0038-settlement-engines/0038-settlement-engines.md Make sure unit and integration test coverage is sufficient. Related to #190, #220 and #216 Also see https://github.com/interledger-rs/interledger-rs/pull/507

settlement

Go through code in routing-api/impl and make sure test coverage is sufficient.

Good first issue
routing