Kieran Prasch
|
ba996f5d0c
|
Alter CLI deply tests to tests geth provder, First pass.
|
2019-06-03 22:50:40 +03:00 |
Kieran Prasch
|
621dbf9068
|
post rebase cleanup
|
2019-06-03 22:50:40 +03:00 |
Kieran Prasch
|
d9edf1fcfa
|
Move deployment secret interactivity to concise internal deployment API
|
2019-06-03 22:50:40 +03:00 |
Kieran Prasch
|
27ecc40b9d
|
post rebase cleanup
|
2019-06-03 22:50:40 +03:00 |
Kieran Prasch
|
8371df1fcc
|
Move deployment secret interactivity to concise internal deployment API
|
2019-06-03 22:50:40 +03:00 |
David Núñez
|
eaf79d70c6
|
Adds missing sanity checks in economics test. Also closes #831.
|
2019-05-16 16:07:33 +02:00 |
David Núñez
|
e0cf8393e7
|
Generalize k1 check for cases when multiplier is not 0.5
|
2019-05-16 16:07:33 +02:00 |
David Núñez
|
6b8a3eb833
|
Additional sanity checks for coefficients k1 and k2 in token economics
|
2019-05-16 16:07:33 +02:00 |
Kieran Prasch
|
896b88213a
|
Respond to RFCs in PR #866
|
2019-04-24 20:05:51 +03:00 |
Kieran Prasch
|
7ca7eabe8f
|
Be slightly more specific about deployment gas; Advance failure cases to assist in debugging.
|
2019-04-22 23:18:51 +03:00 |
Kieran Prasch
|
14a24d7085
|
Refine TokenEconomics implementation; Respond to RFCs on #866
|
2019-04-22 23:18:51 +03:00 |
Kieran Prasch
|
270c56dcc4
|
CLI deployment adjustments and post-rebase cleanup.
|
2019-04-22 23:18:51 +03:00 |
Kieran Prasch
|
13d4b5c448
|
Relocate staking methods to the Stake class, away from Actors; Staking API bug fixes and consistency check.
|
2019-04-22 23:18:51 +03:00 |
Kieran Prasch
|
e1e79c67ef
|
Updates estimate_gas to utilize TokenEconomics; Straggler renames and updates.
|
2019-04-22 23:18:51 +03:00 |
Kieran Prasch
|
00eaba0d00
|
Keep economic coefficients as decimal until explictly cast
|
2019-04-22 23:18:51 +03:00 |
Kieran Prasch
|
a0bfb22c05
|
Introduce MiningAdjudicator deployer & agent; Deployment entry points and integration testing.
|
2019-04-22 23:18:51 +03:00 |
Kieran Prasch
|
0f0841c0a5
|
Expand TokenEconomics tests to consider the generation of deployment-ready parameters.
|
2019-04-22 23:18:51 +03:00 |
Kieran Prasch
|
2d943e6afb
|
Refactor stake as a self-validating insnatce; Introduce token economincs via dep. injection throughout tests and blockchain API.
|
2019-04-22 23:18:49 +03:00 |
David Núñez
|
41f60099d3
|
Use TesterBlockchain's test accounts
|
2019-04-12 07:52:15 +02:00 |
David Núñez
|
01c466554a
|
Don't use TesterBlockchain.ether_airdrop if it's already funded or can be done in the constructor
|
2019-04-12 07:52:15 +02:00 |
Kieran Prasch
|
b74d6e548a
|
NuWei -> NuNit
|
2019-03-18 12:31:08 -07:00 |
Kieran Prasch
|
2d518f8e62
|
Currency -> Token; Improve readability of blockchain constants
|
2019-03-18 12:31:08 -07:00 |
Kieran Prasch
|
091adbae71
|
Move NU and Stake to currency.py
|
2019-03-17 12:47:35 -07:00 |
Kieran Prasch
|
01bb9c1ef4
|
Upgrade to a dictionary for Ursula stake tracking.
|
2019-03-14 19:32:06 -07:00 |
Kieran Prasch
|
95c4cfe974
|
Dont update local stake cache in read-only operations
|
2019-03-14 16:50:11 -07:00 |
Kieran Prasch
|
b68fb2a8b7
|
Divide stake tests reflect NU Implementation
|
2019-03-14 16:36:09 -07:00 |
Kieran Prasch
|
d1dd66e27c
|
Port lower-level stake validators to us NU
|
2019-03-14 16:35:24 -07:00 |
Kieran Prasch
|
215bf5ad7f
|
Denomination management implementation with NU and Web3.
|
2019-03-14 13:38:19 -07:00 |
Kieran Prasch
|
91c5f565dc
|
Allow rewards to be collected to an alternate address. Tighter assertions on reward collection.
|
2019-03-09 18:29:44 -08:00 |
Kieran Prasch
|
244f0e0885
|
Update tests to accomodate staking CLI requirements: orders blockchain Ursulas, better fixture organization; Staking CLI integraton tests.
|
2019-03-09 17:31:28 -08:00 |
Kieran R. Prasch
|
9a00a84f4c
|
Allow beneficiary allocation registry specification to accept an instance or filepath
|
2019-03-09 17:29:54 -08:00 |
Kieran Prasch
|
3b9c229963
|
Collect staking reward CLI
|
2019-03-09 17:29:54 -08:00 |
MacLane Wilkison
|
86116706ff
|
Change license notices in module headers to AGPL
|
2019-03-04 18:55:28 -08:00 |
MacLane Wilkison
|
9ed5b1e6f6
|
Remove unused variables+imports and make PEP 8 fixes in tests
|
2019-02-15 15:12:33 -07:00 |
szotov
|
d8e637c7db
|
Fix escrow agent test
|
2019-02-12 09:07:01 -07:00 |
Kieran Prasch
|
8922af389c
|
Updates Web3 python API usage to v5.0.0-alpha.3
|
2019-01-15 11:47:40 -08:00 |
tuxxy
|
ef497e6a1f
|
Rename TestPolicyMetadata to MockPolicyMetadata
|
2018-12-13 14:17:43 -07:00 |
Kieran Prasch
|
ed23e08df1
|
Update tests to use thinned keyring and configuration API
|
2018-12-05 15:59:50 -08:00 |
tuxxy
|
7feabb6cb2
|
Add GPLv3 -- nucypher is free as in freedom
|
2018-11-04 13:16:42 -07:00 |
jMyles
|
0ba7db7970
|
node storage commented out, lots of slow tests skipped, but things pass now.
|
2018-10-27 22:20:05 +02:00 |
Kieran R. Prasch
|
eec736d340
|
Deprecate arming in favor of readiness checks; Generate a default DB name for Ursulas.
|
2018-10-27 21:51:32 +02:00 |
Kieran R. Prasch
|
dafb181513
|
Tests UserEscrow Agency
|
2018-10-27 21:51:32 +02:00 |
Kieran Prasch
|
4f2c8a8352
|
Let Deployer attach an allocation registry or deployer address to it's interface at startup.
|
2018-10-27 21:51:32 +02:00 |
Kieran Prasch
|
4c01385416
|
Tests deployment and agency components with layering in mind, (Includes UserEscrow) mirrors lower level tests with higher-level integration points
|
2018-10-27 21:51:28 +02:00 |
Kieran Prasch
|
0fad80a3e3
|
Draft of test for deployment actor
|
2018-10-17 09:34:53 -07:00 |
Kieran Prasch
|
b3b644f7a0
|
Agent and deployer layer testing, including beneficiary contracts
|
2018-10-17 09:33:30 -07:00 |
Kieran Prasch
|
c37683ee35
|
Builds out test agent test layer; Reorganizes non-federated test modules
|
2018-10-16 12:46:30 -07:00 |
Kieran Prasch
|
92d4434df6
|
Prepare to subdivide non-federated test suite modules; Cleanup
|
2018-10-16 12:43:29 -07:00 |
Kieran Prasch
|
ab798bb4f3
|
Carefully piece together NodeConfiguration that works for lazy, temp, test, and real configs; Read seed registry
|
2018-10-02 11:32:55 -07:00 |
Kieran Prasch
|
4ab2807a9f
|
Update test fixture to testerchain netloc URI; Inreaces test coverage for deployer and agent.
|
2018-10-02 11:32:55 -07:00 |