Commit Graph

3138 Commits (b7ea72b919613190c0ea57945124814d32356014)

Author SHA1 Message Date
David Núñez 94bec3b43f Touch ups in the keyring 2018-12-18 00:49:10 +01:00
David Núñez c3b5c36b11 Use native key wrapping of Umbral keys 2018-12-18 00:47:43 +01:00
David Núñez a3e0569bf1 Use password-based key derivation from Umbral 2018-12-18 00:47:43 +01:00
David Núñez b89a82fc50 Use msgpack instead of pickle in the Heartbeat demo 2018-12-17 15:36:18 -08:00
Derek Pierre 356e18079a Fix typo in heartbeat demo README
Co-Authored-By: cygnusv <david@nucypher.com>
2018-12-17 15:36:18 -08:00
David Núñez 0887d004fd Heartbeat Demo readme 2018-12-17 15:36:18 -08:00
David Núñez 48dc1b9e08 Comments and code reorganization 2018-12-17 15:36:18 -08:00
David Núñez 405560ba34 Plotting heart rate in Bob's console 2018-12-17 15:36:18 -08:00
David Núñez 77ca47753f First working version of Heartbeat Demo 2018-12-17 15:36:18 -08:00
David Núñez 61821ea7ae Getting policy pubkey in advance in Finnegan's wake demo 2018-12-17 15:36:18 -08:00
Kieran Prasch 3b70195021 Respond to RFC on PR #586 2018-12-17 15:36:18 -08:00
Kieran Prasch 2c061fcbd2 Split up seednode ansible host provisioning from network service configurations. 2018-12-17 15:36:18 -08:00
Kieran Prasch 04159208c3 Adds missing web status template; Fixes #552 2018-12-17 15:36:18 -08:00
K Prasch 9a5c5d35b3
Merge pull request #620 from KPrasch/adapt-signatures
Adapt NuCypher to Umbral==0.1.3a0
2018-12-17 15:25:54 -08:00
Kieran Prasch e9e933c43a
Respond to RFCs in #620 2018-12-17 15:10:30 -08:00
Kieran Prasch e37cb507f5
Swap Blake2b for sha256 2018-12-17 13:59:14 -08:00
Kieran Prasch dc298a860c
Update nucypher dependencies to umbral==0.1.3; Thin Pipfile. 2018-12-17 13:59:10 -08:00
David Núñez a2f460f4a2
Merge pull request #613 from KPrasch/docker
Initial Packaging and Publication Automation
2018-12-17 22:15:26 +01:00
David Núñez 19dd593256
Merge pull request #605 from KPrasch/config
Ursula Development Configuration Test
2018-12-17 22:12:37 +01:00
David Núñez 0bb34fc5f7
Update tests/config/test_ursula_config.py
Co-Authored-By: KPrasch <kieranprasch@gmail.com>
2018-12-17 12:51:04 -08:00
Kieran Prasch c1e69ff0d1
Respond to RFCs 2018-12-17 12:32:28 -08:00
Kieran Prasch 5695dc6183 Use python-pip for deployment-ready builds 2018-12-16 18:18:42 -08:00
Kieran Prasch 2c64a9ac24 Persist to workspace only once per workflow. 2018-12-16 18:16:53 -08:00
Kieran Prasch 533a387c56 Set default parallelism to one. 2018-12-16 18:16:53 -08:00
Kieran Prasch 67fdec339a Be Implicit about xml result filenames 2018-12-16 18:16:53 -08:00
Kieran Prasch 084b26fa28 Port pre and post test steps to commands: prepare_enviorment and capture_test_results 2018-12-16 18:16:53 -08:00
Kieran Prasch 3c400a0dbd Bug Fix: Update and Utilize Pipfile entrypoints in workflow; Pip build-time checks 2018-12-16 18:16:53 -08:00
Kieran Prasch 68169b4101 Port pytest cli options and flags to pytest.ini 2018-12-16 18:16:53 -08:00
Kieran Prasch 1d16e6b69c Publication and Build Automation Markup, Including PyPI and Docker; 2.1 Commands. 2018-12-16 18:16:53 -08:00
Kieran Prasch dccb5afd4c Add commit hook for circleCI config file validation 2018-12-16 18:16:53 -08:00
Kieran Prasch 00ffe1bdc0 Fixes missing package data (web templates) 2018-12-16 18:16:53 -08:00
Kieran Prasch bf114cafd1 Allow for empty, pre-existing configuration root directory. 2018-12-16 18:16:53 -08:00
Kieran Prasch 41bb7dae34 Nucypher dockerfile and docker compose 2018-12-16 18:16:53 -08:00
K Prasch 3051b10ef5
Merge pull request #594 from KPrasch/estimate-gas
Maintain Gas Estimation Metrics
2018-12-16 09:56:00 -08:00
Kieran Prasch 6f69704a3a
Use Regex.compile; Docstrings; Even more cleanup 2018-12-14 10:10:08 -08:00
Kieran Prasch 0c7c5a92a8
Respond to RFCs: Code Style and Readability Improvements 2018-12-14 09:12:25 -08:00
David Núñez 9f32f76942
Update tests/metrics/estimate_gas.py
Co-Authored-By: KPrasch <kieranprasch@gmail.com>
2018-12-14 08:06:32 -08:00
Tux 60ab41c82d
Merge pull request #611 from tuxxy/AAA2018-is-gonna-ruin-the-internet
Rename EncryptingKeypair/EncryptingPower to DecryptingKeypair/DecryptingPower
2018-12-14 01:49:10 -05:00
Kieran Prasch e9a8af68b5
Ursula development configuration + character integration test 2018-12-13 16:12:51 -08:00
Kieran Prasch bf62f9201d
Class-based refactor; Timestamped reports; Automation job. 2018-12-13 16:01:14 -08:00
Kieran Prasch 5002639910
Use twisted loggers to collect and analyze gas estimation data 2018-12-13 16:01:14 -08:00
Kieran Prasch d8b9a7e10e
Maintains estimate gas tester metrics script; Update to latest API. 2018-12-13 16:01:14 -08:00
K Prasch 3a6f4749f1
Merge pull request #593 from KPrasch/cli-blockchain
Maintain non-federated CLI
2018-12-13 15:59:46 -08:00
David Núñez c225aab04e
Update nucypher/cli/deploy.py
Co-Authored-By: KPrasch <kieranprasch@gmail.com>
2018-12-13 14:59:59 -08:00
tuxxy ef497e6a1f Rename TestPolicyMetadata to MockPolicyMetadata 2018-12-13 14:17:43 -07:00
tuxxy 92cc46ad8c Rename EncryptingPower/EncryptingKeypair to DecryptingPower/DecryptingKeypair (#597) 2018-12-13 14:17:22 -07:00
Tux 854dcf184c
Update nucypher/cli/deploy.py
Co-Authored-By: KPrasch <kieranprasch@gmail.com>
2018-12-13 12:53:02 -08:00
Kieran Prasch 58d8c3ffdd
Respond to RFCs - Deployer contract names are now public. 2018-12-12 18:06:50 -08:00
Kieran Prasch eb04eb4a99
Set default temp prefix, and provider uri as public attributes 2018-12-11 10:01:35 -08:00
Kieran Prasch d6ad99a8e0
Ensure that operating mode is determined via configuration. 2018-12-11 10:01:35 -08:00