Michael Egorov
|
6736a60f3e
|
Change character control spec format to include optional arguments
|
2019-10-01 12:14:33 -07:00 |
David Núñez
|
38e71dd02b
|
Merge pull request #1372 from cygnusv/noche
Add @pytest.mark.nightly marker to specify nightly tests
|
2019-10-01 15:18:35 +02:00 |
David Núñez
|
87996ba35f
|
New statistical_tests job for nightly CI builds. Test sampling there
|
2019-09-30 23:09:15 +02:00 |
David Núñez
|
6add1d8275
|
Add support to @pytest.mark.nightly marker to signal nightly tests
|
2019-09-30 23:05:07 +02:00 |
Kieran R. Prasch
|
82c377234b
|
Respond to RFCs in PR #1344
|
2019-09-30 11:45:51 -07:00 |
Kieran R. Prasch
|
c3be5a7854
|
Basic upgrade and re-target deployer CLI painting.
|
2019-09-30 09:04:09 -07:00 |
Kieran R. Prasch
|
2e7a886391
|
Clean-up on isle 4... the registries are spraying all over the codebase
|
2019-09-30 09:04:09 -07:00 |
Kieran Prasch
|
de61088faa
|
Extact deployer CLI registry acquisition to actions
|
2019-09-30 09:04:09 -07:00 |
Kieran Prasch
|
dab1a13e11
|
Registry In/Out file management, CLI test integration with proxy retargeting.
|
2019-09-30 09:04:09 -07:00 |
Kieran Prasch
|
0a713c1e51
|
Bare deployment and Retargeting tests for deployer and CLI
|
2019-09-30 09:04:09 -07:00 |
Kieran Prasch
|
2567bdd3ec
|
Deployer tooling for accessing untarget, but enrolled contracts by version index.
|
2019-09-30 09:04:09 -07:00 |
Kieran Prasch
|
859e572587
|
Creates a 'bare' deployment workflow for deployment; Only engage deploy_essential, optionally.
|
2019-09-30 09:04:09 -07:00 |
Kieran Prasch
|
22be285fb2
|
Buildout deployer proxy contract retargeting via CLI
|
2019-09-30 09:04:09 -07:00 |
szotov
|
770e75389d
|
Fix StakingEscrow state for upgrading
|
2019-09-30 09:04:09 -07:00 |
David Núñez
|
07af77d74d
|
Merge pull request #1318 from szotov/tests-optimization
Contracts tests time optimization
|
2019-09-25 15:27:45 +02:00 |
K Prasch
|
314ab277b1
|
Merge pull request #1339 from KPrasch/restake
Restaking Control
|
2019-09-19 11:46:48 -07:00 |
Kieran R. Prasch
|
6761fde377
|
Respond to RFCs in PR #1339: Remove duplicated restaking methods, Docs touchups; ContractAgency, restaing agency layer assertions.
|
2019-09-19 10:54:25 -07:00 |
szotov
|
390bf0ba46
|
Remove unused import
|
2019-09-18 18:23:06 +03:00 |
Kieran R. Prasch
|
00a52f0ca7
|
Stronger restaking CLI assertions.
|
2019-09-17 22:42:18 -07:00 |
Kieran Prasch
|
80382ad88c
|
Use LocalContractRegistry in deployment command tests; Add ID to registry repr.
|
2019-09-17 14:34:58 -07:00 |
Kieran Prasch
|
3af265916c
|
Crafting CLI access to enable/diable restaking.
|
2019-09-16 21:42:29 -07:00 |
Kieran Prasch
|
6af7813e6a
|
Restaking control via Staker Actor.
|
2019-09-16 20:59:28 -07:00 |
Kieran Prasch
|
5860075142
|
Restaking access by Agency.
|
2019-09-16 20:45:50 -07:00 |
Kieran Prasch
|
6bdf968a61
|
Describe ownablity on deployer classes.
|
2019-09-16 18:09:18 -07:00 |
Kieran Prasch
|
c2de8d5a57
|
Re-encapsulate and dehydrate upgradeable and ownable logic in deployers.
|
2019-09-16 09:45:41 -07:00 |
szotov
|
800876638f
|
Reset chain using block hash
|
2019-09-15 18:22:27 +03:00 |
Kieran Prasch
|
ab20afc45c
|
Test modifications for CLI lifecycle to accomodate ImMemoryRegistry as the default.
|
2019-09-14 10:01:27 -07:00 |
Michael Egorov
|
2ba62bbf5b
|
CLI test bugfix - cli bug revealed
|
2019-09-13 23:31:39 -07:00 |
szotov
|
f58eb7a090
|
Monkey patch to prevent gas estimates
|
2019-09-12 11:09:00 +03:00 |
szotov
|
c0a4f976c6
|
Reset state in testerchain
|
2019-09-12 11:08:59 +03:00 |
David Núñez
|
76103e806c
|
Skip test_sampling_distribution until we have a solution for snail tests
See #1288
|
2019-09-10 22:14:30 +02:00 |
David Núñez
|
9614646593
|
Use regex matching in tests for nucypher status output. Fix broken stuff here and there.
|
2019-09-10 22:14:29 +02:00 |
David Núñez
|
7b8b31df22
|
Getting rid of old `session_agency` fixture. Use `agency` instead.
|
2019-09-10 22:14:29 +02:00 |
David Núñez
|
812349ffd5
|
Reduce probability of skewed stake distribution in stakers fixture
|
2019-09-10 22:14:29 +02:00 |
David Núñez
|
e1b4de272e
|
Tests for `nucypher status stakers` and `nucypher status network`
|
2019-09-10 22:14:29 +02:00 |
David Núñez
|
20de10ea6f
|
Add round() to NU
|
2019-09-10 22:14:29 +02:00 |
Kieran Prasch
|
3b3c2f2f1c
|
Respond to RFCs in PR #1157 Pt. II.
|
2019-09-10 12:35:51 -07:00 |
Kieran R. Prasch
|
07c8d58057
|
Restores UserEscrow Deployer Testing; Clarify test naming for user escrow ( to be preallocation escrow ).
|
2019-09-09 18:41:42 -07:00 |
Kieran R. Prasch
|
baf55630d2
|
Passing ownership transfer CLI tests + consolidation.
|
2019-09-09 14:51:12 -07:00 |
Kieran R. Prasch
|
fa3285a310
|
Use session-based deployment secrets for testing upgrades; Adjustments for ownership CLI tests.
|
2019-09-09 14:51:11 -07:00 |
Kieran R. Prasch
|
ec5fab3b4f
|
UserEscrowProxy is now part of agency. Divergence amendments for status testing.
|
2019-09-09 14:50:46 -07:00 |
Kieran R. Prasch
|
562e5c6b2d
|
Working ownership inspection and status commands.
|
2019-09-09 14:50:46 -07:00 |
Kieran Prasch
|
f210ce0688
|
Details nucypher status output; Passing nucypher transfer-ownership tests; Deploy UserEscrowProxy in agency fixture.
|
2019-09-09 14:50:44 -07:00 |
Kieran Prasch
|
a3be973700
|
Extract ownership transfer CLI tests to new test module.
|
2019-09-09 14:49:38 -07:00 |
Kieran Prasch
|
d5c5412f42
|
nucypher-deploy status command detailing contract deployment ownerships; introduce nucypher-deploy transfer-ownership entry point.
|
2019-09-09 14:49:38 -07:00 |
Kieran Prasch
|
c2bde46878
|
Tests describing nucypher-transfer and status commands.
|
2019-09-09 14:47:49 -07:00 |
Kieran R. Prasch
|
ac25da7e56
|
Allow chain ID to be used in transaction building after upstream fixes via web3.py
|
2019-09-06 11:59:05 +02:00 |
Kieran R. Prasch
|
6bdfc6c331
|
Re-implements some ursula mocking via pytest-mock spy.
|
2019-09-06 11:59:01 +02:00 |
szotov
|
5588600ada
|
Factory for economics, fixed tests
|
2019-09-04 18:20:02 +03:00 |
szotov
|
14086d538a
|
Fix after rebasing
|
2019-09-04 13:24:03 +03:00 |