szotov
|
390bf0ba46
|
Remove unused import
|
2019-09-18 18:23:06 +03:00 |
szotov
|
800876638f
|
Reset chain using block hash
|
2019-09-15 18:22:27 +03: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 |
K Prasch
|
e183ff9d52
|
Merge pull request #1315 from KPrasch/master
Bump version: 0.1.0-alpha.27 → 0.1.0-alpha.28
|
2019-09-10 16:45:37 -07:00 |
Kieran Prasch
|
bdc83168a8
|
Bump version: 0.1.0-alpha.27 → 0.1.0-alpha.28
|
2019-09-10 15:41:15 -07:00 |
MacLane S Wilkison
|
d743778308
|
Merge pull request #1226 from jMyles/master
Project description.
|
2019-09-10 15:28:08 -07:00 |
MacLane Wilkison
|
3b1cdca7d3
|
Replace secure data exchange with dynamic access control and remove
secure computation.
|
2019-09-10 13:48:26 -07:00 |
David Núñez
|
d6e842d815
|
Merge pull request #1259 from cygnusv/stakers
Add staker info tools to `nucypher status`
|
2019-09-10 22:37:45 +02: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
|
39f6289a7c
|
Utility to get list of active, pending and inactive stakers. Use it in `nucypher status network`
|
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
|
241254c2f5
|
Addresses assorted RFCs
|
2019-09-10 22:14:29 +02:00 |
Kieran R. Prasch
|
f505012b10
|
Remove configuration dependency from status CLI. renames CLI 'view' -> 'network'. Support status via registry filepath.
|
2019-09-10 22:14:29 +02:00 |
David Núñez
|
70b7307f30
|
Add basic help text to nucypher status
|
2019-09-10 22:14:29 +02:00 |
David Núñez
|
38f736d9f8
|
Improve nucypher status stakers: prettier output, allow specify one staker
|
2019-09-10 22:14:29 +02:00 |
David Núñez
|
b416b74381
|
Improve nucypher status locked-tokens: shows bars with min & max
|
2019-09-10 22:14:29 +02:00 |
David Núñez
|
beb0e04d86
|
Improve coverage of StakingEscrowAgent wrt to StakingEscrow contract
|
2019-09-10 22:14:29 +02:00 |
David Núñez
|
99403a3a93
|
First pass at nucypher status stakers and nucypher status locked-tokens
|
2019-09-10 22:14:29 +02:00 |
David Núñez
|
20de10ea6f
|
Add round() to NU
|
2019-09-10 22:14:29 +02:00 |
David Núñez
|
9e5a825855
|
Enrich API of StakingEscrowAgent: get_stakers(), get_all_locked_tokens()
|
2019-09-10 22:14:29 +02:00 |
K Prasch
|
f03b16ede0
|
Merge pull request #1157 from KPrasch/ownership
Ownership Inspection and Transference
|
2019-09-10 12:55:30 -07: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
|
0f14fe9b45
|
Respond to RFCs in PR #1157
|
2019-09-09 14:56:56 -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
|
09f509a105
|
Add inspect to cli docsstring
|
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
|
3f54a57cf8
|
Provider deployer, agent, and interface accomodations for ownership transferrence,
|
2019-09-09 14:49:37 -07:00 |
Kieran Prasch
|
c2bde46878
|
Tests describing nucypher-transfer and status commands.
|
2019-09-09 14:47:49 -07:00 |
K Prasch
|
a1db783cbb
|
Merge pull request #1310 from KPrasch/master
Bump version: 0.1.0-alpha.26 → 0.1.0-alpha.27
|
2019-09-09 12:45:57 -07:00 |
Kieran Prasch
|
434a07454b
|
Bump version: 0.1.0-alpha.26 → 0.1.0-alpha.27
|
2019-09-09 11:44:25 -07:00 |
K Prasch
|
9b3d88d276
|
Merge pull request #1304 from szotov/compatibility
Increasing windows compatibility in tests
|
2019-09-09 11:42:17 -07:00 |
K Prasch
|
f6bd0863d2
|
Merge pull request #1284 from michwill/staking-guide-update
Staking / Ursula guide update
|
2019-09-09 11:41:32 -07:00 |
David Núñez
|
d13fb1af07
|
Merge pull request #1296 from KPrasch/deps
Relock Dependencies; Use Pip throughout CI
|
2019-09-09 20:35:18 +02:00 |
Michael Egorov
|
05ad71fb6c
|
Checksum format without Etherscan
|
2019-09-07 06:56:35 -07:00 |
szotov
|
aac569422a
|
Temporary paths generalization
|
2019-09-07 15:08:27 +03:00 |
Michael Egorov
|
3ef79b35f5
|
attache attached
|
2019-09-06 16:23:48 -07:00 |
Michael Egorov
|
ebcb5e191d
|
Small fix (Derek)
|
2019-09-06 16:23:48 -07:00 |
Michael Egorov
|
2b7fa7eaef
|
Responding the RFCs
|
2019-09-06 16:23:48 -07:00 |
Michael Egorov
|
4b8b31cff6
|
Collect both types of compensations
|
2019-09-06 16:23:48 -07:00 |
Derek Pierre
|
aa8ea76f55
|
Fix typo 'in' -> 'is'
|
2019-09-06 16:23:48 -07:00 |