Skip to content
Snippets Groups Projects
  1. Jul 01, 2020
  2. Jun 30, 2020
  3. Jun 29, 2020
  4. Jun 28, 2020
  5. Jun 26, 2020
  6. Jun 25, 2020
    • Luca Moser's avatar
      Enriches the message dashboard page with additional fields (#554) · b26c1140
      Luca Moser authored
      * adds missing port to default bind address
      
      * defer backgroundworker stop log
      
      * terminate bootstrapper first
      
      * fix weird background worker name
      
      * fix msg metadata not getting released, add msg timestamp to explorer msg
      
      * adds additional fields to the message view on the dashboard
      b26c1140
    • Thoralf-M's avatar
      Remove repetition of words (#555) · 2b30696d
      Thoralf-M authored
      2b30696d
    • Wolfgang Welz's avatar
      Test: Set PoW difficulty in integrations tests to 2 (#552) · 0144e51e
      Wolfgang Welz authored
      * set pow difficulty in integrations tests to 4
      
      * change test-network pow difficulty to 2
      0144e51e
    • Ching-Hua (Vivian) Lin's avatar
      feat: Implement faucet dApp (#531) · a15f2729
      Ching-Hua (Vivian) Lin authored
      * Feat: Integrate faucet page to SPA plugin
      
      * Feat: Add Link to get txn of issued address
      
      * Feat: Add faucet payload
      
      * Feat: Add faucet plugin and minor tweaks
      
      * Fix: Check payload type after the txn is solid
      
      * Fix: Update package name
      
      * Fix: Fix payload test
      
      * Test: Add faucet test
      
      * Refactor: Minor tweaks in plugin/faucet.go
      
      * Feat: Add faucet webapi
      
      * Feat: Apply faucet plugins
      
      * Feat: Apply messagefactory and update to latest develop
      
      * Fix: Fix import error
      
      * Fix: Fix tests in binary/faucet
      
      * Feat: Integrate faucet page to SPA plugin
      
      * Feat: Add Link to get txn of issued address
      
      * Feat: Add faucet payload
      
      * Feat: Add faucet plugin and minor tweaks
      
      * Fix: Check payload type after the txn is solid
      
      * Fix: Update package name
      
      * Fix: Fix payload test
      
      * Test: Add faucet test
      
      * Refactor: Minor tweaks in plugin/faucet.go
      
      * Feat: Add faucet webapi
      
      * Feat: Apply faucet plugins
      
      * Feat: Apply messagefactory and update to latest develop
      
      * Fix: Fix import error
      
      * Fix: Fix tests in binary/faucet
      
      * refactor: Update to latest usage
      
      * fix: Update go.mod, go.sum
      
      * refactor: Disable faucet plugin by default
      
      * fix: Update to latest changes
      
      * feat: Add faucet payload layout
      
      * refactor: Move faucet to dapps
      
      * feat: Enable the faucet to send funds :sparkles:
      
      * Fix: fix tests
      
      * fix: Fix test
      
      * fix: Initiate LedgerState
      
      * Update packr on dashboard
      
      * refactor: refactor SendFunds in faucet dapp
      
      * feat: Add faucet integration test
      
      * feat: Add faucet integration test to script
      
      * doc: Add function descriptions
      
      * fix: fix wrong parameter in CheckBalances
      
      * fix: fix :dog:
      
      * fix some stuff
      
      * make the faucet configurable via CLI flags
      
      * make the faucet seed a parameter in the integration tests
      
      * activate the faucet on the peer master in docker-network
      
      * fixes wrong address route in faucet view
      
      * improves faucet processing log message
      
      * fix log messages in faucet dapp
      
      * improve error message further
      
      * fixes unit tests
      
      * adds tool to auto. gen. address
      
      * dog
      
      * wait for faucet funding tx to get booked before processing the next request
      
      * make the dog stay silent
      
      * decrease pow difficulty to 1 in int. tests
      
      * use 4 as the pow difficulty in integration tests
      
      * :dog:
      
      
      
      * fix integration tests
      
      * dec. pow diff to 1
      
      * use 0 for the faucet integration test
      
      * use a worker pool to serve faucet funding requests
      
      Co-authored-by: default avatarLuca Moser <moser.luca@gmail.com>
      a15f2729
    • Angelo Capossele's avatar
      Change worker count to use GOMAXPROCS (#549) · 9696c899
      Angelo Capossele authored
      * :zap: Reduce solidifier worker pool capacity
      
      * :recycle: Use GOMAXPROCS
      
      * :zap: Change worker count to use GOMAXPROCS
      
      * :zap: Set DefaultRequestWorkerCount to GOMAXPROCS
      
      * :rotating_light: Fix linter warnings
      
      * :arrow_up: Update hive.go
      9696c899
    • Acha Bill's avatar
      Make singleton instances on plugins only accessible through getters (#477) · 68fdcf49
      Acha Bill authored
      
      * refactor plugins
      
      * fix fmt
      
      * fix compile err
      
      * fix errors
      
      * expose singletons via sync.once
      
      * re-disable remotelog and webauth plugins
      
      * re-enable autopeering plugin
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * add descriptive comments for getters
      
      Co-authored-by: default avatarLuca Moser <moser.luca@gmail.com>
      68fdcf49
Loading