Eknir
Eknir
Adjust deprecation notice, mention archiving. @vandot , when merged you can archive the repo. Thanks
This project will soon be officially deprecated. Please add a deprecation notice to the README.md and the `about` section (`about` is visible on the home page of this repo, I...
It is possible that the node shuts down, while it is waiting for a transaction to be executed. Perhaps we should keep a list of cheques and mark them as...
When cashing a cheque, we should include a cheque on actually getting the money from the chequebook after cashing the cheque. This can be done by: 1) reading the balance...
A Swarm never trigger a `ChequeBounced` event on the chequebook smart-contract side. Currently, a node will happily boot up and allow you to send cheques with an unfunded chequebook. This...
Currently, we are returning from submitting / cashing a cheque right after we get the first confirmation. Due to the nature of the blockchain we should wait 25 blocks to...
Every time we do a blockchain interaction, there is a need to specify a `context`, in which we can specify a timeout. Currently, we are not consistent in using this...
https://github.com/ethersphere/swarm/issues/1885 prevents a node from sending cheques that can be bounced. This issue is about the action which a node takes when the smart-contract of a peer emits a `ChequeBounced`...
Now that the first iteration of simulations are finished, it should be instantiated with automated runs. These automated runs should run once every night, both on the testnet cluster and...
Fixes ``` TypeError: Cannot read property 'rpc' of undefined at /home/rinke/Projects/goerli-faucet/src/helpers/blockchain-helper.js:13:89 ``` upon running `npm start`