Commit Graph

8468 Commits (e49e1f204531fbd40a249d82ba6866d54331bf73)

Author SHA1 Message Date
K Prasch e49e1f2045
Apply suggestions from code review
Thanks for the reviews @mswilkison ! :-)

Co-authored-by: MacLane S Wilkison <maclane@nucypher.com>
2021-02-04 16:00:14 -08:00
Kieran Prasch af0ffea572 Expands best practices section of worker doc 2021-02-04 14:36:47 -08:00
Kieran Prasch 4ba7a9179d Details and emphasis 2021-02-04 10:39:51 -08:00
Kieran Prasch bda81f893d Dissolves CLI Subsection 2021-02-04 10:39:51 -08:00
Kieran Prasch 8f23bb2450 Expand testnet docs in thier individual domains 2021-02-04 10:39:51 -08:00
Kieran Prasch da51afd987 Port ethereum network deployments references to docs 2021-02-04 10:39:51 -08:00
Kieran Prasch 346108f19e Basic command reference tables for every CLI entry point. 2021-02-04 10:39:51 -08:00
Kieran Prasch 0b3e579c60 Iterating on documentation improvements: structure, running a worker, Expand mentions of signers. 2021-02-04 10:39:51 -08:00
Kieran Prasch 12ed69d15c Expand worker guide favoring docker commands, and demonstrating worker qualification. 2021-02-04 10:39:51 -08:00
Kieran Prasch dade42af6a Include NuCypherKeyring kwarg for restoration snippet in getting started 2021-02-04 10:39:51 -08:00
Kieran Prasch 3921dca868 Removes Interactive ursula mode from docs; Reccomend Docker. 2021-02-04 10:39:51 -08:00
derekpierre eaf3b73c23 Update docs dependencies instruction based on modifications to setup.py; Minor text changes. 2021-02-04 10:39:51 -08:00
Kieran Prasch 3ebcb9cd29 Complete deprecation of guides 2021-02-04 10:39:51 -08:00
Kieran Prasch 5d56c5766e newsfragment for #2463 2021-02-04 10:39:51 -08:00
Kieran R. Prasch 82b7db2186 Another take on the documentation's introductory statements. 2021-02-04 10:39:51 -08:00
Kieran R. Prasch db3165baa3 Reorganizes documentation categories; Thinning and focus on what's important. 2021-02-04 10:39:51 -08:00
Kieran R. Prasch 573cfa4989 Extricate documents that are not guides from the 'guides' section of the docs. 2021-02-04 10:39:51 -08:00
Kieran R. Prasch 8fca74d69c A few clarifications on common snags. 2021-02-04 10:39:51 -08:00
Kieran R. Prasch cdba619595 Revise stakking guide overview for completeness 2021-02-04 10:39:51 -08:00
Kieran R. Prasch 7dcb9c3205 Staking guide revisions 2021-02-04 10:39:51 -08:00
K Prasch bf8d889174
Merge pull request #2546 from derekpierre/banish-testnet-worklock
Don't collect prometheus WorkLock metrics when on testnet
2021-02-03 13:16:54 -08:00
K Prasch d15737a5b5
Merge pull request #2518 from vzotova/decreasing
Remove some StakingEscrow features to reduce code size
2021-02-03 12:57:16 -08:00
derekpierre 5aa14fa47b Added newsfragement for PR #2546. 2021-02-03 11:44:30 -05:00
derekpierre eca3541e27 Don't collect prometheus worklock metrics when on testnet. 2021-02-03 11:36:48 -05:00
Victoria 36e47153df Apply suggestions from code review #2518
Co-authored-by: K Prasch <kieranprasch@gmail.com>
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
2021-02-02 19:24:29 +03:00
vzotova 61b691ff04 Update docs 2021-02-02 19:24:29 +03:00
vzotova 7c77aa65d0 Remove locking restake flag, throw error when node tries to commit twice in a row 2021-02-02 19:24:28 +03:00
vzotova 61d8dc1ec0 New deployment order: StakingEscrow dispatcher, then PolicyManager+Dispatcher -> Adjudicator+Dispatcher -> WorkLock and only after this StakingEscrow itself 2021-02-02 19:24:28 +03:00
vzotova 9815440464 New order of contracts deployment, StakingEscrow uses other addresses of main contracts in constructor 2021-02-02 19:24:28 +03:00
vzotova 19a2315fbe Combine setters for linked contracts in StakingEscrow 2021-02-02 19:24:27 +03:00
vzotova 546e84a653 Remove test mode from StakingEscrow 2021-02-02 19:24:27 +03:00
vzotova b384911e5d Remove batch deposits 2021-02-02 19:24:27 +03:00
vzotova 08e2098dc2 Solidity 0.7.5 -> 0.7.6 2021-02-02 19:24:27 +03:00
K Prasch ddf39e238d
Merge pull request #2543 from fjarri/fix-estimate-gas
Use an explicit keyword argument in estimateGas
2021-01-30 10:52:06 -08:00
Bogdan Opanchuk 82b530dc35 Add a newsfragment for PR #2543 2021-01-28 09:27:27 -08:00
Bogdan Opanchuk 411d8ed3f3 Use an explicit keyword argument in estimateGas, since web3 is strict about it now 2021-01-28 09:22:18 -08:00
Kieran Prasch cf4d0db4ce
Bump version: 4.5.4 → 4.6.0 2021-01-26 18:43:36 -08:00
K Prasch 610a15a30c
Merge pull request #2537 from cygnusv/main
Lynx: Long-Term Support testnet
2021-01-25 16:06:36 -08:00
David Núñez aae9890e3c
Clarify docs and newsfragments
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
2021-01-25 17:48:05 +01:00
David Núñez 7b595c56f0 Fix broken reference in docs and update guide to build documentation 2021-01-25 11:45:08 +01:00
David Núñez da4acea452 Newsfragment for PR#2537 2021-01-23 23:39:11 +01:00
David Núñez 6f61d86108 Clarify difference between Lynx and Ibex testnets in docs 2021-01-23 23:13:03 +01:00
David Núñez 2c35b2f554 Add Lynx testnet to NetworksInventory and update teacher nodes 2021-01-23 23:13:03 +01:00
David Núñez 8eef9a9945 Revamping the networks registry README 2021-01-23 23:13:03 +01:00
David Núñez 198dd2e774 Lynx testnet contract registry 2021-01-23 23:13:03 +01:00
David Núñez b3d4ddab8a Fixes minor bug in the deployment command 2021-01-23 23:13:03 +01:00
Kieran Prasch 5e718de345
Bump version: 4.5.3 → 4.5.4 2021-01-22 16:57:05 -08:00
K Prasch f0c068eef3
Merge pull request #2534 from derekpierre/one-liner
Fixed blocking call waiting for number of known nodes which could infinite loop
2021-01-21 14:29:32 -08:00
K Prasch 6b2a9ecdbb
Merge pull request #2533 from cygnusv/fast-unit
Fixes to unit tests. Fix for #2484
2021-01-21 10:26:58 -08:00
Kieran Prasch f5ed9cbf59 Newsfragment for #2533 2021-01-21 10:24:22 -08:00