David Núñez
|
428c7f2a0e
|
TODOs and housekeeping
|
2019-12-11 13:27:08 +01:00 |
David Núñez
|
2caa88c68d
|
Adapt tests to latests changes in PreallocationEscrow
|
2019-12-11 13:27:08 +01:00 |
David Núñez
|
fe11752e58
|
Introduce mock_transacting_power_activation fixture
|
2019-12-11 13:27:08 +01:00 |
David Núñez
|
da7a572549
|
Adapt tests to new registry fetching; extract common fixture.
|
2019-12-11 13:27:08 +01:00 |
David Núñez
|
cf5cef9a20
|
Adapt PreallocationEscrow deployer and tests to latest changes
|
2019-12-11 13:27:08 +01:00 |
K Prasch
|
e10bcf5647
|
Merge pull request #1493 from KPrasch/cadmium
Ensure all tests can run in a singe session; Docker adjustments
|
2019-12-10 00:41:41 -08:00 |
Kieran R. Prasch
|
40e5ed7934
|
Adds optional explicit allocation file output directory; Implement in tests.
|
2019-12-09 17:04:49 -08:00 |
David Núñez
|
193b53ee1b
|
Merge pull request #1498 from nucypher/todo-party
After TODO party clean-up 🎉
|
2019-12-07 17:54:42 +00:00 |
David Núñez
|
c82d78b08b
|
Inaugural TODO Party: Review TODOs in blockchian modules.
|
2019-12-06 20:59:59 -08:00 |
K Prasch
|
86cd87dad6
|
Merge pull request #963 from nucypher/doubtfire
[EPIC] Doubtfire: Modifications for Monitoring Applications
|
2019-12-06 12:18:56 -08:00 |
Kieran R. Prasch
|
b49636c25c
|
Remove superfluous registry assertion, since it is variable, often in-memory.
|
2019-12-04 18:53:58 -08:00 |
Kieran R. Prasch
|
42ee86b4d2
|
Ensure fresh mock registry for each module test.
|
2019-12-04 18:53:05 -08:00 |
Kieran R. Prasch
|
5d267e4fa5
|
Remove test allocation files at the end of deployer tests involving preallocations.
|
2019-12-04 17:45:50 -08:00 |
Kieran R. Prasch
|
e814cc464e
|
Include min password length when asking for it.
|
2019-12-04 17:44:57 -08:00 |
vzotova
|
e0e648cf40
|
Reentrancy tests
|
2019-12-04 12:41:01 +01:00 |
David Núñez
|
376b8d1857
|
Merge pull request #1121 from vzotova/optimization
Contracts size optimizations
|
2019-12-04 11:23:26 +00:00 |
Kieran R. Prasch
|
57df8069a4
|
use random worker private key in manual worker fixture; remove stale script.
|
2019-12-03 21:05:25 -08:00 |
Kieran R. Prasch
|
aa2c6b191e
|
Fixes #1343 - Move StakeHolder to blockchain Actors.
|
2019-12-02 18:28:02 -08:00 |
derekpierre
|
e3acb7788b
|
Remove Moe CLI test.
|
2019-12-02 10:45:02 -05:00 |
Victoria
|
fd5d0be500
|
Apply suggestions from code review #1121
Co-Authored-By: David Núñez <david@nucypher.com>
|
2019-11-27 10:09:48 +01:00 |
vzotova
|
131ebda9cc
|
Few more contract optimizations
|
2019-11-27 11:50:24 +03:00 |
vzotova
|
693928c4e6
|
EstimateGas script refactoring
|
2019-11-27 11:50:24 +03:00 |
vzotova
|
a14b4e5e8b
|
createPolicy optimization
|
2019-11-27 11:50:24 +03:00 |
vzotova
|
4718569128
|
Small optimization for PolicyManager
|
2019-11-27 11:50:23 +03:00 |
vzotova
|
5d777b6a68
|
Few more size optimizations for StakingEscrow
|
2019-11-27 11:50:23 +03:00 |
vzotova
|
854b4d9eb7
|
First optimization step for StakingEscrow
|
2019-11-27 11:50:22 +03:00 |
derekpierre
|
1cacffa153
|
Fix in memory SQLite test case
|
2019-11-25 21:57:37 -05:00 |
Kieran R. Prasch
|
b27aaa8f5d
|
Use in-memory sqlite for sql node storage testing.
|
2019-11-25 17:09:09 -08:00 |
Kieran R. Prasch
|
a4ce120e1d
|
Removes selenium conftest setup.
|
2019-11-25 16:22:50 -08:00 |
Kieran R. Prasch
|
9059ddf660
|
Extricate Status Apps.
|
2019-11-25 16:22:50 -08:00 |
derekpierre
|
1da11ed1d6
|
Initial code for SQLiteForgetfulNodeStorage to eventually be used for tracking network status
|
2019-11-25 16:22:50 -08:00 |
derekpierre
|
83ca610c6a
|
Initial separation of Moe crawler vs dashboard
|
2019-11-25 16:22:50 -08:00 |
derekpierre
|
0417f3540a
|
Fixed Ursula status pages test to pass once federated ursula status pages work
Add circleci_only marker for tests
|
2019-11-25 16:22:50 -08:00 |
derekpierre
|
748fd0e34d
|
Update reasoning for skipping Ursula status page tests
|
2019-11-25 16:22:50 -08:00 |
derekpierre
|
95bbc502f0
|
Remove pytest-dash from all dependencies
Rebuild dependencies to include dash[testing]
|
2019-11-25 16:22:50 -08:00 |
derekpierre
|
7daedf4bf6
|
Initial code to transition tests to dash[testing] from pytest-dash.
Note, tests are skipped and don't yet work with dash[testing] - this is to allow for CI builds to pass
|
2019-11-25 16:22:50 -08:00 |
derekpierre
|
b2e98930e4
|
Setup tests to work once latest stable Chrome version can be used by instapy-chromedriver
Specify named parameters to UrsulaStatusPage
|
2019-11-25 16:22:50 -08:00 |
derekpierre
|
5335eae273
|
Moe/Ursula status page: separate network tests for status pages into subfolder.
Only tests in the network folder itself are run (not subdirectories)
Created status subdirectory for status tests so that they are run separately
|
2019-11-25 16:22:50 -08:00 |
derekpierre
|
9106231ccb
|
Moe/Ursula status page: Updated unit tests for ursula status page
Hooked up pytest-dash/selenium for UI test
Removed extra logging
|
2019-11-25 16:22:50 -08:00 |
Kieran R. Prasch
|
6105ffe235
|
Accommodate inter-test-module transacting power unlocking where needed (eth-test =>0.3.0b0).
|
2019-11-25 13:32:04 -08:00 |
Kieran R. Prasch
|
fede665c49
|
Fixes for #1463.
|
2019-11-22 15:08:43 -08:00 |
Victoria
|
3743ccde1b
|
Apply suggestions from code review
Co-Authored-By: MacLane S Wilkison <maclane@nucypher.com>
|
2019-11-19 16:12:37 +03:00 |
vzotova
|
1dee796bbd
|
Added marker for "light" client to blockchain interface, used "light" parameter for pagination, test for pagination
|
2019-11-19 16:12:37 +03:00 |
vzotova
|
f428984401
|
Pagination for getAllACtiveStakers method
|
2019-11-19 16:12:36 +03:00 |
David Núñez
|
9613aeb6a2
|
Improve collection of allocation receipts
|
2019-11-07 23:21:36 +01:00 |
K Prasch
|
88d5d38b66
|
Merge pull request #1327 from nucypher/biznaga
[EPIC] Biznaga: Integration of testnet with staking contracts
|
2019-10-25 15:36:42 -07:00 |
K Prasch
|
a518aa9767
|
Merge pull request #1364 from szotov/extract-sample
Extract sample() from solidity to python
|
2019-10-25 15:34:40 -07:00 |
David Núñez
|
a2b4cc9d82
|
Apply suggestions from code review
Co-Authored-By: MacLane S Wilkison <maclane@nucypher.com>
Co-Authored-By: Derek Pierre <derek.pierre@gmail.com>
|
2019-10-23 22:06:48 +02:00 |
David Núñez
|
e124fe50e6
|
Merge remote-tracking branch 'upstream/master' into biznaga
Fix conflicts in nucypher stake and nucypher-deploy
|
2019-10-22 22:53:23 +02:00 |
derekpierre
|
e84f3b56a7
|
RFC changes based on reviews for PR 1417.
|
2019-10-21 09:27:23 -04:00 |