Commit Graph

3721 Commits (e0a984c7b869e12bf96d27951ec194cc418fd9d4)

Author SHA1 Message Date
Damon C 7584aea141 more efficient dockerfile 2019-03-28 12:45:08 -07:00
MacLane Wilkison 1b74b145bc Update dev/docker/README.md
Co-Authored-By: vepkenez <gdamon@gmail.com>
2019-03-28 12:45:07 -07:00
Damon C 8e1c72613e apt -> apt-get 2019-03-28 12:45:07 -07:00
Damon C 29bc481d3b newline fixes 2019-03-28 12:45:07 -07:00
damon c f3204fd8f2 Delete Dockerfile-pg 2019-03-28 12:45:07 -07:00
Damon C 3e1c28c0f4 typos, README 2019-03-28 12:45:07 -07:00
Damon C e70d781ccb initial docker development setup 2019-03-28 12:45:07 -07:00
David Núñez 52a4aaffbd
Merge pull request #890 from KPrasch/master
Bump version: 0.1.0-alpha.20 → 0.1.0-alpha.21
2019-03-27 21:32:44 +01:00
Kieran Prasch 05b7c129ca
Bump version: 0.1.0-alpha.20 → 0.1.0-alpha.21 2019-03-27 12:48:51 -07:00
K Prasch 79a54f4f38
Merge pull request #812 from KPrasch/felix
Felix Distribution Mechanism
2019-03-27 08:57:13 -07:00
David Núñez 04cf46ade5
Merge pull request #806 from szotov/slashing-docs
Draft of docs for slashing
2019-03-27 11:49:01 +01:00
David Núñez 10c89e6ffe Include aafigure package in Pipfile, setup.py and docs 2019-03-27 11:05:15 +01:00
Kieran Prasch d71d76beb3
Respond to RFCs in PR #812 2019-03-26 12:27:30 -07:00
David Núñez 37445b2982
Update nucypher/config/characters.py and nucypher/characters/chaotic.py
Co-Authored-By: KPrasch <kieranprasch@gmail.com>
2019-03-26 11:36:04 -07:00
Kieran Prasch 2fbda80d38
Small fixes for web3==5.0.0a8 2019-03-26 11:35:57 -07:00
Kieran Prasch fbb04559f5
Update and re-lock deps 2019-03-26 11:35:57 -07:00
Kieran Prasch b0eb41e5ea
Twisted clock testing for the faucet 2019-03-26 11:35:57 -07:00
Kieran Prasch 06311630d2
Patch distribution interval in faucet testing 2019-03-26 11:35:57 -07:00
Kieran Prasch 87ba9c7b42
Beter exception handling for missing address when running from config ; Reprs for db models 2019-03-26 11:35:57 -07:00
Kieran Prasch 33ad09d418
Database threading and request rate limiting for Felix 2019-03-26 11:35:57 -07:00
Kieran Prasch 5861fed5f1
Prevent faucet registration with reserved instances 2019-03-26 11:35:57 -07:00
Kieran Prasch 295ca74e12
Faucet subclasses TokenActor, implements NU class. 2019-03-26 11:35:57 -07:00
Kieran Prasch 77ea97d627
Issue tagging existing TODOs 2019-03-26 11:35:57 -07:00
Kieran Prasch d879684580
Relocking requirements with flask_sqlalchemy plus updates. 2019-03-26 11:35:57 -07:00
Kieran Prasch 052c7346b0
deploy contracts via CLI in Felix tests 2019-03-26 11:35:57 -07:00
Kieran Prasch 40b9b204ac
Setting flask secret; Improved documentation and logging; Utilize constant_sorrow 2019-03-26 11:35:57 -07:00
Kieran Prasch 5686a8a889
Felix CLI entry point adjustments; Allow provider URI restoration from File 2019-03-26 11:35:57 -07:00
Kieran Prasch e833a8b596
Formulating the distribution strategy, more formalized Felix internals 2019-03-26 11:35:57 -07:00
Kieran Prasch 2946024dec
Felix tests passing with database management 2019-03-26 11:35:57 -07:00
Kieran Prasch 04499cc99d
Stub distribution looping call 2019-03-26 11:35:57 -07:00
Kieran Prasch 3fbb5ef426
Felix database skeleton and registrtion view stubbing 2019-03-26 11:35:57 -07:00
Kieran Prasch ce39f92555
Felix CLI itself and tests to suit. 2019-03-26 11:35:57 -07:00
Kieran Prasch c245014e5a
Felix CLI entrypoints and configuration: Allow multiple configurations using the same system file tree. 2019-03-26 11:35:57 -07:00
Kieran Prasch 51e15bfc9f
Introducing Felix the Faucet: Draft 2019-03-26 11:35:57 -07:00
K Prasch 4adde682fe
Merge pull request #795 from tuxxy/revoke-endpoint
Add a revoke endpoint
2019-03-26 10:26:31 -07:00
David Núñez e6b0e17dc0
elif -> if for failed_revocation filtering
Co-Authored-By: tuxxy <tuxxy@users.noreply.github.com>
2019-03-26 10:17:05 -06:00
szotov 019dc0a951 Update docs/source/conf.py
Update docs/source/architecture/contracts.md
2019-03-26 18:49:55 +03:00
szotov 19a11d0ab1 Added one more slashing scenario and some ascii diagrams 2019-03-26 18:49:12 +03:00
MacLane Wilkison 30cad65c99 Apply suggestions from code review
mswilkison, cygnusv, derekpierre, KPrasch, arjunhassard
2019-03-26 18:49:10 +03:00
szotov f13cea28af Draft of docs for slashing 2019-03-26 18:39:49 +03:00
tuxxy 417e8be7e5 Use URL param instead of request data 2019-03-26 08:27:23 -06:00
Kieran Prasch fa49e70de7 Move specification enforcement to top-level specifications class; Enforce *all* request transport types via control decorator. 2019-03-24 09:30:20 -06:00
tuxxy b30ea824af Add revoke command to Alice's CLI entry points 2019-03-24 09:30:20 -06:00
K Prasch 130b5ffaf0 Apply tuple fixes from kprasch
Co-Authored-By: tuxxy <tuxxy@users.noreply.github.com>
2019-03-24 09:30:20 -06:00
tuxxy 9cedc5ecd4 Fix leftover issues from rebase 2019-03-24 09:30:20 -06:00
tuxxy 065ecd58de Improve failed_revocation handling to discriminate on NotFound fail reasons and delete active policy if the failed revocations are less than the revocation threshold 2019-03-24 09:30:20 -06:00
tuxxy 90e4427680 Store 'active_policies' instead and finish revoke endpoint
Storing revocation kits was one approach, but it seems more useful to
store "active" policies, instead. I think this will probably assist in
future additions as well.
2019-03-24 09:30:20 -06:00
tuxxy 90593e54c6 Refactor RevocationKit to take a Policy object and add revoke endpoint skeleton 2019-03-24 09:30:20 -06:00
David Núñez 3f94b93df3
Merge pull request #830 from KPrasch/denominations
Base Denominations Management
2019-03-19 20:42:19 +01:00
Kieran Prasch 8cc1e6c07c
Respond to RFCs on PR #830: Round 2 2019-03-18 21:07:35 -07:00