Commit Graph

1725 Commits (6b0e3cf92d83120494e8d7c23359146753a9c741)

Author SHA1 Message Date
Kieran Prasch 6e751f6775 Renames(mostly) NetworkyStuff to NetworkMiddleware. 2018-06-20 10:11:28 -07:00
K Prasch 2e141507f2
Merge pull request #322 from KPrasch/master
Passing params into Capsule.
2018-06-19 20:11:01 -07:00
Kieran Prasch 45bf82b033 Removes stale verify corectness params in character tests. 2018-06-19 15:35:36 -07:00
jMyles 56347ee9b2 Passing params into Capsule. 2018-06-19 15:21:16 -07:00
K Prasch d0376748e0
Merge pull request #320 from nucypher/circleci
Circleci Config
2018-06-19 14:40:47 -07:00
Kieran R Prasch 0117564b4d Add parallelism to contract test steps with circleci cli 2018-06-19 12:04:48 -07:00
Kieran R Prasch 06f7b31fcd Subdivide contract tests; Add parallel step circleci contract workflow 2018-06-17 15:30:16 -07:00
tuxxy d6ca9af451 Add circleci config so far 2018-06-16 17:05:31 -06:00
K Prasch 29144ad62a
Merge pull request #291 from michwill/master
Make dev installation easier
2018-06-12 16:22:16 -07:00
Michael Egorov ae0b852807
Merge 2018-06-12 16:16:47 -07:00
Michael Egorov 3c33c680df
Lockfile 2018-06-12 16:10:37 -07:00
K Prasch 39d4dc43a3
Merge pull request #301 from szotov/deps
Updates web3 usage to version 4.3.0
2018-06-12 15:54:33 -07:00
Kieran R Prasch 392c17b567 Adds Pipfile.lock 2018-06-12 15:13:21 -07:00
szotov d58fd2102a Updates web3 usage to version 4.3.0 2018-06-12 13:32:56 -07:00
Michael Egorov 63fa1c6740
Dev install script 2018-06-05 20:52:12 -07:00
Michael Egorov 5787546464
Remove unused dependencies from setup.py - we specify all in pipenv 2018-06-05 20:09:37 -07:00
Michael Egorov 393d129135
Use local wheelhouse 2018-06-05 19:55:01 -07:00
K Prasch 0fae344116
Merge pull request #283 from szotov/solidity-dev
Contracts optimization
2018-06-04 13:54:39 -07:00
szotov 6ca748d96f Added some comments 2018-06-04 22:21:30 +03:00
Justin Holmes c8505e8cfc
Merge pull request #284 from jMyles/master
Small update for new pyUmbral compatibility
2018-06-04 00:44:41 -04:00
szotov 50981799c6 Changed miner id size 2018-06-03 21:56:15 +03:00
jMyles 8379b23a1f Stray import of Signature. 2018-06-02 19:54:08 -07:00
jMyles 57396ef1ca Fixing the setting of keys for cfrag correctness check, and explicitly passing a constant value so that these tests can be run in isolation. 2018-06-02 16:24:40 -07:00
jMyles 0672f25880 Some more tests that have become slow. 2018-06-02 16:21:29 -07:00
szotov 4d3496bfa7 Contracts size optimization 2018-06-02 17:21:32 +03:00
szotov b7d5d3c2a9 Optimizing activity information 2018-06-02 17:21:30 +03:00
szotov 7d2476b96a Fixes dividing stake that will be finished in the current period 2018-06-02 17:21:28 +03:00
szotov 60a6f97e08 Added public method for the refund calculation in the PolicyManager 2018-06-02 17:21:27 +03:00
szotov f8ba5c0a16 Optimizing the policy storage in the PolicyManager 2018-06-02 17:21:24 +03:00
szotov 9da2d15e7e Optimizing the createPolicy method 2018-06-02 17:20:20 +03:00
szotov b41294c4e3 Removes reward decimals 2018-06-02 17:17:34 +03:00
Justin Holmes a97f720b24
Merge pull request #276 from KPrasch/actor-integration
Character + TokenActor integration and configuration
2018-06-01 17:50:44 -04:00
K Prasch 05abf4dadf
Merge branch 'master' into actor-integration 2018-05-31 10:18:37 -07:00
jMyles d103ba0795 The recent merges to pyUmbral have us all caught up - changing the refspec back to nucypher-depend. 2018-05-29 15:39:05 -07:00
Justin Holmes 19b0f71555
Merge pull request #278 from jMyles/umbral-compat
Uses Alice's Stamp as a signer for KFrags; Bob and Ursula validate them as such.
2018-05-29 18:35:54 -04:00
jMyles fa6a4f6f57 Using pyUmbral Signer as SignatureStamp's signing function. 2018-05-28 12:10:05 -07:00
jMyles e2d1a019cc Specifying version of pyUmbral for now until we get everything merged. 2018-05-28 11:26:59 -07:00
Kieran R Prasch 4965b0554e Responds to request for changes 2018-05-28 13:58:56 -04:00
jMyles 562ec6b95f Using expected_bytes_length for frags. 2018-05-28 10:46:48 -07:00
jMyles 4eddf5a283 Accepting verifying_key where it's needed in decrypt functions. 2018-05-28 10:44:37 -07:00
jMyles f29179bd79 Reflecting that Signature has been moved to pyUmbral. 2018-05-28 10:41:01 -07:00
jMyles 65ade05855 We need a signer in a few places now - using Alice's stamp for that. 2018-05-28 10:34:29 -07:00
jMyles 4ae1c5a546 Passing delegator_signing_key where it's needed in Character. 2018-05-28 00:06:39 -07:00
Kieran Prasch a943bdfeb2 Update travis with allowable faulre for python 3.7 2018-05-24 11:00:54 -07:00
Kieran Prasch 2558bb1532 Fixes miner collecting stake reward fixture scoping 2018-05-24 10:48:57 -07:00
Kieran Prasch ae9917e779 Update actor and characters tests post-integration 2018-05-24 10:48:57 -07:00
Kieran Prasch 763c29eeac Merge Blockchain actors and Characters 2018-05-24 10:48:57 -07:00
Kieran Prasch 8dae3b7c4a Give deployers agency method, keep Registrar up to date 2018-05-24 10:48:57 -07:00
Kieran Prasch 722cf9918f Nucypher and BlockchainConfig and it's tenticles; Related NucypherConstants and ContractInterface updates. 2018-05-24 10:48:57 -07:00
Kieran Prasch ea6ceba6c4 ContractInterface and Blockchain singeltons for config; Modifies time travel base. 2018-05-24 10:48:57 -07:00