-
The docker env "RPC_PASSWORD" shouldn't have a default password set. It's a potential security lack
-
A common way in email marketing is to have co doi registrations. We should support that feature somehow too. Can be part of an external module.
-
when pushing to the doichain/node-only branch docker hub is crashing with
**Build failed: The command '/bin/sh -c locale-gen ${OS_LOCALE}' returned a non-zero code: 127**
-
When a Confirmation - dApp receives a DOI - confirmation all data are written into the blockchain.
The data inside the local MongoDB on the Send-dApp is never getting informed about confirmed Opt-Ins…
-
make sample multisig transaction so it can serve as a possible sample for the coming MultitSig workflow example
-
At the moment we try to make the name_firstupdate call repeatly until the transaction is mined but we should check for the new transactions and compare them with the name_new transaction. Thats more s…
-
Steps to reproduce:
1. ``git clone https://github.com/Doichain/docker.git``
2. Switch to branch 0.0.1 ``cd docker; git checkout 0.0.1``
3. Build docker image with: ``docker build .`` - wait
4.…
-
After sending a new doi-in request via:
```curl -X POST -H 'X-User-Id: xxxxx' -H 'X-Auth-Token: yyyyyy' -i 'http://x.x.x.x/api/v1/opt-in?recipient_mail=my-email@mydomain.com&seder_mail=info@doicha…
-
At the moment the doi mails will be send after 2 blocks at the earliest. Thats too slow in most common cases. We should let the send dapp communicate directly with the confirmation dapp so the doi mai…
-
the current dApp logic widely uses cron jobs in order to pick work from or write data to the blockchain.
when a REST-API call for /opt-in is received:
e.g. https://github.com/Doichain/dapp/blob/mast…