Commit Graph

6139 Commits (38c9238e486543882bf2f224c9d668b075a3c7f1)

Author SHA1 Message Date
David Núñez 018e682209
Update nucypher/cli/commands/worklock.py
Co-Authored-By: K Prasch <kieranprasch@gmail.com>
2020-03-30 17:07:37 +02:00
Igor Line f2aa3a6835 Remove extra period in error message 2020-03-29 22:12:00 +02:00
David Núñez 05e0094974 Fix bug in password collection step in worklock command 2020-03-28 01:32:40 +01:00
David Núñez 17b8075fc7 Use new DecimalRange type to fix representation problem of ETH amounts with floats 2020-03-28 01:00:32 +01:00
David Núñez 9803dd9b01 Custom DecimalType and DecimalRange click types for processing decimal amounts 2020-03-28 00:59:21 +01:00
Kieran Prasch a2fc72fb5f
Drafting eternal signer and clef documentation. 2020-03-27 15:28:19 -07:00
Igor Line 7375473ded
Remove staker address flag from ursula init
Related to 891dd04d2a (diff-9baeffadd2f996b1479a4332a067fa0d)
2020-03-27 22:25:40 +01:00
derekpierre 85d18a5716 Expand 'ms' to 'milliseconds' 2020-03-27 14:12:50 -04:00
derekpierre cf18ba8af9 Add Arj's two-phase minting" paper to the economics section of the docs home page 2020-03-27 14:12:50 -04:00
Derek Pierre c3b41708c9 Apply suggestions from code review for #1806
Co-Authored-By: MacLane S Wilkison <maclane@nucypher.com>
2020-03-27 14:12:50 -04:00
derekpierre fe5b6b236d Additional FAQ questions from #829 2020-03-27 14:12:50 -04:00
derekpierre 6844b2318e Slight re-organization of questions based on "General", "Using the Network", and "Running a Node" sections. 2020-03-27 14:12:50 -04:00
derekpierre abac0e2bee Add missing `--poa` issue to troubleshooting page. 2020-03-27 14:12:50 -04:00
derekpierre c255fb5b97 Cleanup suggestions from #1781 - fix header and link to Character Concepts
Change "cassnadra" to "gemini" for new incentivized testnet network name
2020-03-27 14:12:50 -04:00
vzotova 2bac44e6b2 Apply suggestions from code review #1764
Co-Authored-By: David Núñez <david@nucypher.com>
2020-03-27 19:29:34 +03:00
vzotova 6b97e4e330 StakingEscrow: multiple sub-stakes for multiple stakers in batch deposit 2020-03-27 19:29:33 +03:00
vzotova 3449c2f873 StakingEscrow: batch deposit with one sub-stake 2020-03-27 19:29:33 +03:00
vzotova 272764e5dc StakingEscrow: refactoring of life cycle to allow deposit before initialization 2020-03-27 19:29:32 +03:00
vzotova 47725576e1 WorkLock: manual shutdown 2020-03-27 19:28:47 +03:00
K Prasch 8783f5bd62
Merge pull request #1781 from nucypher/ravital-faq
Documentation - Update FAQ support
2020-03-27 09:27:48 -07:00
K Prasch 6f103d86f0
Merge pull request #1664 from KPrasch/signer
Extract Signing Clients (Web3 and Clef)
2020-03-27 09:14:20 -07:00
Kieran Prasch 85d1418577
Keeping new bidder APIs compadible with external signers. 2020-03-26 16:36:54 -07:00
Kieran Prasch fe1c4703aa
Implements signer URI for remaining CLI and configuration entrypoints: Alice, Bob, Ursula, Worklock, etc. 2020-03-26 14:56:48 -07:00
Kieran Prasch 878a243246
Straggler transaction -> transaction_dict rename. 2020-03-26 14:55:38 -07:00
Kieran Prasch f158579f98
Respond to RFCs in PR #1664 2020-03-26 14:55:38 -07:00
Kieran Prasch a26daf57b5
Renames TransactingPower init kwarg to account. 2020-03-26 14:55:38 -07:00
Kieran Prasch 16de6ffa56
Web3Client -> EthereumClient 2020-03-26 14:55:38 -07:00
Kieran Prasch 4e17bbe70b
Test implementing mocked HW wallet via Web3 signer; Cleanup. 2020-03-26 14:55:38 -07:00
Kieran Prasch 9c1aec73af
refining tpower and signer exception handling, in tandem. 2020-03-26 14:55:38 -07:00
Kieran R. Prasch a01fea1cbc
Respond to RFCs in #1664: Remove some straggler keyfile references wrt Signers. 2020-03-26 14:55:38 -07:00
Kieran R. Prasch 4e972b994e
Use signer on character.init and web3signer as TPower default. 2020-03-26 14:55:36 -07:00
Kieran R. Prasch 9c56c68db1
Remove LocalSigner... until another day. 2020-03-26 14:53:40 -07:00
Kieran R. Prasch 027adbfdc7
Implements extracted signers in Character configuration and init, tests to follow. 2020-03-26 14:53:40 -07:00
Kieran R. Prasch 1685c37407
Moving TPower in a single account signer-based backend. 2020-03-26 14:53:40 -07:00
David Núñez 6c506f9983
Initial logic to support EIP191 version 0 signing via ClefSigner 2020-03-26 14:53:40 -07:00
Kieran R. Prasch 0166584c46
Describes Signer Extrication and Layering with TransactingPower. 2020-03-26 14:53:40 -07:00
Kieran R. Prasch a467fb5a41
remove keyfile from CLI stakeholder init args. 2020-03-26 14:53:40 -07:00
Kieran R. Prasch e7e6908822
directly pass a client into Alices transacting power 2020-03-26 14:53:40 -07:00
Kieran R. Prasch 9748d17275
use a transaction formatter for clef signing 2020-03-26 14:53:40 -07:00
Kieran R. Prasch 56bce63338
allow signer to be used for list, accounts, and possibly in configs via CLI. 2020-03-26 14:53:40 -07:00
Kieran R. Prasch efd630d9e7
Implements clef unlock by skeleton-only 2020-03-26 14:53:40 -07:00
Kieran Prasch 78b7e5a2c0
Hack and Slash a Clef POC. 2020-03-26 14:53:40 -07:00
Kieran Prasch e6df7d0e61
prototype of offline tx signing for stakers to support staking via remote ethereum nodes. 2020-03-26 14:53:40 -07:00
damon 7b492a195c fix test conditions on test_mixed_configurations 2020-03-26 14:04:36 -07:00
damon a437feac9a hendrix handles content length validation 2020-03-26 13:26:03 -07:00
damon 308d354fd6 implement non-working flask implementation of MAX_CONTENT_LENGTH 2020-03-26 13:26:03 -07:00
damon e1149bdf71 don't crash if no Pipfile.lock exists 2020-03-26 13:26:03 -07:00
Derek Pierre 034969b5c8
Apply suggestions from code review for #1781
Co-Authored-By: Arjun Hassard <arjunhassard@gmail.com>
2020-03-26 09:23:10 -04:00
K Prasch 92f1ad8562
Merge pull request #1804 from KPrasch/master
Bump version: 2.0.0-beta.10 → 2.0.0-beta.11
2020-03-25 10:17:17 -07:00
Kieran Prasch b575211293
Bump version: 2.0.0-beta.10 → 2.0.0-beta.11 2020-03-25 09:45:33 -07:00