Skip to content
Snippets Groups Projects
  1. Oct 07, 2020
  2. Oct 04, 2020
  3. Sep 30, 2020
    • Ching-Hua (Vivian) Lin's avatar
      refactor: Flatten webapi (#753) · 806ee367
      Ching-Hua (Vivian) Lin authored
      * refactor: Flatten webapi plugin
      
      * fix: Remove settings for testing
      
      * refactor: Update disabled plugins in docker-network and intergration-tests
      
      * fix: Unexport log
      
      * fix: Upadate the imported package in consensus integration test
      
      * fix: Fix :dog:
      
      * refactor: Make endpoints as subplugins
      
      * fix: Fix :dog:
      
      * refactor: Rename utils.go to common.go
      
      * refactor: Unexported api handlers
      
      * fix: Minor fix
      
      * refactor: Move drng/info api to drng/
      
      * refactor: Move spammer from webapi to core plugins
      Unverified
      806ee367
  4. Jul 28, 2020
  5. Jul 21, 2020
    • Levente Pap's avatar
      Sync Debug Metrics/Tools (#646) · e7c0236b
      Levente Pap authored
      * Get message requester queue size
      
      * New metric MessageRequestQueueSize
      
      * Add Prometheus exporter for MessageRequestQueueSize
      
      * Fix msgRequester metrics measurement
      
      * Update local_dashboard with msgRequestQueueSize panel
      
      * Add DBStats method to msg layer tangle
      
      * Measure DBStats in metrics plugin, report via Prometheus
      
      * :chart_with_upwards_trend: Add "Messages in DB" chart to local grafana dashboard
      
      * Fix DBStats method
      
      * Refactor DBStats metrics collection, update default params
      
      * print DBStats() func ints
      
      * Compare iterative and incremental DBStat data collection
      
      * Add messageCount and solidMessageCOunt to /info webapi endpoint
      
      * Cleanup metrics and prometheus plugin
      
      * Update /info webapi data collection
      
      * Fix too many relases in message tange
      
      * Small fixes
      
      * FIx avgSolidificationTime metrics
      
      * Fix avgSolidificationTime calc
      
      * :chart_with_upwards_trend: "Add Average Solidificaiton Time" Chart to Grafana Dashboard
      
      * Restore metrics plugin parameters
      
      * :lipstick: Add synced status to node dashboard
      
      * Make scheduledRequestsMutex a RWMutex
      
      * Add client lib tool for past cone exist verification
      
      * Update local_dahboard for docker-network
      
      * :sparkles: Introduce tools endpoint for webapi
      
       - disabled by deafult
       - contains utility api-s, e.g., "tools/pastcone" that given
         a message ID, checks if all messages in the past cone are
         present in DB down to genesis
       - Add PastConeExist() client api method
      
      * Get rid of debug prints
      
      * Small fixes
      
      * :lipstick:
      
       Update grafana dashboards
      
      * Update client/tools.go
      
      Co-authored-by: default avatarJonas Theis <mail@jonastheis.de>
      
      * PR review updates
      
      * Remove unused variable in metrics/message
      
      Co-authored-by: default avatarLuca Moser <moser.luca@gmail.com>
      Co-authored-by: default avatarJonas Theis <mail@jonastheis.de>
      Unverified
      e7c0236b
  6. Jun 25, 2020
    • 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>
      Unverified
      a15f2729
    • 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>
      Unverified
      68fdcf49
  7. Jun 09, 2020
  8. May 28, 2020
    • jkrvivian's avatar
      feat: Implement value web api & client library (#438) · 4a47fc7c
      jkrvivian authored
      * feat: Implement value api: Attachment
      
      * feat: Implement value api: UnspentOutputs
      
      * feat: Implement value api: transactionByID
      
      * feat: Implement client lib & value api: sendTransaction
      
      * fix: minor tweak
      
      * fix: minor fix
      
      * refactor: Refactor sendTransaction api
      
      * Refactor: Fix :dog:
      
      * refactor: Fix :dog:
      
      * refactor: Rename api route of testSendTxn to camel case
      Unverified
      4a47fc7c
  9. Apr 23, 2020
  10. Apr 17, 2020
  11. Apr 07, 2020
  12. Apr 02, 2020
  13. Feb 27, 2020
Loading