Commit Graph

6976 Commits (9f87c2e75dca6105e1134ca1d30760d20a2be83a)

Author SHA1 Message Date
David Núñez 9f87c2e75d
Merge pull request #2197 from derekpierre/hypothetical-schmypothetical
Modify WorkLock properties/values to be more closely related to actual limits
2020-08-27 18:20:44 +02:00
derekpierre 3b11bef50b Modify WorkLock properties/values to be more closely related to actual numbers. Of course minimum escrow will fluctate based on ETH/USD rate so that remains hypothetical. 2020-08-27 11:21:17 -04:00
K Prasch 6f911ac0a0
Merge pull request #2191 from vzotova/worklock-restake
WorkLock: `restake` lock while claiming tokens
2020-08-26 12:09:22 -07:00
David Núñez 3eb4cad8c1
Merge pull request #2196 from nucypher/inflation-paper-docs-patch
Update docs to point to new inflation paper
2020-08-26 20:26:52 +02:00
MacLane S Wilkison 3595203fdc
Update README.md 2020-08-26 18:22:37 +00:00
MacLane S Wilkison 1e02684682
Update index.rst 2020-08-26 18:10:24 +00:00
vzotova 4fd66b6311 Fix after rebasing 2020-08-25 22:58:22 +03:00
Derek Pierre 57bed56563
Merge pull request #2193 from derekpierre/worklock-examples
Further reinforce hypothetical nature of WorkLock example scenarios
2020-08-25 15:03:37 -04:00
derekpierre 70c022ddd1 Highlight hypothetical nature of WorkLock example scenarios. 2020-08-25 14:39:26 -04:00
vzotova eb7ccdaa6b estimate_gas: gas analysis for making a commitment with large number of stakes 2020-08-25 18:50:43 +03:00
vzotova bb8610b744 StakingEscrow: force re-stake locking in `batchDeposit` 2020-08-25 18:50:42 +03:00
vzotova febc51b38e Dedicated method for deposit from WorkLock, auto-lock of `restake` parameter while claiming tokens 2020-08-25 18:50:23 +03:00
K Prasch 2cb90bc9ed
Merge pull request #2073 from KPrasch/testy
(Optionally) Run Unit Tests as pre-push hook
2020-08-25 07:29:27 -07:00
K Prasch 0a41eb1f30
Update docs/source/guides/contribution_guide.rst
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
2020-08-25 07:09:59 -07:00
Kieran R. Prasch fb3834d12f
Updates contributing docs with pre-commit info. 2020-08-25 07:09:59 -07:00
Kieran R. Prasch f74838c1c6
Relock deps 2020-08-25 07:09:59 -07:00
Kieran R. Prasch 93416e3bdd
Deprecates --runslow and supurflouous newlines. 2020-08-25 07:09:59 -07:00
Kieran R. Prasch efc5fba094
Adds missing license in several modules. Fixes EOF. Comment for precommit test regarding addional setup. 2020-08-25 07:09:59 -07:00
Kieran R. Prasch 51a25fe23e
Run unit tests on push. Usees a test script as an entrypoint for pre-push hooks. 2020-08-25 07:09:59 -07:00
Kieran R. Prasch 7f77cbd60a
Use seperate pytest config for CI; Adjust pytest config for rugular CLI usage. 2020-08-25 07:09:59 -07:00
Kieran R. Prasch 19f438c277
Move the slowest unit test to integration tests since it hits the disk. 2020-08-25 07:09:59 -07:00
Kieran R. Prasch abf8ada3ed
Uses a local context for rough economics test (was getiing very small errors.) 2020-08-25 07:09:59 -07:00
Kieran R. Prasch 3621a524d7
Destroy existing pipenv before make install steps. 2020-08-25 07:09:59 -07:00
Derek Pierre 7afa1d5692
Merge pull request #2183 from derekpierre/whats-up-doc
Random documentation improvements
2020-08-20 11:51:34 -04:00
Derek Pierre 5359f1238d
Apply RFCs to #2183
Co-authored-by: K Prasch <kieranprasch@gmail.com>
2020-08-20 11:25:40 -04:00
Victoria 8d092d90df
Merge pull request #2170 from vzotova/few-more-stakes
Few more fixes for `staker`
2020-08-20 01:01:28 +03:00
vzotova bfa2da251f Apply suggestions from code review #2170
Co-authored-by: K Prasch <kieranprasch@gmail.com>
Co-authored-by: David Núñez <david@nucypher.com>
2020-08-20 00:49:20 +03:00
vzotova bf76e2dd6a Change registry field to representation of registry in Agent to highlight immutability of agents 2020-08-20 00:46:05 +03:00
vzotova f85d1f6b69 Cashing registry id 2020-08-20 00:46:04 +03:00
vzotova ea6f3be73b Fix link to staking guide in `nucypher stake create` 2020-08-20 00:46:04 +03:00
vzotova 434b7c677b `nucypher stake list`: show sub-stake status, rename `--all` option to `--show-all` 2020-08-20 00:46:04 +03:00
vzotova ef9665170d Show staked tokens in current and next periods for status command 2020-08-20 00:46:04 +03:00
vzotova bb6cee4613 Removed NO_WORKER_BONDED constant from `Staker.worker_address`, used NULL_ADDRESS instead 2020-08-20 00:46:03 +03:00
David Núñez 32e9210cd2
Merge pull request #2182 from fjarri/identical-names-fix
Help pytest handle the same test file name in this folder and in acceptance/blockchain/interfaces
2020-08-19 17:22:40 +02:00
David Núñez 4512c9edf8
Merge pull request #2179 from arjunhassard/main
Service Fee (Pricing) documentation
2020-08-19 17:07:28 +02:00
Arjun Hassard 2d8be15a5b Apply suggestions from code review & file rename
Co-authored-by: MacLane S Wilkison <maclane@nucypher.com>
2020-08-19 15:12:46 +01:00
Arjun Hassard 2b73dc7352 Apply suggestions from code review
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
2020-08-19 15:12:46 +01:00
Arjun Hassard 290f4911d2 Update docs/source/architecture/service_fees.rst 2020-08-19 15:11:53 +01:00
arjunhassard b239710d44 @vzotova edits 2020-08-19 15:11:08 +01:00
Arjun Hassard 84349a45e5 Per machine + highest rate from set of mins 2020-08-19 15:11:08 +01:00
Arjun Hassard 05e94f7ace Apply suggestions from code review
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
2020-08-19 15:11:08 +01:00
arjunhassard 8a5c5c17b2 minor edits 2020-08-19 15:11:08 +01:00
arjunhassard 9daf80c545 governance & pricing paper resource 2020-08-19 15:09:24 +01:00
arjunhassard 9673debdc7 discretionary fee rates, operational costs, sustainability 2020-08-19 15:09:01 +01:00
arjunhassard de7152505e quasi-universal pricing via global fee range 2020-08-19 15:09:01 +01:00
arjunhassard 3d3d55e802 minimum fee rate 2020-08-19 15:09:01 +01:00
Bogdan Opanchuk 6ad9a65d1a Fix pytest discovery error - make the names of test files different 2020-08-18 22:28:56 -07:00
derekpierre 6ae4a3f1c2 Random documentation improvements including language audit of literature.py 2020-08-18 16:59:04 -04:00
K Prasch 1b75436d6a
Merge pull request #2159 from KPrasch/felix
Signer support for Felix.
2020-08-18 12:29:00 -07:00
Kieran Prasch 8bda413197 Responds to RFCs in #2159; Allow signer URI to be optional for configuration. 2020-08-18 11:49:41 -07:00