-
## Recent thread [moved here (2020+)](https://github.com/ethereumclassic/ECIPs/issues/394)
---
lang: en
ecip: 1049
title: Change the ETC Proof of Work Algorithm to the Keccak-256
author: Alexande…
-
Connector is calling `getPrefix` which throws an exception.
Here's the `plugin-bells` instance when the `getPrefix` is called.
```
FiveBellsLedger {
_events:
{ '_rpc:notification': [Functi…
-
In light passing the 100 (!) repo milestone in Interledger.js, I think it's time for some house cleaning. The sheer number of repos, many of which are named similarly or duplicate functionality, is fa…
-
Currently the example is:
``` js
const sender = ILP.createSender({
_plugin: FiveBellsLedgerPlugin,
prefix: 'ilpdemo.red.',
account: 'https://red.ilpdemo.org/ledger/accounts/alice',
pas…
-
The CLI should ask for the peer's hostname and fetch the public key automatically.
It's nice if you can override the public key used in the plugin-virtual options, but this is an advanced use case …
-
- https://github.com/interledger/rfcs/blob/master/0003-interledger-protocol/0003-interledger-protocol.md
defines a set of ILP related errors.
- It's expected that those ILP error messages will be…
-
Thanks for @emschwartz for pioneering this line of thinking and forcing me to write it up for discussion and - eventually - posterity.
### History
When the [first prototype](https://github.com/j…
-
Rethinking a conversation with @sappenin yesterday, now that Interledger payments no longer touch the underlying ledgers directly, Alice is no longer sending money "to Bob@Ledger", she is sending it "…
-
Brought to you from our sponsors at holy ****, there are still ways to simplify ILP...
This is a follow-on to @adrianhopebailie's famous ticket #270. He was the first to recognize that executionCon…
-
in http-ilp, the client generates a `Pay-Token`, which needs to be sent as data on each payment, and which is unrelated to the shared secret.
It looks like the token is added as data in the ILP pac…