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
|
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
|
b81a13b432
|
Testing creation of additional test accounts. It still fails.
|
2019-04-14 00:36:29 +02:00 |
David Núñez
|
27046827cf
|
Testing unassigned accounts and that accounts can send TXs
|
2019-04-12 07:52:15 +02:00 |
David Núñez
|
82e59786ef
|
Test account generation of TesterBlockchain
|
2019-04-12 07:52:15 +02:00 |
Kieran Prasch
|
b74d6e548a
|
NuWei -> NuNit
|
2019-03-18 12:31:08 -07:00 |
Kieran Prasch
|
686fffa9eb
|
Understand NU to act as a floor number caster for fractional NuNit values.
|
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
|
24d346069d
|
Several more assertions for mixed-types NU.__init__
|
2019-03-17 11:50:08 -07:00 |
Kieran Prasch
|
c069b0a2f9
|
Dont reinvent eth_utils! Port NU conversions to implement eth-utils to/from wei interfaces.
|
2019-03-15 09:55:45 -07:00 |
David Núñez
|
f5eed5d787
|
Testing some edge cases for the NU class
|
2019-03-15 08:17:53 -07:00 |
Kieran Prasch
|
b29a32e1a4
|
Docstrings and type hints for nucypher blockchin utils NU and Stake
|
2019-03-14 19:51:22 -07:00 |
Kieran Prasch
|
01bb9c1ef4
|
Upgrade to a dictionary for Ursula stake tracking.
|
2019-03-14 19:32:06 -07:00 |
Kieran Prasch
|
79ca05605d
|
Baseline tests for NU and Stake classes
|
2019-03-14 13:38:21 -07: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 |
Kieran Prasch
|
58d8c3ffdd
|
Respond to RFCs - Deployer contract names are now public.
|
2018-12-12 18:06:50 -08:00 |
tuxxy
|
7feabb6cb2
|
Add GPLv3 -- nucypher is free as in freedom
|
2018-11-04 13:16:42 -07:00 |
Kieran Prasch
|
b3b644f7a0
|
Agent and deployer layer testing, including beneficiary contracts
|
2018-10-17 09:33:30 -07:00 |
Kieran Prasch
|
db384bf7c2
|
Keep compiler test module from being left beind: needs cleanup
|
2018-10-16 12:54:02 -07:00 |
Kieran Prasch
|
974cc23058
|
Agency transaction usage bug fixes
|
2018-10-16 12:51:49 -07:00 |
Kieran Prasch
|
92d4434df6
|
Prepare to subdivide non-federated test suite modules; Cleanup
|
2018-10-16 12:43:29 -07:00 |
Kieran Prasch
|
f9cfd597d4
|
Pass TLS certificate filepaths into node_information endpoint
|
2018-10-02 11:32:55 -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
|
8663bae64e
|
Dedicated method for writing the default blank registry at installation-time; Use no_seed_registry configuration during tests
|
2018-10-02 11:32:44 -07:00 |
Kieran Prasch
|
1f63046ed2
|
Bifurcate interfaces module; Circumflex -> Interface
|
2018-08-31 12:05:29 -07:00 |
Kieran Prasch
|
979d5e8def
|
Eliminate __init__.py under any test directory; Relocate utilities.
|
2018-08-31 11:03:54 -07:00 |
Kieran Prasch
|
e96e5fc95e
|
Respond to request for changes.
|
2018-06-26 16:15:11 -07:00 |
Kieran Prasch
|
8204351b6f
|
Integrate three agents with existing fixtures, restore token airdrop as a utility function.
|
2018-06-26 01:10:45 -07:00 |
Kieran Prasch
|
eb55117996
|
Prepares flattened contract registry for integration with circumflex.
|
2018-06-26 01:10:45 -07:00 |
Kieran Prasch
|
6807ac0bfc
|
Reorganize blockchain tests, remove stale test modules.
|
2018-06-26 01:10:45 -07:00 |