Onionr/onionr
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
..
static-data See details 2018-05-31 21:25:28 -07:00
api.py See details 2018-05-31 21:25:28 -07:00
communicator.py See details 2018-05-31 21:25:28 -07:00
config.py Add more unit tests 2018-03-03 14:18:57 -08:00
core.py Update to new Block API 2018-05-19 15:11:51 -07:00
cryptotests.py Update logging 2018-04-18 18:47:35 -07:00
logger.py Add color configuration to statistics command 2018-05-10 19:20:14 -07:00
netcontroller.py See details 2018-05-31 21:25:28 -07:00
onionr.py See details 2018-05-31 21:25:28 -07:00
onionrblockapi.py Fix resource leaking 2018-05-19 15:22:35 -07:00
onionrcrypto.py removed btc and stopped delivering pow hash 2018-05-14 23:24:38 -05:00
onionrevents.py Add direct connection feature and multithreading to events 2018-05-03 03:22:07 +00:00
onionri2p.py Added i2p file 2018-04-30 18:38:34 -05:00
onionrpluginapi.py Update plugins to use new Block API 2018-05-15 20:08:42 -07:00
onionrplugins.py See details 2018-05-31 21:25:28 -07:00
onionrproofs.py See details 2018-05-31 21:25:28 -07:00
onionrutils.py Update to new Block API 2018-05-19 15:11:51 -07:00
tests.py add block tests 2018-05-19 15:21:35 -07:00
timedhmac.py Add in PluginAPI (#7) 2018-04-21 01:20:26 +00:00