Commit Graph

210 Commits (4c93f5d85988a207aea6557cf8d56c2a83a86745)

Author SHA1 Message Date
Kieran Prasch 0c7c955d79 ibex -> tapir in docs and demos 2022-11-02 13:30:42 +00:00
Kieran Prasch a405cbb683 Remove Ibex and Oryx from nucypher 2022-11-02 13:25:43 +00:00
Kieran Prasch 6deeb07603 removes straggler db usages 2022-10-27 10:12:17 +01:00
Kieran Prasch 1b040cf25f Removes db filepath configurations 2022-10-27 10:12:17 +01:00
Kieran Prasch febc6093c1 Removes lmdb datastore usage 2022-10-27 10:12:17 +01:00
Kieran Prasch 17a6b61b40 Respond to RFCs for PR #2897 2022-04-11 15:59:31 -07:00
Kieran Prasch a6b3ccd114 Updates heartbeat demo for usage on polygon/mainnet. 2022-04-11 15:59:31 -07:00
Kieran Prasch 4bcdf6d37e remove stale demos 2022-04-11 15:59:31 -07:00
Kieran Prasch 761cb3606a Include .env.template for finnegans wake demos. 2022-04-11 15:59:31 -07:00
Kieran Prasch 97695d4e71 update finnegans wake demo README. 2022-04-11 15:59:31 -07:00
Kieran Prasch a060af6f93 Updates finnegans wake demo for mainnet/polygon (config and commentary). 2022-04-11 15:59:31 -07:00
Kieran Prasch 8cd43e6b4a Remove stale demo; Rename the remaining one. 2022-04-11 15:59:31 -07:00
Kieran Prasch 18d24d1fe2 Responds to RFCs for PR #2873 2022-03-24 13:18:53 -07:00
Kieran Prasch 37980a269e Removes temporary workarounds. 2022-03-22 15:54:36 -07:00
Kieran R. Prasch 1e6c50e2cf modifies finnegans wake demo to work with local registries, handpicked ursulas, and polygon payments. 2022-03-22 15:54:36 -07:00
derekpierre fdb6d4bcd2 Cleanup changes after rebasing over updates to threshold-network. 2022-02-22 15:08:07 -05:00
vzotova 856abe4892 Renames `provider_uri` to `eth_provider_uri` 2022-02-18 11:27:15 +03:00
Kieran Prasch b36debae5c Introduce PaymentMethod.Quote (calculate valid policy value for SubscriptionManager.createPolicy). 2022-02-08 11:01:24 -08:00
Kieran Prasch ed64aa3ac4 Examples support of L2 payments. 2022-02-08 11:01:24 -08:00
Bogdan Opanchuk a276cfec25 Disband umbral_adapter 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 ef0e619684 Bundle policy encrypting key with TreasureMap 2021-10-15 15:19:19 -07:00
Bogdan Opanchuk 256c93db58 Move [Encrypted]TreasureMap to core.py 2021-10-15 15:19:19 -07:00
Bogdan Opanchuk a3410cadfb Move MessageKit to the temporary core module 2021-10-15 15:19:19 -07:00
Bogdan Opanchuk 55ef631673 Updates for umbral 0.3 API 2021-09-15 13:12:21 -07:00
Bogdan Opanchuk 66175a04da Rename Bob.retrieve_cfrags()/retrieve() to avoid confusion with RetrievalClient.retrieve_cfrags() 2021-09-08 08:21:04 -07:00
Bogdan Opanchuk da816586fa Remove "enrico" as a parameter to Bob.retrieve(); make "policy_encrypting_key" mandatory. 2021-09-08 08:21:04 -07:00
Bogdan Opanchuk 0f85435ac7 Require encrypted_treasure_map in retrieve() 2021-09-08 08:21:04 -07:00
Bogdan Opanchuk 1d3642d960 Retrieval rework 2021-09-08 08:21:03 -07:00
Bogdan Opanchuk a338ff1a69 Don't return the signature along with the MessageKit from MessageKit.author() 2021-09-07 11:58:55 -07:00
Bogdan Opanchuk 41ae6dbcca Move message kits to policy submodule 2021-09-07 11:58:55 -07:00
Bogdan Opanchuk 161bb8f06d Use __bytes__ instead of to_bytes() in MessageKit 2021-09-07 11:58:55 -07:00
Bogdan Opanchuk 3ef534b812 Rename PolicyMessageKit to MessageKit 2021-09-07 11:58:55 -07:00
Bogdan Opanchuk 3b43eac717 Remove UmbralMessageKit alias 2021-09-07 11:58:55 -07:00
Kieran R. Prasch d179d35b90 Pass the treasure map to Bob.retrieve in examples. 2021-08-20 16:59:41 -07:00
Kieran R. Prasch 024bcb1c5f Finish deprecation of map storage from tests. 2021-08-20 16:58:58 -07:00
Kieran R. Prasch edd5a5c2f9 Finish deprecatetion of Bob.join_plolicy (from examples). 2021-08-20 16:55:41 -07:00
Bogdan Opanchuk 6164137610 Rename m -> threshold, num_kfrags -> shares 2021-08-20 19:26:56 -04:00
Bogdan Opanchuk e5c0bb079e Fix the remainders of Alice/Publisher separation 2021-08-12 16:32:02 -07:00
Piotr Roslaniec 1a3a649f23 Address PR suggestions 2021-08-06 18:10:22 +02:00
Piotr Roslaniec a8975ff41d Fix tests 2021-08-06 18:10:22 +02:00
Piotr Roslaniec 662bc34439 Use Path methods instead of os module 2021-08-06 18:10:22 +02:00
Piotr Roslaniec 6a270c1713 Use pathlib 2021-08-06 18:10:20 +02:00
Kieran Prasch 8c12304944 Breakout Bob.retrieve logic into helper methods. 2021-07-03 17:54:43 -07:00
Kieran R. Prasch f0080b3e2e Minimally restore attachment of keystore 2021-06-28 14:33:31 -07:00
Bogdan Opanchuk 6090a755b0 Gate the choice of Umbral implementation in a single file 2021-06-22 18:31:08 -07:00
Bogdan Opanchuk 15333ddca2 Dissolve umbral_adapter 2021-06-17 14:38:51 -07:00
Bogdan Opanchuk e6fcdbbff6 Minimal fixes to make CI pass, using an adapter for Umbral 2021-06-17 14:38:51 -07:00
ghostmonk 7159751312
returned reactor.run. 2021-05-10 19:00:42 -04:00
ghostmonk 022135b347
Minor change 2021-05-01 11:34:21 -04:00