- Oct 20, 2020
-
-
jkrvivian authored
-
Ching-Hua (Vivian) Lin authored
* feat: Get instances of singletons via functions instead of global variables * fix: Fix comments
-
- Oct 16, 2020
-
-
Angelo Capossele authored
Feat: Updated to latest hive.go
-
Hans Moog authored
-
Hans Moog authored
* Feat: Added a package for common sentinel errors * Fix: fixed wrong import Co-authored-by:
Hans Moog <hm@mkjc.net>
-
- Oct 13, 2020
-
-
Angelo Capossele authored
Fix mps query labels in grafana
-
- Oct 12, 2020
-
-
Levente Pap authored
-
Angelo Capossele authored
-
Angelo Capossele authored
*
Add webapi basic-auth * Fix wallet * Update docker-network * Add basic-auth to cli-wallet * Fix default value * Refactor client lib options * Address review comments
-
- Oct 09, 2020
-
-
Angelo Capossele authored
*
Update changelog * Bump version -
Levente Pap authored
* Flatten Faucet DApp * Fix references to faucet payload * Move Faucet dApp to plugins * Rename faucet payload to faucet request * Fix payload_handler in dashboard
-
Angelo Capossele authored
* Upgrade dependencies * empty * Update packr
-
Hans Moog authored
* Fix: refactored Payload to have its own package * Fix: fixed comment * Fix: fixed wrong comment * Fix: reverted some changes to keep the PR as small as possible * Refactor: refactored Data to GenericDataPayload * Fix: fixed last refactor issues Co-authored-by:
Hans Moog <hm@mkjc.net>
-
- Oct 08, 2020
-
-
Angelo Capossele authored
-
- Oct 07, 2020
-
-
Angelo Capossele authored
*
Add support for multiple drng committees * Fix compilation issues * Fix dRNG test * Fix integration tests * Update dRNG dashboard section * Add default Pollen dRNG committee members * Add default X-Team dRNG committee members * Fix integration test * Fix error shadow declaration * Address review comments * Make Pollen and XTeam dRNG instanceID constant -
Angelo Capossele authored
*
Write rand-seed output to a file * Fix review comments * Address review comment -
Angelo Capossele authored
-
- Oct 06, 2020
-
-
Jonas Theis authored
* Move to plugins folder * Rename dapp.go to plugin.go
-
Jonas Theis authored
* Remove storageprefix package and merge with flattened database package * Bump up database version * Update packages/database/prefix.go Co-authored-by:
Ching-Hua (Vivian) Lin <jkrvivian@gmail.com> Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> Co-authored-by:
Ching-Hua (Vivian) Lin <jkrvivian@gmail.com>
-
- Oct 04, 2020
-
-
Levente Pap authored
* Flatten plugins, remove pluginmgr * Address linting warnings
-
- Sep 30, 2020
-
-
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
* refactor: Make endpoints as subplugins * fix: Fix * 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 -
Jonas Theis authored
* Add clock synchronization according to proposal * go mod tidy * Disable clock plugin in Docker network by default
-
- Sep 28, 2020
-
-
Hans Moog authored
Co-authored-by:
Hans Moog <hm@mkjc.net>
-
- Sep 23, 2020
-
-
Ching-Hua (Vivian) Lin authored
* refactor: Move spammer and storageprefix to packages * refactor: Import spammer and storageprefix with new path
-
Angelo Capossele authored
*
Flatten drng package * Fix linter warnings * Refactor dRNG plugin, API and dashboard * Address review comments * refactor: Rename Parse_ functions to _FromMarshalUtil for consistency * fix: Fix typo * fix: Fix comments Co-authored-by:jkrvivian <jkrvivian@gmail.com>
-
- Sep 22, 2020
-
-
Hans Moog authored
* Feat: updated to latest hive.go * Docs: added docs accoding to lint error * Refactor: renamed config variables Co-authored-by:
Hans Moog <hm@mkjc.net>
-
- Sep 21, 2020
-
-
Ching-Hua (Vivian) Lin authored
* refactor: Move messagelayer/message to tangle/ * refactor: Modify the method receiver and annotate the error messages * refactor: Move messagelayer/payload to tangle/ * refactor: Modify the method receiver and annotate err messages in payload * refactor: Move messagelayer/messagerequester to tangle/ * refactor: Modify the method receiver in requester * refactor: Move messageparser/builtinfilter to tangle/ * refactor: Move messageparser/ to tangle/ * fix: Import fmt and minor fixes * refactor: Move messagefactory/ to tangle/ * refactor: Move tipselector/ to tangle/ * refactor: Rename method receivers in tipselector * refactor: Move messagelayer/tangle to tangle/ * refactor: Rename method receivers and annotate error messages in tangle * refactor: Move messagelayer/test to tangle/ * fix: Update to the develop branch * refactor: Create data payload in testing message creation * refactor: Use tangle package in gossip * fix: Fix
* fix: Rename for consistency * fix: Move message related const from payload.go to message.go * refactor: Use single character for method receivers * fix: Fix the unit test by using the correct variable name * refactor: Use tangle package in spammer * refactor: Use tangle package in faucet * refactor: Use tangle package in networkdelay * refactor: Use tangle package in valuetransfer * refactor: Use tangle package in messagelayer plugin * refactor: Use tangle package in gossip plugin * refactor: Use tangle package in syncbeacon plugin * refactor: Use tangle package in syncbeaconfollower plugin * refactor: Use tangle package in webapi plugin * refactor: Use tangle package in issuer plugin * refactor: Use tangle package in pow plugin * refactor: Use tangle package in metrics plugin * refactor: Use tangle package in drng plugin * refactor: Use tangle package in prometheus plugin * refactor: Use tangle package in dashboard plugin * refactor: Use tangle package in integration tests * fix: Fix unit tests * refactor: Remove binary/messaglayer * Feat: merged marshal changes * Feat: removed superfluous test * Fix: fixed wrong comment * refactor: Annotate error messages in marshal functions * refactor: Import fmt package * refactor: Aggregate all filters into filter.go * refactor: Rename Factory to MessageFactory to clarify the functionality * refactor: Rename Parser to MessageParser to clarify the functionality * refactor: Rename Requester to MessageRequester to clarify the functionality * refactor: Rename Parse to FromMarshalUtil for naming consistency * refactor: Fix comments * refactor: Fix comments * fix: Use the correct function Co-authored-by:Hans Moog <hm@mkjc.net>
-
- Sep 17, 2020
-
-
Levente Pap authored
* Mana Implementation Proposal * Apply suggestions from code review Co-authored-by:
Acha Bill <57879913+acha-bill@users.noreply.github.com> * Revise, more details * Number mana proposal file * Update, restructure by @acha-bill * Mana Calculation Formulas * Update mana events, polish doc * Mana Tools Update * correct typos * Add mana update in past, refine events * Use different EMA coefficients for BM1 and BM2 * Update Effective Base Mana Formulas * Correct typos * PR review fixes * Update docs/001-mana_proposal.md Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> * Update docs/001-mana_proposal.md Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> * Update docs/001-mana_proposal.md Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> * Update docs/001-mana_proposal.md Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> * Apply PR review suggestions * Update formulas, BaseManaVector definition, event names Co-authored-by:
Acha Bill <57879913+acha-bill@users.noreply.github.com> Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com>
-
- Sep 16, 2020
-
-
Ching-Hua (Vivian) Lin authored
* refactor: Move messagelayer/message to tangle/ * refactor: Modify the method receiver and annotate the error messages * refactor: Move messagelayer/payload to tangle/ * refactor: Modify the method receiver and annotate err messages in payload * refactor: Move messagelayer/messagerequester to tangle/ * refactor: Modify the method receiver in requester * refactor: Move messageparser/builtinfilter to tangle/ * refactor: Move messageparser/ to tangle/ * fix: Import fmt and minor fixes * refactor: Move messagefactory/ to tangle/ * refactor: Move tipselector/ to tangle/ * refactor: Rename method receivers in tipselector * refactor: Move messagelayer/tangle to tangle/ * refactor: Rename method receivers and annotate error messages in tangle * refactor: Move messagelayer/test to tangle/ * fix: Update to the develop branch * refactor: Create data payload in testing message creation * fix: Fix
* fix: Rename for consistency * fix: Move message related const from payload.go to message.go * refactor: Use single character for method receivers * fix: Fix the unit test by using the correct variable name * Feat: merged marshal changes * Feat: removed superfluous test * Fix: fixed wrong comment * refactor: Annotate error messages in marshal functions * refactor: Import fmt package * refactor: Aggregate all filters into filter.go * refactor: Rename Factory to MessageFactory to clarify the functionality * refactor: Rename Parser to MessageParser to clarify the functionality * refactor: Rename Requester to MessageRequester to clarify the functionality * refactor: Rename Parse to FromMarshalUtil for naming consistency * refactor: Fix comments Co-authored-by:Hans Moog <hm@mkjc.net>
-
- Sep 14, 2020
-
-
Jonas Theis authored
* Update to latest hive.go changes * Move datastructures from GoShimmer to hive.go
-
Hans Moog authored
* Feat: updated hive.go * Feat: started refactoring parsing of entities * Feat: first changes due to hive.go new marshaling logic * Feat: fixed MessageMetadata * Feat: fixed Approver * Feat: updated MissingMessage * Feat: started updating first branch models * Feat: ported ConflictSet * Fix: fixed bug with Conflict * Fix: fixed some issues * Fix: fixed branchmanager refactor * Feat: refactored payload marshaling * Feat: finished reworking PayloadMetadata * Feat: finished refactoring PayloadApprover * Fix: fixed some more models * Feat: fixed some more issues * Fix: one model left :P * Fix: fixed last model * Feat: fixed test * Fix: fixed unused var bug due to debug * Feat: fixed something in faucet payload * Fix: fixed some issues * Fix: fixed a bug in the refactor * Feat: added debug output if error in drng test *
Update drand docker image Co-authored-by:Hans Moog <hm@mkjc.net> Co-authored-by:
capossele <angelocapossele@gmail.com>
-
- Sep 10, 2020
-
-
Sadjy SADJAN authored
* Adding basic codeQL analysis Adding CodeQL analysis pipeline for common vulnerability scanning. * adding security-and-quality query pack
-
- Sep 09, 2020
-
-
Hans Moog authored
* Feat: updated to latest hive.go * Fix: started fixing some issued due to the refactor * Fix: fixed some more issues Co-authored-by:
Hans Moog <hm@mkjc.net>
-
- Sep 07, 2020
-
-
Jonas Theis authored
Split MongoDB, Grafana and Prometheus into separate docker file and load it only when specified with run command (#721)
-
Ching-Hua (Vivian) Lin authored
* refactor: Refactor messagelayer events * refactor: Refactor drng events * fix: Fix messagelayer unit tests * refactor: Refactor value events * fix: Fix wrong parameter in TransactionBooked event * refactor: Fix
* refactor: Rename event parameter structure for consistency * refactor: Rename parameters * fix: Fix message tangle unit tests * refactor: Refactor messagerequester events * fix: Minor fix * refactor: Rename Txn to Transaction * refactor: Rename OutputIDs in ForkEvent to InputIDs * refactor: Use the pointer of events structure for consistency * refactor: Minor fix -
Ching-Hua (Vivian) Lin authored
* refactor: Rename trunk and branch to parent1 and parent2 * refactor: Minor fixes * refactor: Update packr file * refactor: Rename trunk/branch in tools api handlers
-
- Sep 03, 2020
-
-
Wolfgang Welz authored
Merge v0.2.4 changes into master
-
Wolfgang Welz authored
-
Wolfgang Welz authored
* bump network and database version * v0.2.4
-
Ching-Hua (Vivian) Lin authored
* feat: Add scrollbar to explorer livefeed * Update packr Co-authored-by:
Levente Pap <levente.pap@iota.org>
-