szotov
|
38d8361f35
|
Added new restriction to prolongStake
|
2019-08-21 21:27:40 +03:00 |
szotov
|
c0c2319443
|
Fix after rebasing
|
2019-08-21 21:27:40 +03:00 |
szotov
|
7094d77de4
|
Small changes in docs
|
2019-08-21 21:27:39 +03:00 |
szotov
|
60f341c3e0
|
Removed preDeposit method, fixed small issues
|
2019-08-21 21:27:38 +03:00 |
szotov
|
7c2e08872d
|
Fix getRemainingWork in worklock, worklock in intercontract test
|
2019-08-21 21:27:38 +03:00 |
szotov
|
75865a2388
|
Events for worklock
|
2019-08-21 21:27:37 +03:00 |
szotov
|
e6fff3973b
|
Tests for worklock
|
2019-08-21 21:27:36 +03:00 |
szotov
|
895411d312
|
Added function to prolong stake
|
2019-08-21 21:27:36 +03:00 |
szotov
|
b0090bcfa0
|
Added bidding phase in worklock
|
2019-08-21 21:27:35 +03:00 |
szotov
|
c173fc1e4f
|
Tests for work measurement
|
2019-08-21 21:27:34 +03:00 |
szotov
|
9b4aa51a89
|
Draft of the WorkLock implementation
|
2019-08-21 21:27:33 +03:00 |
Kieran R. Prasch
|
6e87e918d2
|
Set-Worker doc example that includes actual address setting.
|
2019-08-21 11:14:05 -07:00 |
K Prasch
|
c0bcb01dbd
|
Apply suggestions from code review
Co-Authored-By: David Núñez <david@nucypher.com>
|
2019-08-21 08:46:32 -07:00 |
Kieran R. Prasch
|
ebee61b5d6
|
Drafting Staking Guide set-worker and overview.
|
2019-08-20 23:59:28 -07:00 |
K Prasch
|
8cf2fa7b44
|
Merge pull request #1218 from nucypher/horchata
[EPIC] Horchata - Operative Decentralized Testnet
|
2019-08-20 14:38:21 -07:00 |
K Prasch
|
549ff8022c
|
Merge pull request #1241 from cygnusv/versionstatus
Add nucypher version to Ursula status page
|
2019-08-20 11:21:06 -07:00 |
David Núñez
|
df4d49f92a
|
Print nucypher version in Ursula status page. Fix #1235
|
2019-08-20 17:28:25 +02:00 |
K Prasch
|
54b891b14c
|
Merge pull request #1232 from KPrasch/staking-docs
Update StakeHolder CLI Documented Commands
|
2019-08-20 07:00:02 -07:00 |
K Prasch
|
ed45f30cc3
|
Merge pull request #1217 from cygnusv/alicebob
Minimum working example for decentralized Alice-Bob data flow
|
2019-08-20 06:13:41 -07:00 |
David Núñez
|
09298f45c5
|
Update to Character Control Guide
|
2019-08-19 13:51:58 +02:00 |
David Núñez
|
0a9fbb8570
|
Touches to installation guide
|
2019-08-19 13:21:17 +02:00 |
David Núñez
|
652f6610fc
|
Second pass to Staking guide docs
|
2019-08-19 13:14:43 +02:00 |
David Núñez
|
2c687d6e6b
|
Nucypher -> NuCypher
|
2019-08-19 12:35:56 +02:00 |
David Núñez
|
c10102aeb3
|
Updates to deployment guide
|
2019-08-19 12:35:56 +02:00 |
Kieran R. Prasch
|
e4e17df79f
|
Updates staking guide actions/command table, use latest CLI entities.
|
2019-08-19 12:35:56 +02:00 |
David Núñez
|
1d508bbd34
|
Fix `nucypher ursula view` and `nucypher stake divide`
|
2019-08-19 12:35:12 +02:00 |
David Núñez
|
260b3b8103
|
Temporary deactivation of reading known nodes from local storage
Workaround for #1202 affecting
|
2019-08-18 21:41:58 +02:00 |
David Núñez
|
5ffe424b3b
|
Help text for nucypher enrico. Corrections to the docs
|
2019-08-18 21:41:58 +02:00 |
David Núñez
|
f5a621e373
|
Passing blockchain to Ursula.batch_from_bytes()
|
2019-08-18 21:41:45 +02:00 |
David Núñez
|
31c588e582
|
Reduce wiggle room in sampling to a minimum, for the moment. See #1090
|
2019-08-18 12:03:01 +02:00 |
David Núñez
|
2e720618d2
|
Workaround in Bob for #1216: Undefined parameters for emitter.ipc()
|
2019-08-18 12:03:01 +02:00 |
David Núñez
|
cae44e3e51
|
CI: Parametrize pipenv's virtualenv depending on python version
|
2019-08-18 12:01:35 +02:00 |
Damon C
|
ce76084a71
|
Constants potentially as envvars for flexible deployment
Co-Authored-By: Derek Pierre <derek.pierre@gmail.com>
|
2019-08-18 12:01:35 +02:00 |
derekpierre
|
173d69a5d5
|
Improve format of stake enactment datetimes.
|
2019-08-18 12:01:35 +02:00 |
David Núñez
|
545a09c2a5
|
Show domains in node status page
|
2019-08-18 12:01:35 +02:00 |
David Núñez
|
3a81511b0e
|
Refine `nucypher ursula forget` and `nucypher ursula destroy`
* `nucypher ursula forget` only needs the config, not the Ursula
* Refine message in `nucypher ursula destroy`
|
2019-08-18 12:00:42 +02:00 |
David Núñez
|
29a7fd8407
|
NUCYPHER_WORKER_ETH_PASSWORD envvar for Ursula. Workaround for #1205.
Require existence of at least one ETH account when prompted. Fix #1207.
|
2019-08-18 11:59:37 +02:00 |
David Núñez
|
819565ac5a
|
Enrich node verification exceptions' messages to improve debugging
|
2019-08-18 11:58:04 +02:00 |
David Núñez
|
7b65dde4b8
|
Fetch registry when none is provided and --no-registry is not used
Also add --sync option to nucypher ursula
Co-Authored-By: Derek Pierre <derek.pierre@gmail.com>
|
2019-08-18 11:58:04 +02:00 |
Kieran Prasch
|
9408463dec
|
Refactor from_seed_and_stake_info to accept a checksum_address inclusive in the URI.
|
2019-08-18 11:58:04 +02:00 |
Kieran Prasch
|
f8db89d1a8
|
Ensure blockchain is injected into decentralized Characters, Addresses #1202
|
2019-08-18 11:58:00 +02:00 |
jMyles
|
ff1aebf8f8
|
Project description.
|
2019-08-16 09:45:05 +02:00 |
damon c
|
4e3395726a
|
Merge pull request #1071 from KPrasch/status
Restore 'nucypher status'
|
2019-08-08 13:42:40 -07:00 |
damon c
|
126c44a5fc
|
Merge branch 'master' into status
|
2019-08-08 12:52:45 -07:00 |
K Prasch
|
002a373189
|
Merge pull request #1203 from vepkenez/sync-fix
Improved Blockchain Syncing UX
|
2019-08-08 12:50:31 -07:00 |
Kieran Prasch
|
030244359d
|
Deprecate agency for getAllLockedTokens and introduce get_global_locked_tokens; Addresses RFCs in PR #1071
|
2019-08-08 12:43:20 -07:00 |
Kieran Prasch
|
73c6da3ffe
|
Restore nucypher status CLI: Error handling and console painting; implement worker-staker speration.
|
2019-08-08 12:43:18 -07:00 |
Damon C
|
785eb1e796
|
Implements InfuraClient by adding an intermediate call to get the variant of a web3 client.
|
2019-08-08 12:42:41 -07:00 |
Kieran Prasch
|
1367f46186
|
Adapting blockchain interfaces to connect to infura clients.
|
2019-08-08 12:42:41 -07:00 |
damon c
|
6979ac59ce
|
Merge pull request #1175 from cygnusv/shiny
Bug fixes, CLI enhancements, and other touchups
|
2019-08-08 12:17:42 -07:00 |