Kieran R. Prasch
|
162af4b51b
|
CLI + Learner Integration tests for Ursula and Moe
|
2019-02-13 13:09:53 -07:00 |
Kieran R. Prasch
|
3eac9d9bd7
|
Let moe use the *presently* conventional way to perfrom domain serialization
|
2019-02-13 13:09:21 -07:00 |
Kieran R. Prasch
|
e0303ea0c6
|
Bump version: 0.1.0-alpha.11 → 0.1.0-alpha.12
|
2019-02-13 12:09:56 -07:00 |
K Prasch
|
ae40226c41
|
Merge pull request #757 from KPrasch/master
[Hotfix] Check Standard Installation Entry Points
|
2019-02-13 12:01:56 -07:00 |
Kieran R. Prasch
|
ab19616792
|
Supress py-solc ImportError
|
2019-02-13 11:58:09 -07:00 |
Kieran R. Prasch
|
b85285eb73
|
Removed unused imports, altering execution runtime
|
2019-02-13 11:06:44 -07:00 |
Kieran R. Prasch
|
72fa3a0969
|
Check standard installation entrypoints with circleCI (Issue #756)
|
2019-02-13 11:05:59 -07:00 |
Tux
|
8378eaa64e
|
Merge pull request #754 from tuxxy/master
[WIP] [RELEASE] Bump version: 0.1.0-alpha.10 → 0.1.0-alpha.11
|
2019-02-13 02:00:24 +00:00 |
tuxxy
|
3d6f2a4fee
|
Bump version: 0.1.0-alpha.10 → 0.1.0-alpha.11
|
2019-02-12 18:28:25 -07:00 |
Tux
|
60c24080de
|
Merge pull request #752 from KPrasch/moe
[Hotfix] Update and Test Moe Network Monitor
|
2019-02-13 01:27:34 +00:00 |
Kieran Prasch
|
02ea93d85e
|
Use -r flag for pip development installation
|
2019-02-12 17:04:03 -08:00 |
Kieran Prasch
|
329114db29
|
Update and test Moe.
|
2019-02-12 15:19:42 -08:00 |
K Prasch
|
328c2bbb37
|
Merge pull request #751 from KPrasch/master
[Release] Bump version: 0.1.0-alpha.9 → 0.1.0-alpha.10
|
2019-02-12 15:37:14 -07:00 |
Kieran R. Prasch
|
4f4348a108
|
Bump version: 0.1.0-alpha.9 → 0.1.0-alpha.10
|
2019-02-12 14:14:20 -07:00 |
K Prasch
|
1e328337df
|
Merge pull request #743 from tuxxy/character-control
Character Control for Alice, Bob, and Enrico
|
2019-02-12 14:11:04 -07:00 |
tuxxy
|
707116470c
|
Change character control namespaces
All character files are moved under the nucypher.network.control
namespace under their respective names (alice, bob, enrico).
|
2019-02-12 13:49:02 -07:00 |
MacLane Wilkison
|
34d01e793c
|
Apply @mswilkison's suggestions
Co-Authored-By: tuxxy <tuxxy@users.noreply.github.com>
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
947a40ad29
|
Convert character control guide to rst
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
ec47a8ef0e
|
Fix look of some formatting
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
6dd77e0e2e
|
Standardize JSON responses in result key
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
8812c1d9a2
|
Fill out character control guide docs for Alice, Bob, and Enrico endpoints
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
4c6fe87508
|
Add API request structure overview section
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
52405e3c73
|
Add outline for character_control_guide
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
01a6493ef7
|
Add enrico_control fixture and test_enrico_character_control_encrypt_message
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
d510819c4f
|
Add make_enrico_control with /encrypt_message route
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
2a6d445b9f
|
Improve JSON decode error capture and add to tests
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
131fe17017
|
Standardize API endpoints to use JSON
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
4df6cd57f4
|
Add 'as_teacher_uri' param to 'Teacher.seed_node_metadata'
Instead of returning 'SeednodeMetadata', you can optionally set
'as_teacher_uri' to 'True' to return the metadata as a formed teacher
uri string.
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
35e2942db0
|
Have make_alice_control and make_bob_control take a teacher node to start the learning loop
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
282441557b
|
Fill out make_bob_control and build passing tests
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
e9f9b5c227
|
Have federated_bob learn in bob_control fixture
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
4513000b32
|
Add bob_control skeleton routes for join_policy and retrieve
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
7882ed6114
|
Create bob_control fixture
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
71d1d9f709
|
Finalize test_alice_character_control_grant
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
924d7388a9
|
Raise TypeError when TreasureMap isn't decrypted and add test to demonstrate
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
a56baee69c
|
Add problematic test_alice_character_control_grant
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
187f627e36
|
Fill out alice_control.grant
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
79661e58b2
|
Add failing test for TreasureMap serialization
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
e671283d27
|
Add minimal passing test for alice_control.create_policy
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
8c5bb1b1eb
|
Fill out alice_control.create_policy w/ TODOs
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
07762a420a
|
Add alice_control fixture
|
2019-02-12 13:49:02 -07:00 |
tuxxy
|
c9742903be
|
Create character_control with alice_control skeleton
|
2019-02-12 13:49:02 -07:00 |
K Prasch
|
29d81fc851
|
Merge pull request #740 from KPrasch/update-solidity
Integrate py-solc, v0.5.0+ contract updates
|
2019-02-12 12:42:40 -07:00 |
K Prasch
|
dccfc6b8c7
|
Merge pull request #746 from KPrasch/cli-moe
CLI Moe - Namespaced cli modules by character
|
2019-02-12 09:22:06 -07:00 |
Kieran R. Prasch
|
3d4f94e82b
|
Respond to RFC on PR #746
|
2019-02-12 09:21:36 -07:00 |
Kieran R. Prasch
|
90764287fe
|
Update cli.config usage within the nucypher codebase.
|
2019-02-12 09:19:11 -07:00 |
Kieran R. Prasch
|
ca768b9c44
|
Breakup CLI into character namespaced modules
|
2019-02-12 09:19:11 -07:00 |
Kieran R. Prasch
|
fc0d43cadf
|
Introduce moe to the CLI
|
2019-02-12 09:19:11 -07:00 |
szotov
|
d8e637c7db
|
Fix escrow agent test
|
2019-02-12 09:07:01 -07:00 |
Kieran R. Prasch
|
e6bf2820ea
|
Forcibly uninstall ethpm
|
2019-02-10 09:39:48 -07:00 |