Commit Graph

128 Commits (3de7ffb52d115f6ab9e1d95343eb77f7bc5e4f7f)

Author SHA1 Message Date
derekpierre b911980b27 You win darker. 2023-06-27 09:42:58 -04:00
derekpierre a0a14e229a Update `nucypher_dkg` hook/script to use separate provider uri for eth staking network and coordinator network. 2023-06-27 09:21:38 -04:00
Kieran Prasch fdb28dd21e Improves multichain provider internal routing correctness. 2023-06-26 20:42:51 +02:00
derekpierre fa40b32620 Fix conditions used in scripts/examples - should be versioned. 2023-06-15 08:56:30 -04:00
derekpierre 610f7436f0 Initial work that replaces infix notiation with prefix notation for logical conditions. 2023-06-14 19:38:30 -04:00
derekpierre 26aaf775e3 Change TimeCondition method name to "blocktime" from "timelock". 2023-06-08 11:03:48 -04:00
derekpierre 66f26c032c Change TimeCondition to use block time instead of Ursula system time.
Rename ReencryptionCondition to AccessControlCondition.
2023-06-08 11:03:22 -04:00
Piotr Roslaniec d8b51b6c07 replace ferveo package usage with nucypher core module export 2023-06-01 19:18:05 +02:00
derekpierre eda1fc1a50 Initial changes to conform to latest changes to Coordinator contract in nucypher-contracts. 2023-05-04 17:34:27 -04:00
derekpierre 94a41bd4c0 Relock dependencies using python 3.8; ensure that 3.8 is used by the script.
Update github action to use 3.8 instead of 3.7; update pypi classifiers.
2023-05-02 15:51:16 -04:00
derekpierre 1c531d1908 Code cleanup around building of documentation, removal of solidity scripts/API docs from docs build, removal of deployer CLI text etc. 2023-05-02 10:23:24 -07:00
derekpierre 1e730b1090 Relock to latest dependencies. Remove unnecessary scripts from Pipfile. 2023-05-02 10:23:24 -07:00
derekpierre f3bb4909fb Add random sampling when creating new ritual instead of using the first two staking providers every time. 2023-05-02 10:23:24 -07:00
derekpierre 1f71020cee Add example execution commands. 2023-05-02 10:23:24 -07:00
derekpierre 593be4f131 Code cleanup. 2023-05-02 10:23:24 -07:00
derekpierre 7151f04191 DKG Ritual Script. 2023-05-02 10:23:24 -07:00
derekpierre bf0d8b7889 Relock dependencies, and include __init__ files for new modules. 2023-05-02 10:23:24 -07:00
derekpierre 31c4ca37a9 Update dependency script to account for command line changes for pipenv when generating requirements. 2023-05-02 10:23:00 -07:00
Kieran Prasch 2d0f02a287 config migration script v4 -> v5 2022-12-22 11:53:01 -08:00
Kieran Prasch 1f86c4c042 Remove federated-based automation and demo support. 2022-12-13 11:35:37 +00:00
Kieran Prasch a405cbb683 Remove Ibex and Oryx from nucypher 2022-11-02 13:25:43 +00:00
derekpierre d74d533851 Add GH action for running finnegan's wake demo for pull requests/pushes.
Remove CircleCi validation from pre-commit checks.
2022-11-01 14:51:41 -04:00
Kieran Prasch 73b6b8d15d Removes WebController and WebEmitter 2022-10-27 21:14:34 +01:00
Kieran Prasch 1cb2858d90 pin jinja2<3.1 2022-04-05 12:34:34 -07:00
James Campbell 4c391b2dca Fix bug in git url of dependancy `jsonschema2rst` 2022-03-22 11:10:19 -05:00
Kieran Prasch c809b69f9a Restoration of StakingEscrowDeployer and select tests; cleanup. 2022-02-21 17:23:26 -08:00
Kieran Prasch 73b238a587 Removes staking entities 2022-02-21 17:17:11 -08:00
vzotova 856abe4892 Renames `provider_uri` to `eth_provider_uri` 2022-02-18 11:27:15 +03:00
vzotova 7c437b37b8 Removes `WorkLock` contract/agent/deployer and cli
Co-authored-by: Kieran Prasch <kieranprasch@gmail.com>
2022-02-10 20:19:21 +03:00
Kieran Prasch 62291021ba Respond to RFCs for PR #2857 Pt. II 2022-02-08 11:04:34 -08:00
Kieran Prasch 82fb99022f ursula configuration migration script 2022-02-08 11:02:04 -08:00
Kieran Prasch e73daaa3aa docker bugfixes 2022-01-22 01:09:19 -08:00
derekpierre 589ddff4de Initial refactoring of "character control"; abstract what is now "character control" into a general "base control" from which "character control" can sub-class. 2021-07-26 15:14:42 -04:00
KPrasch a93af0d82f
Merge pull request #2597 from derekpierre/staking-pool-docs
Staking Pool Docs
2021-04-09 14:24:58 -07:00
Piotr Roslaniec ec757bf4a9 Use constant for loopback address 2021-04-08 13:33:34 +02:00
derekpierre fd099d8946 Initial docs for staking contract work. 2021-04-07 10:42:41 -04:00
damon ddf90ef0cc fix finnegans wake in circle context 2021-02-13 18:39:36 -08:00
Kieran Prasch c8ca20adeb Remove demo book downloading script from CI; Additional commentary. 2021-02-13 18:35:31 -08:00
Kieran R. Prasch 1c5bab189e Bypass startup IP checks for federated development fleet. 2021-01-12 13:10:15 -08:00
David Núñez b47d942a60 Add option to relock_dependencies.sh to produce requirement files from the existing Pipfile.lock
Otherwise, the default is to create a lock file, and then create the requirements files. The motivation of this change is that the validate_reqs_files job on CI wasn't deterministic, as it was failing everytime some dependency was updated (and therefore, the produced dependency file was updated and different to the existing in the codebase)
2021-01-12 17:26:06 +01:00
David Núñez 17fc6289c9 The relock dependencies script is now in scripts/dependencies 2021-01-12 17:26:06 +01:00
David Núñez a63a8bf83d CI: Store evidence of inconsistent requirement files 2021-01-12 17:26:06 +01:00
David Núñez 9f3f94e86e CI: Make validate_reqs_files job consistent with current relock process 2021-01-12 13:26:52 +01:00
derekpierre 0fc8d1ea2c Include relock of docs requirements in the relock_dependencies script. 2021-01-07 11:10:57 -05:00
K Prasch ad938a47d1
Merge pull request #2440 from cygnusv/relock
Relock dependencies
2021-01-04 12:30:11 -08:00
Kieran Prasch 68926390ad Implement pipenv's --dev-only flag while generating pip-tools requirements. 2021-01-04 13:16:42 +01:00
Victoria 665909322c
Apply suggestions from code review #2492
Co-authored-by: K Prasch <kieranprasch@gmail.com>
2021-01-04 12:07:20 +03:00
vzotova fadf893b14 Added solidity installation step to sphinx and rtd build 2021-01-04 11:55:44 +03:00
David Núñez 31504762ec Removes automatic header comments from pipenv lock 2021-01-04 09:20:00 +01:00
vzotova 6cd8a03cd0 Fix rtd build 2020-12-31 14:36:29 +03:00