Commit Graph

2222 Commits (d615587e64030f7f45e8ed9b470604963840cc77)

Author SHA1 Message Date
K Prasch d558c43e4a
Merge pull request #423 from tuxxy/flag-utils
Flag some utilities as testing-only utilities
2018-09-06 06:07:27 -07:00
tuxxy d0301a7818 Fix imports for restructured test utilities 2018-09-06 06:55:28 -06:00
tuxxy c1c2d10be9 Move some blockchain utils to sandbox.py 2018-09-06 04:46:54 -06:00
tuxxy feeb6ce928 Move network.py Mock classes to sandbox.py 2018-09-06 04:32:16 -06:00
tuxxy 72f1163d26 Create sandbox.py file for non-production utilities 2018-09-06 04:24:39 -06:00
Tux fb53da2064
Merge pull request #371 from szotov/new-management
Improvements for the dispatcher
2018-09-01 16:40:25 +02:00
szotov 7dc40d83b1 Changed gas limit for tests 2018-09-01 17:08:23 +03:00
szotov 953054af9a Added rounding of time for the first period in some tests (issue #385) 2018-09-01 16:23:42 +03:00
szotov 204d3674af Added checking of secret in the upgrading method in the user escrow contract 2018-09-01 16:13:42 +03:00
szotov 86e5df2585 Renamed `downtime` to `pastDowntime` in the MinersEscrow contract 2018-09-01 15:59:00 +03:00
szotov c75cd0e330 Fixed upgrade contracts test in test_integration.py 2018-09-01 15:46:41 +03:00
szotov e1b4c82723 Added checking of secret in the upgrading method in the dispatcher contract 2018-09-01 15:46:40 +03:00
szotov 9db9b6c4ee Improved comments on tests, added comments to the mining coefficients in constants.py 2018-09-01 15:11:59 +03:00
szotov 40a77d0414 Removed government contract 2018-09-01 14:50:41 +03:00
Arjun Hassard b42d9e7f36
Merge pull request #416 from arjunhassard/master
#275 - NC Beachhead: a starter guide to access management with NuCypher
2018-09-01 12:24:35 +02:00
Harry Arjun Hassard 4d1cabe652 NC Beachhead 2018-09-01 01:05:51 +02:00
Kieran R. Prasch 172fb82370 CircleCI: Update contract integration test name 2018-08-31 15:41:58 -07:00
Kieran R. Prasch 3d653599b5 Update existing UserEscrow API to follow convention (using agency) 2018-08-31 15:17:12 -07:00
Kieran R. Prasch 06e0575642 Small bug fixes, post-rebase madness 2018-08-31 15:17:12 -07:00
Kieran R. Prasch 4de47ddd3d remove stale module 2018-08-31 12:30:57 -07:00
Kieran R. Prasch 74618b9297 Update Pipfile with hendrix release 2018-08-31 12:23:15 -07:00
Kieran R. Prasch 4d79202e32 Update nucypher.ini default example 2018-08-31 12:22:44 -07:00
Kieran R. Prasch 390b01fb2d Use kprasch's fork of eth-tester; Integrate the downstream changes from PR #123 2018-08-31 12:22:42 -07:00
Kieran R. Prasch c70dd8a703 Pin high-velocity versions to Pipenv, for now. 2018-08-31 12:21:05 -07:00
jMyles b40707eeeb Uncorked stake (ie, Ursula doesn't stake really for tests) and removed skips. 2018-08-31 12:21:05 -07:00
jMyles 785bc95626 Simpler InterfaceInfo. Loopback literals are now localhost. 2018-08-31 12:21:05 -07:00
jMyles 4e60aa5c9d certificate is now public and can be passed in. 2018-08-31 12:21:05 -07:00
jMyles 8a3f73604a Simplifies Ursula interface info with metadata (after all, it's just her bytes). 2018-08-31 12:21:03 -07:00
jMyles 29039ddfa6 Powers no longer yield public keys specifically, but public material generally of any type. 2018-08-31 12:20:30 -07:00
jMyles 093f755dc0 Test showing that node can be verified with certificate. 2018-08-31 12:20:30 -07:00
jMyles 23df7b7249 Passing and using host in HostingKeypair. 2018-08-31 12:20:30 -07:00
jMyles b435547149 Passing and using host in node certificate. 2018-08-31 12:20:30 -07:00
jMyles 3329164f86 These tests are a little funny for the moment. Need to skip them until we get stake() working properly again. 2018-08-31 12:20:30 -07:00
jMyles bd41f34a70 Undoing some of @kprasch's partial pasting practice. 2018-08-31 12:20:30 -07:00
jMyles f379f4e62b That's... that's the wrong name you got there. 2018-08-31 12:20:30 -07:00
jMyles aa5566c856 Actually emit a critical log in the case that an unhandled error happens and we're choosing not to handle it here. 2018-08-31 12:20:30 -07:00
Kieran Prasch 136b485664 Update pyevm backend subclass, use URI for provider connection 2018-08-31 12:20:29 -07:00
Kieran Prasch 5c922ba16d Small bug fixes + Improve type hints, error mesages, and documentation 2018-08-31 12:19:16 -07:00
Kieran Prasch bcd8b5834e Adds from_config methods to Alice and Bob 2018-08-31 12:17:34 -07:00
Kieran Prasch d23a05536c Project-wide automated import optimization, followed-up with some hand-tweaking 2018-08-31 12:15:55 -07:00
Kieran Prasch 0cc2f3792f CircleCI: directly use install solc script to dodge pipenv api changes 2018-08-31 12:11:45 -07:00
Kieran Prasch a125614edf Keep tests passing along the way. 2018-08-31 12:11:27 -07:00
Kieran Prasch 1f63046ed2 Bifurcate interfaces module; Circumflex -> Interface 2018-08-31 12:05:29 -07:00
Kieran Prasch 48e151a8bf Update pyevm backend subclass, use URI for provider connection 2018-08-31 12:04:54 -07:00
Kieran Prasch 6b1d887459 Small bug fixes + Improve type hints, error mesages, and documentation 2018-08-31 12:01:06 -07:00
Kieran Prasch 65a26a8dd8 Adds from_config methods to Alice and Bob 2018-08-31 11:58:34 -07:00
Kieran Prasch 3154fb97b6 Project-wide automated import optimization, followed-up with some hand-tweaking 2018-08-31 11:55:04 -07:00
Kieran Prasch 8e1c8eb375 CircleCI: directly use install solc script to dodge pipenv api changes 2018-08-31 11:50:19 -07:00
Kieran Prasch ca4bb61193 Keep tests passing along the way. 2018-08-31 11:49:55 -07:00
Kieran Prasch 83435792ac Upgrade ETH deps: eth-tester/#123 2018-08-31 11:47:42 -07:00