Anton Gushcha
Anton Gushcha
We have long standing problem with the website as it doesn't represent the current state of the project. I suggest deploying a new version at `ergvein.net` and stick to `ergvein`...
``` > ./shells.sh ... unpacking source archive /private/tmp/nix-build-source.drv-0/9d85c4ac31eb9988ecaf9830f1ac2122bca54313.tar.gz unpacking 'https://github.com/hexresearch/nixpkgs/archive/fe0f7dd396ef4043819048d31e5fc85b2379b831.tar.gz'... unpacking 'https://github.com/nix-community/fenix/archive/b7fd78ca0973bf19966ffe1ec8f7f69cce337853.tar.gz'... error: attribute 'stdenv' missing, at /nix/store/8r4s3ngf2i6c9jxqyr8kkgaz47v8i01h-source/pkgs/build-support/cc-wrapper/default.nix:62:8 (use '--show-trace' to show detailed location information) ``` Device: ``` Darwin Kernel...
Due security reasons it is better to embed such things as we can suffer from https://blog.malwarebytes.com/android/2021/02/barcode-scanner-app-on-google-play-infects-10-million-users-with-one-update/
Master with `--testnet` flag is broken. Need to add testnet build to CI to prevent this in future.
* Pass pedantic flag to nix files. Default is false. * Pass to ghc via nix overrides * These will help to keep master clean
Task is to integrate downloadable manual on our website. Find a good place for it, possible choices: * Download page * Main page near one paper
Tampering with DNS is possible attack direction, so we need to support one of the encrypted versions of hostname resolving. Possible protocols: DNS over TLS, DNS over HTTPS, DNSCrypt, Anonymized...
* Nixos module to setup example hidden service for indexer * Accept onion urls for indexers in wallet * Node discovery for onion enabled indexers * Seeding onion nodes in...
Provide reflex API to create system notification about event. ``` haskell newtype ChannelId = ChannelId { unChannelId :: Int } data NotificationPriority = PriorityMin | PriorityLow | PriorityDefault | PriorityHigh...
Separate service with embedded DNS server that designed to monitor indexers that has good uptime and updates DNS record. Reference: https://github.com/sipa/bitcoin-seeder https://github.com/bitcoinj/httpseed