-
Error is:
```
2017-05-05T14:11:06.208Z ledger:app info syncing database
2017-05-05T14:11:06.235Z ledger:app info database sync aborted. Error was: { Error: spawn pg-migrator ENOENT
at expo…
-
five-bells-ledger now uses its own src/lib/knex.js, so the sequelize-based lib/db.js in this repo can probably be removed now? Or is some other dependent still using it?
-
When setting the payment repeat time very low payments fail.
Instead of retrying or failing gracefully it breaks.
```
UTION_CONDITION", "EXPIRES_DTTM", "LEDGER", "PROPOSED_DTTM", "STATUS_ID",…
-
Most ILP nodes run ilp-kit, meaning that the most recent ilp-kit version dictates the ilp-connector version and ilp-plugin-bells version everybody should use. Currently, it's:
* ilp-kit version 1
…
-
When you send a payment from an `ilp-kit A` 'user' account in Ledger A to the `ilp-kit B` connector's account in Ledger B there is an issue with the payment.
Ledger A believes the payment has faile…
-
The ILP kit depends on `koa.io@0.0.3`. This module has several dependencies with known vulnerabilities. Moreover, it seems not to be maintained anymore, so patches are unlikely.
Can we use an alte…
-
If you click either *Docs* in the header or *Back to Overview* in the sidebar from https://interledgerjs.github.io/five-bells-ledger/apidoc/ you end up at https://interledgerjs.github.io/overview.html…
-
`curl -X PUT -H "Authorization: Basic XXXXXXXXXX=" -H "Content-Type: application/json" -d '{ "destination": "account@interledger", "sourceAmount": "5", "destinationAmount": "5", "message": "Some m…
-
Using SQLite as database and using an in-memory storage, changes are not persistent during the lifetime of the knex object. I use the following code to connect my database:
```
var knex = require('kn…
-
# Abstract
BigchainDB misses an official implementation for the JavaScript Driver.
[Release 0.3](https://github.com/bigchaindb/bigchaindb/releases/tag/v0.3.0) introduces cryptoconditions and a new fo…