Kevin Froman
a55055e720
started work on new gossip streaming protocol
2021-01-26 05:39:23 +00:00
Kevin Froman
ba8ba6d3d8
properly clean block list in blockio
2021-01-25 22:16:51 +00:00
Kevin Froman
708c5d2e71
added block cleaning method for new database
2021-01-25 06:28:18 +00:00
Kevin Froman
75234310ca
added blockio load implementation
2021-01-24 23:29:02 +00:00
Kevin Froman
5ed5b8455a
bump blocks version
2021-01-24 23:28:25 +00:00
Kevin Froman
003718db04
Merge branch 'master' into integrate-new-blocks
2021-01-24 18:11:42 +00:00
Kevin Froman
3e17cf7c0b
added papers list dev doc
2021-01-24 07:16:44 +00:00
Kevin Froman
db96f6ad7e
bump blocks version
2021-01-24 07:15:27 +00:00
Kevin Froman
735220d8da
update runtime result
2021-01-23 19:21:02 +00:00
Kevin Froman
914b505dfa
added remote ui plugin
2021-01-23 05:41:36 +00:00
Kevin Froman
8659fa613e
merge master for docker fixes
2021-01-23 04:04:17 +00:00
Kevin Froman
7fa320cfc5
don't print version command to devnull in run script either
...
added docker and VPS documentation
2021-01-23 04:00:14 +00:00
Kevin Froman
9306143e4c
dont check hostname if not bound to loopback in client api security
2021-01-23 04:00:03 +00:00
Kevin Froman
7303cf041e
if binding to 0.0.0.0, don't validate source ip in client api
2021-01-23 04:00:03 +00:00
Kevin Froman
4e96d18396
print tor errors to stdout
2021-01-23 04:00:03 +00:00
Duncan X Simpson
133b3ea699
Docker improvements
...
- Create run-onionr-node.sh to parse env and supply args to run-onionr-node.py
- Dockerfile:
- Run onionr by default rather than bash
- Run as unprivileged user by default instead of root
- Use /app for all code
- Specify python 3.7 (3.8 fails to build cffi)
- Use apt-get rather than apt (apt's CLI is not stable)
- Slight reformatting and consolidation
- do not use devnull in run-onionr-node.py
2021-01-23 04:00:03 +00:00
Duncan X Simpson
3a98183fa0
Compare uid not username in create_dirs()
2021-01-23 04:00:03 +00:00
Kevin Froman
8083489110
removed process info from run-onionr-node script
2021-01-23 04:00:03 +00:00
dependabot-preview[bot]
cb2e29ad6e
Bump pdoc3 from 0.9.1 to 0.9.2
...
Bumps [pdoc3](https://github.com/pdoc3/pdoc ) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/pdoc3/pdoc/releases )
- [Changelog](https://github.com/pdoc3/pdoc/blob/master/CHANGELOG )
- [Commits](https://github.com/pdoc3/pdoc/compare/0.9.1...0.9.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-23 04:00:03 +00:00
dependabot-preview[bot]
6b6a698370
Bump pip-tools from 5.4.0 to 5.5.0
...
Bumps [pip-tools](https://github.com/jazzband/pip-tools ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/jazzband/pip-tools/releases )
- [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jazzband/pip-tools/compare/5.4.0...5.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-23 04:00:03 +00:00
Kevin Froman
d10ccd2e13
Merge branch 'docker' of https://git.k7dxs.net/dxs/onionr
2021-01-22 19:47:06 +00:00
Kevin Froman
513b758c7a
removed process info from run-onionr-node script
2021-01-22 18:55:58 +00:00
Kevin Froman
7cb4731156
Fix scroll jumping by changing connected node list to an iframe
2021-01-21 22:17:05 +00:00
Kevin Froman
d03620db7e
merge after rebasing toast fix
2021-01-21 20:26:41 +00:00
Kevin Froman
1d1edfd0f1
work on blockio api
2021-01-21 20:23:59 +00:00
Kevin Froman
001bdda433
reload config before spawning daemon threads
2021-01-21 20:23:58 +00:00
Kevin Froman
aeb2e16d8b
bump dep version for faster vdf
2021-01-21 20:23:58 +00:00
Kevin Froman
847f80b8f4
implemented fetch block in blockio
2021-01-21 20:23:58 +00:00
Kevin Froman
2ffc8c637e
fix broken non protected safedb get
2021-01-21 20:23:58 +00:00
Kevin Froman
e41e3fd01d
bump onionrblocks for missing generator module
2021-01-21 20:23:58 +00:00
Kevin Froman
a3ce191ed3
renamed old block api due to namespace conflict
...
fix onboarding not using optimize cpu option
2021-01-21 20:23:58 +00:00
Kevin Froman
9e2d374270
bump onionrblocks for missing kasten dependency
2021-01-21 20:23:58 +00:00
Kevin Froman
504ef3a49a
work on removing communicator
2021-01-21 20:23:58 +00:00
Kevin Froman
ec9dbe383c
added blockio doc for db keys
2021-01-21 20:23:58 +00:00
Kevin Froman
7390539d50
added blockio module directory
2021-01-21 20:23:58 +00:00
Kevin Froman
0f7ea4e4c8
added license boilerplate to safedb
2021-01-21 20:23:58 +00:00
Kevin Froman
86dca2dd2b
added work on faster and safer database for blocks and general KV
2021-01-21 20:23:58 +00:00
Kevin Froman
0e69d88708
added put/get from db
2021-01-21 20:23:58 +00:00
Kevin Froman
cd0ec77189
added work on faster and safer database for blocks and general KV
2021-01-21 20:23:58 +00:00
Kevin Froman
6bcfd91352
bump dependencies
2021-01-21 20:23:58 +00:00
Kevin Froman
5df747d658
added work on faster and safer database for blocks and general KV
2021-01-21 20:23:58 +00:00
Kevin Froman
b7ab487fac
fixed toast spam #29
2021-01-21 20:23:36 +00:00
Kevin Froman
f44ca60c6e
implemented fetch block in blockio
2021-01-17 20:50:32 +00:00
Kevin Froman
b6bb350b65
fix broken non protected safedb get
2021-01-17 19:44:24 +00:00
Kevin Froman
30b73c7f7c
bump onionrblocks for missing generator module
2021-01-17 19:44:00 +00:00
Kevin Froman
ca37f6df9d
renamed old block api due to namespace conflict
...
fix onboarding not using optimize cpu option
2021-01-17 04:58:28 +00:00
Kevin Froman
f5dfd16408
bump onionrblocks for missing kasten dependency
2021-01-17 03:59:41 +00:00
Kevin Froman
9ed17f4fb6
work on removing communicator
2021-01-17 00:40:04 +00:00
Kevin Froman
dc51c26b13
added blockio doc for db keys
2021-01-17 00:39:32 +00:00
Kevin Froman
db641341c5
added blockio module directory
2021-01-16 20:45:59 +00:00