Harry Arjun Hassard
|
dfb9e11a33
|
1st attempt at clarifying universal fee range and limited service-provider control over their acceptable fee rates
|
2020-05-13 17:56:33 -07:00 |
Victoria
|
7b7198ef79
|
Apply suggestions from code review #1959
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
Co-authored-by: MacLane S Wilkison <maclane@nucypher.com>
|
2020-05-13 23:09:50 +03:00 |
vzotova
|
66ac1acb1d
|
Rename detach-worker -> unbond-worker
|
2020-05-13 20:21:53 +03:00 |
vzotova
|
c228c388c3
|
Rename `set worker` to `bond worker` everywhere
|
2020-05-13 20:21:53 +03:00 |
vzotova
|
4a0b79b2ca
|
StakingEscrow: confirmActivity -> commitToNextPeriod, lastActivePeriod -> lastCommittedPeriod
|
2020-05-13 20:21:52 +03:00 |
vzotova
|
6039002408
|
Rename policy reward to policy fee
|
2020-05-13 20:21:51 +03:00 |
Kieran Prasch
|
5d80b5166e
|
Bump version: 2.1.0-beta.5 → 2.1.0-beta.6
|
2020-05-08 10:02:31 -07:00 |
Kieran Prasch
|
767b205983
|
Bump version: 2.1.0-beta.4 → 2.1.0-beta.5
|
2020-05-04 08:55:21 -07:00 |
Kieran Prasch
|
69fd86f965
|
remove pre-commit hook for pushing to master to allow for bumpversion to do its thing.
|
2020-05-04 08:55:04 -07:00 |
derekpierre
|
f54dca70e8
|
Random update to docs: update link to node providers, building docs
|
2020-04-30 10:33:09 -04:00 |
David Núñez
|
cb390b81f1
|
Merge pull request #1934 from cygnusv/rinkeby
Adapt `nucypher-deploy` to Clef+Infura. New IBEX testnet 🐐
|
2020-04-29 18:01:39 +02:00 |
David Núñez
|
1610921623
|
Rewording of Clef guide
Co-Authored-By: Derek Pierre <derek.pierre@gmail.com>
|
2020-04-28 22:42:50 +02:00 |
K Prasch
|
888deffe1f
|
Apply suggestions from code review
Co-Authored-By: Derek Pierre <derek.pierre@gmail.com>
|
2020-04-28 13:08:38 -07:00 |
K Prasch
|
c448198b4b
|
Apply suggestions from code review
|
2020-04-28 10:07:34 -07:00 |
derekpierre
|
25e019c0f0
|
Random fixes for PR #1932 as we transition the remaining md files to rst
|
2020-04-28 12:56:57 -04:00 |
David Núñez
|
cb1a164cac
|
Docs: using a ruleset file for Clef
|
2020-04-28 05:12:07 +02:00 |
Kieran Prasch
|
38056c681d
|
Respond to RFCs in PR #1932
|
2020-04-27 19:22:34 -07:00 |
Kieran Prasch
|
6f1e1b39b0
|
Cleanup APIdoc TOCs
|
2020-04-27 19:22:34 -07:00 |
Kieran Prasch
|
414da104d4
|
Configure apidoc templates.
|
2020-04-27 19:22:34 -07:00 |
Kieran Prasch
|
5045b93262
|
Keep modules.rst lingering fpr git tracking
|
2020-04-27 19:22:34 -07:00 |
Kieran R. Prasch
|
2b601f55a9
|
Reconfigure sphinx; Remove unused extensions.
|
2020-04-27 19:21:11 -07:00 |
Kieran R. Prasch
|
7da1d0ee3c
|
Convert all documentation to RST
|
2020-04-27 19:21:11 -07:00 |
Kieran R. Prasch
|
546578197d
|
Remove manual API doc toctrees
|
2020-04-27 19:21:11 -07:00 |
Kieran R. Prasch
|
27d8e9557b
|
Bump version: 2.1.0-beta.2 → 2.1.0-beta.3
|
2020-04-24 17:24:51 -07:00 |
Kieran Prasch
|
3982a05483
|
Top off initial steps for pre-commit intro.
|
2020-04-23 17:23:43 -07:00 |
Kieran Prasch
|
e42e1e63a5
|
Remove aafigure from docs requirements
|
2020-04-23 13:15:38 -07:00 |
Kieran Prasch
|
785a07c17b
|
Goodbye aafigure.
|
2020-04-23 13:15:38 -07:00 |
Kieran Prasch
|
c3e0d763f1
|
Relock deps; Extricate documentation requirements.
|
2020-04-23 11:00:00 -07:00 |
derekpierre
|
fbc96227e2
|
Split WorkLock Guide into an architecture document and the remaining CLI guide.
|
2020-04-21 15:20:28 -04:00 |
derekpierre
|
d11a94782c
|
Reinforce that the WorkLock properties specified for the scenarios are hypothetical.
|
2020-04-21 09:31:23 -04:00 |
derekpierre
|
6eee89e9b2
|
Remove "most probably that's what you need" from provider uri example
|
2020-04-21 09:02:07 -04:00 |
derekpierre
|
7e4420d4bc
|
Final cleanup of WorkLock doc - ensure consistency of terms used
|
2020-04-20 14:38:01 -04:00 |
Derek Pierre
|
4430edee00
|
Apply suggestions from code review for #1892
Co-Authored-By: MacLane S Wilkison <maclane@nucypher.com>
|
2020-04-20 13:39:35 -04:00 |
derekpierre
|
7da674f418
|
Respond to RFCs from PR #1892.
Co-authored-by: vzotova <vikki.zta@gmail.com>
|
2020-04-20 13:27:07 -04:00 |
derekpierre
|
af7ca0c2c5
|
Modify worklock output for bidder depending on whether tokens have been already claimed or not
Cleanup output of refunds
Update docs to reflect updated output
Add tests for base deposit and refund rate methods added to WorkLockAgent
|
2020-04-20 11:52:11 -04:00 |
derekpierre
|
13fcc479ff
|
Clarify values displayed when worklock `status` CLI command is used
Rethink how boosting refund / slowing refund is displayed - simply display them as a refund rate multiple
|
2020-04-17 16:51:22 -04:00 |
derekpierre
|
88807d90c8
|
Add `math` directive to make calculations and fractions clearer.
|
2020-04-17 13:58:19 -04:00 |
derekpierre
|
cc7af27a71
|
Initial musings about a write-up for WorkLock v4 including hypothetical scenarios.
|
2020-04-17 13:58:19 -04:00 |
David Núñez
|
50fb513043
|
Merge pull request #1887 from mswilkison/staking-as-a-service
Add list of node-as-a-service providers
|
2020-04-16 22:47:42 +02:00 |
MacLane Wilkison
|
c456122019
|
Add list of node as a service providers
|
2020-04-15 08:11:26 -07:00 |
David Núñez
|
b9f8440a04
|
Merge pull request #1865 from cygnusv/no-secrets
Remove deployment secrets
|
2020-04-15 00:38:25 +02:00 |
David Núñez
|
120e66fbcf
|
Remove --poa flag from docs, as it's not needed by default
|
2020-04-10 15:26:40 +02:00 |
David Núñez
|
e1dc124317
|
Adapt everything else to no secrets: deployers, tests, CLI, docs, etc
|
2020-04-09 17:59:56 +02:00 |
K Prasch
|
0c6d08b6b8
|
Merge pull request #1856 from derekpierre/sphinx-update
Enable docs to build with latest version of sphinx
|
2020-04-07 20:17:23 -07:00 |
derekpierre
|
0264351abc
|
Enable docs to build with latest version of sphinx. Recomoonmark needed to be specified differently in the configuration
|
2020-04-07 10:16:02 -04:00 |
Kieran Prasch
|
2da817ae1a
|
Bump version: 2.1.0-beta.1 → 2.1.0-beta.2
|
2020-04-06 13:59:30 -07:00 |
djskinner
|
5d1c995948
|
Remove <YOUR STAKER ADDRESS>
Since --staker-address is no loner required it does not refer to anything
|
2020-04-04 08:37:24 +01:00 |
K Prasch
|
0b3865d09d
|
Merge pull request #1815 from KPrasch/signer
External signer documentation for staking CLI
|
2020-04-03 09:31:57 -07:00 |
Kieran Prasch
|
a31dc30ec2
|
Bump version: 2.0.0-beta.11 → 2.1.0-beta.0
|
2020-04-01 18:24:54 -07:00 |
David Núñez
|
6a0c2a4379
|
Change some missing cassandras to gemini
|
2020-04-02 02:32:18 +02:00 |