Commit Graph

525 Commits (7b337c5bee79280f6f543a765a2234ee881fcb1e)

Author SHA1 Message Date
derekpierre e27f7ef482 Reduce the frequency of the prometheus metrics collection. 2020-10-16 13:06:28 -04:00
Kieran Prasch 23dfc1355c
Bump version: 4.0.0 → 4.0.1 2020-10-14 18:39:23 -07:00
Kieran Prasch da353eff1c
Bump version: 3.0.0-beta.4 → 4.0.0 2020-10-14 15:37:54 -07:00
Kieran Prasch 33d012c9f1
Bump version: 3.0.0-beta.3 → 3.0.0-beta.4 2020-10-12 15:46:03 -07:00
damon 92a30629f7 change docs label, add example and node about --remote-provider 2020-10-07 13:50:27 -07:00
damon a91ab69c2d de-duplicate doc label 2020-10-07 10:00:30 -07:00
damon 975291dcbd fix doc title overline 2020-10-06 10:36:10 -07:00
damon f954323098 adds docs nucypher_host_management_cli 2020-10-06 10:36:10 -07:00
derekpierre 7000bc99f1 Add p2p validator dashboard information to prometheus endpoint docs. 2020-10-05 12:39:28 -04:00
K Prasch 2de8f7d19f
Merge pull request #2320 from tuxxy/doc-fix
Remove unused <YOUR STAKING ADDRESS> from docker docs (closes #2275)
2020-09-30 13:36:25 -07:00
tuxxy 9b643825e7 Remove unused <YOUR STAKING ADDRESS> from docker docs (closes #2275) 2020-09-30 21:04:15 +02:00
Kieran Prasch e92c331c59
Bump version: 3.0.0-beta.2 → 3.0.0-beta.3 2020-09-30 12:03:43 -07:00
Kieran Prasch eee125c184
Bump version: 3.0.0-beta.1 → 3.0.0-beta.2 2020-09-25 13:19:03 -07:00
Derek Pierre 57390f6432
Respond to RFCs in #2279
Co-authored-by: David Núñez <david@nucypher.com>
2020-09-22 15:54:59 -04:00
derekpierre 4b1b4c0345 Be more explicit with some of ursula's requirements.
Co-authored-by: Kieran Prasch <kieran@nucypher.com>
2020-09-22 15:44:31 -04:00
derekpierre c1ea1e2f52 Remove 'static ip address' item. 2020-09-22 12:15:08 -04:00
derekpierre b8038ec873 Updates to requirements list. 2020-09-22 10:38:29 -04:00
Derek Pierre 74121c010b Apply RFCs for #2279
Co-authored-by: K Prasch <kieranprasch@gmail.com>
Co-authored-by: Arjun Hassard <arjunhassard@gmail.com>
2020-09-22 10:25:53 -04:00
derekpierre c1dadd2fbd Document operational requirements for Worker node. 2020-09-22 10:25:53 -04:00
Kieran Prasch d90958827a
Bump version: 3.0.0-beta.0 → 3.0.0-beta.1 2020-09-21 14:01:01 -07:00
derekpierre 614d5bd62e Apply RFC to #2256.
Co-authored-by: K Prasch <kieran@nucypher.com>
2020-09-17 16:47:32 -04:00
derekpierre f207b69a20 Overall cleanup of paths to scripts depending on where the document is. 2020-09-17 15:24:30 -04:00
derekpierre b0fe51b1ae Update documentation regarding Keystore signer. 2020-09-17 15:07:32 -04:00
derekpierre 9f9b29e8f4 Add note about only running docker image on x86 architecture. 2020-09-17 12:22:39 -04:00
derekpierre fac1837228 Fixed broken links on Installation page. 2020-09-17 09:53:41 -04:00
derekpierre 46ecc6ca1d Update demo documentation about the use of the demo fleet in the examples/ directory. 2020-09-16 16:25:54 -04:00
David Núñez 46b86b320f
Add clarification in docs about why a staker can be interested in disabling snapshots 2020-09-11 13:54:13 +02:00
Victoria af18bf513c Apply suggestions from code review #2211
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
Co-authored-by: K Prasch <kieran@nucypher.com>
2020-09-10 17:56:31 +03:00
vzotova 690f6f754f Small docs update for snapshots cli command 2020-09-10 17:56:30 +03:00
Derek Pierre 02d0f8604a
Apply RFC from #2237.
Co-authored-by: David Núñez <david@nucypher.com>
2020-09-09 16:31:52 -04:00
derekpierre db502608cc Update clef documentation link.
Co-authored-by: K Prasch <kieran@nucypher.com>
2020-09-09 13:42:53 -04:00
derekpierre 297b06fc85 Add geth version requirements to clef documentation. 2020-09-09 11:05:11 -04:00
jMyles bd053d18f3 Another merge commit. Makes more sense to pile them on than to rebase at this point. TI merge imminent. 2020-09-05 17:14:24 -07:00
K Prasch fff8b72faa
Merge pull request #2223 from cygnusv/main
Updates to WorkLock documentation
2020-09-03 13:46:50 -07:00
Derek Pierre 31333bdfc5
Apply RFCs for 2223 2020-09-03 13:57:27 -04:00
David Núñez 58b861b5a7 Docs: gemini -> ibex, goerli -> rinkeby 2020-09-03 16:52:07 +02:00
David Núñez 5504b79dac Updated WorkLock hypothetical examples to final parameters 2020-09-03 16:43:30 +02:00
David Núñez d487de9a31 Update worklock status output example to real output 2020-09-03 16:00:18 +02:00
David Núñez 0e15296358 Fix formatting issues for notice with WorkLock contract address
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
2020-09-03 16:00:18 +02:00
K Prasch 83f61a7a6b
Slight mention of local signers and clef in the worklock CLI guide (#2217)
* Slight mention of local signers and clef in the worklock CLI guide

Co-authored-by: David Núñez <david@nucypher.com>
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
2020-08-31 18:11:01 -07:00
K Prasch dca1d9fa6d
Merge pull request #2216 from cygnusv/deploy-mainnet
Worklock docs improvements for mainnet
2020-08-31 17:09:24 -07:00
David Núñez eb17783462
Bump version: 2.1.0-beta.12 → 3.0.0-beta.0 2020-09-01 01:43:08 +02:00
David Núñez 07f7d3c49e Add some final, but very important, details about WL in the docs 2020-09-01 00:50:16 +02:00
David Núñez ecf9d0efcb Mention in WorkLock docs that you can increase your escrow amount 2020-09-01 00:34:15 +02:00
jMyles d2cb974bc1 Merge commit integrating the deployer test fixes in an effort to get that green check. 2020-08-31 15:31:53 -07:00
jMyles de266be0cf Resolving import conflicts with main. 2020-08-31 01:07:27 -07:00
David Núñez caf46c6c70 Update WorkLock documentation to use mainnet as default network 2020-08-30 17:14:04 +02:00
MacLane S Wilkison 3f68f1203d
Merge pull request #2195 from KPrasch/faq
FAQ & Doc updates for stake delegation and mainnet worklock
2020-08-28 02:05:43 +00:00
derekpierre 350e5820f0 Remove Node-as-a-Service as an outcome when gas cost is a concern. 2020-08-27 21:27:35 -04:00
MacLane S Wilkison 9687018eab
Apply suggestions from code review
Co-authored-by: David Núñez <david@nucypher.com>
2020-08-27 19:39:38 +00:00