Onionr/onionr/static-data/default-plugins/pluginmanager
Arinerron 8846dcc2c6
See details
- Completes support for repositories
  - `./RUN-LINUX.sh create-repository [plugins...]`
  - `./RUN-LINUX.sh add-repository <block hash>`
  - `./RUN-LINUX.sh remove-repository <block hash>`
- Fixes several misc bugs
- Refactors code
  - Some messy code was rewritten
  - Variables renamed
  - Migrated old block api (insertBlock) to new Block API (onionrblockapi)
  - Kept to standards
  - Made code more reusable in `onionrproofs.py`
- Improves logging messages
  - Added error output for some features missing it
  - Capitalized sentences
  - Added punctuation where it is missing
  - Switched `logger.info` and `logger.debug` in a few places, where it is logical
  - Removed or added timestamps depending on the circumstance
- Added a few misc features
  - Added command aliases for `add-file` and `import-blocks`
  - Improved statistics menu
    - Displays `Known Block Count`
    - Calculates and displays `Percent Blocks Signed`
2018-05-31 21:25:28 -07:00
..
.gitignore Change pluginmanager to dependency 2018-05-19 15:52:24 -07:00
LICENSE Change pluginmanager to dependency 2018-05-19 15:52:24 -07:00
README.md Change pluginmanager to dependency 2018-05-19 15:52:24 -07:00
info.json Make pluginmanager functional 2018-05-13 21:11:31 -07:00
main.py See details 2018-05-31 21:25:28 -07:00

README.md

pluginmanager

Onionr's plugin manager source code