Commit Graph

9513 Commits (201fe80f19a37e720d781ecddb82664ac5c0e69c)

Author SHA1 Message Date
KPrasch 201fe80f19
Merge pull request #2747 from xela7/invalid-node-certificate-fix
Invalid node certificate fix
2022-01-14 17:33:14 -08:00
Alex Tokar f75ac0a96e Merge branch 'main' into invalid-node-certificate-fix 2022-01-14 16:48:25 -08:00
Alex Tokar 919d8b2dc4 resolved conflicts 2022-01-14 16:47:44 -08:00
KPrasch e8f174e6f0
Merge pull request #2828 from xela7/keystore-generate-mnemonic-id
Keystore.generate can return optional mnemonic words
2022-01-14 12:32:43 -08:00
KPrasch 8885cc94bc
Merge pull request #2832 from fjarri/rust-core
Rust core
2022-01-14 12:29:53 -08:00
KPrasch bd12e0a7f6
Apply suggestions from code review
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
Co-authored-by: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com>
2022-01-14 12:27:22 -08:00
Bogdan Opanchuk 01179c5df5 [temporary] Check to see how long do performance tests take now 2022-01-09 15:25:04 -08:00
Bogdan Opanchuk a276cfec25 Disband umbral_adapter 2022-01-08 15:29:22 -08:00
Bogdan Opanchuk 8cb8f16370 Clean up Python parts moved to Rust
And some unused imports
2022-01-08 15:29:22 -08:00
Bogdan Opanchuk 12c2034ed5 [temporary] trying to fix build_dev_docker_images task 2022-01-08 15:29:22 -08:00
Bogdan Opanchuk ab0394d21b [temporary] trying to update nucypher-core 2022-01-08 15:29:22 -08:00
Bogdan Opanchuk 99f7f6d38a [temporary] Using nucypher-core from git
Replace with dependency relock when it is published.
2022-01-08 15:29:22 -08:00
Bogdan Opanchuk e5620c3155 Changes to make the tests pass 2022-01-08 15:29:22 -08:00
Bogdan Opanchuk 02bb2e2f76 Import the standalone package instead of nucypher.core 2022-01-08 15:29:22 -08:00
Bogdan Opanchuk 5e65ea92f4 Add a newsfragment for PR #2832 2022-01-08 15:29:21 -08:00
KPrasch f420caeb1c
Merge pull request #2835 from KPrasch/docker
rust-python execution environment for CI
2022-01-07 12:45:56 -08:00
Derek Pierre af58f703d9
Merge pull request #2833 from derekpierre/tmckf-diagram-updates
TreasureMapConKFrags docs updates (diagram and notes)
2021-12-20 13:44:54 -05:00
Kieran R. Prasch 5ad41dad13 Modify user permisisons and path management for CI compatibility with rust-python container. 2021-12-15 12:22:13 -08:00
derekpierre 46748a5dac Improve wording of a few labels.
Co-authored-by: K Prasch <kieranprasch@gmail.com>
2021-12-14 14:21:20 -05:00
Kieran R. Prasch e8d77710be rust-python docker build docs 2021-12-13 18:00:03 -08:00
Kieran R. Prasch 0dfcb22822 Use rust-python docker conatiner as CI execution env. 2021-12-13 18:00:03 -08:00
Kieran R. Prasch 4d51bca6ea Include rust-python dockerfile. 2021-12-13 18:00:03 -08:00
Derek Pierre daa6693306
Apply RFCs from #2833
Co-authored-by: Arjun Hassard <arjunhassard@gmail.com>
2021-12-13 13:43:58 -05:00
derekpierre ce15ffcd02 Add newsfragment for #2833. 2021-12-09 16:25:18 -05:00
derekpierre 8d867d0311 Update documentation to accomodate new treasure map con kFrags dynamic. Remove references to Ursulas storing kFrags and Arrangements. 2021-12-09 16:20:21 -05:00
derekpierre 9f2775c001 Update NuCypher process diagrams to account for TMapConKFrags paradigm. 2021-12-09 14:13:46 -05:00
Alex Tokar 49fce63f77 fixed broken test by handling both interactive = True and interactive = False in write_keystore 2021-11-29 14:20:37 -08:00
Alex Tokar 50b2b711a2 fixing test_alices_powers_are_persistent 2021-11-29 14:12:25 -08:00
Alex Tokar 2d1b37f9aa return tuple when interactive=False 2021-11-29 14:03:30 -08:00
Alex Tokar 55d009b667 fixing tests with argument change 2021-11-29 13:44:07 -08:00
Alex Tokar bdfcab706b changing name to to avoid overloading reporting concept 2021-11-29 13:42:21 -08:00
xela7 deeba59c78
make test more strict
Co-authored-by: KPrasch <kieranprasch@gmail.com>
2021-11-29 13:39:24 -08:00
xela7 c26ef941f5
allowing optional return type annotation.
Co-authored-by: KPrasch <kieranprasch@gmail.com>
2021-11-29 13:38:54 -08:00
KPrasch 3875f731f1
Merge pull request #2829 from fjarri/more-n-m-renaming
Fix some remaining occurrences of `n` instead of `shares`
2021-11-25 13:14:19 -08:00
KPrasch 9dab617bfa
Merge pull request #2820 from fjarri/memory-leak-fix
Fix a memory leak in Ursula
2021-11-24 16:40:44 -08:00
Bogdan Opanchuk ccfbedb311 Add a newsfragment for PR #2829 2021-11-24 14:18:51 -08:00
Bogdan Opanchuk 414293c1b2 Fix some remaining occurrences of `n` instead of `shares` 2021-11-24 14:18:50 -08:00
Kieran R. Prasch 7cefdf9f91 Bump version: 5.3.2 → 5.3.3 2021-11-24 12:55:15 -08:00
Bogdan Opanchuk 8a82231a99 Discard old archived states to prevent a memory leak 2021-11-24 12:42:54 -08:00
Bogdan Opanchuk d3fa3fa592 Add a newsfragment for PR #2820 2021-11-24 12:42:53 -08:00
Alex Tokar 2415436229 Keystore.generate can return optional mnemonic words 2021-11-24 11:56:26 -08:00
Bogdan Opanchuk 181e6bd3f1 Scrap `suspicious_activities_witnessed` from Ursula
We're not doing anything with it (until #567 is implemented),
and it's clogging the memory over time.
2021-11-06 00:03:37 -07:00
KPrasch cc51564966
Merge pull request #2819 from fjarri/timestamp-fix
Generate metadata if the timestamp is requested
2021-11-04 05:47:37 -07:00
Bogdan Opanchuk 0472881d3d Add a newsfragment for PR #2819 2021-11-03 12:01:09 -07:00
Bogdan Opanchuk caaa6a88e8 Generate metadata if the timestamp is requested 2021-11-03 11:58:18 -07:00
KPrasch 525ae8c106
Merge pull request #2815 from fjarri/version-errors
Remove the remnants of the old metadata versioning scheme
2021-11-02 09:09:11 -07:00
KPrasch c0fc5ebc3c
Merge pull request #2809 from fjarri/core-part2
Nucypher-Core part 2 (more ABI changes)
2021-11-02 07:29:32 -07:00
Bogdan Opanchuk c00a4299ef Add a newsfragment for PR #2815 2021-11-01 16:24:13 -07:00
Bogdan Opanchuk 12754f5f59 Remove the remnants of the old metadata versioning scheme 2021-11-01 16:17:34 -07:00
Bogdan Opanchuk c8a1d4095a Use a simple flag to denote optionality instead of VariableLengthBytestring 2021-11-01 13:31:31 -07:00