Commit Graph

5156 Commits (88386c91f9d79502965d55e4645774975d63e0f6)

Author SHA1 Message Date
Kieran R. Prasch 88386c91f9 Respond to RFCs in PR #1536 2020-01-02 12:41:44 -08:00
Kieran R. Prasch 48a347ade9 ensure --force allows set-worker withput a prompt 2020-01-02 12:41:44 -08:00
Kieran R. Prasch 8cf8397726 Adjustments to config tests to loosen up a little and allow for config versioning to be seperately tested. 2020-01-02 12:41:44 -08:00
Kieran R. Prasch f501f6dedb Remove stale password assertions (UX no longer requires auth for 'view') 2020-01-02 12:41:44 -08:00
Kieran R. Prasch 04072d7ce0 Implements basic log file rotation to curb excessive log file generation. 2020-01-02 12:41:44 -08:00
Kieran R. Prasch 4324618128 Disable hardcoded seednodes in conftest. 2020-01-02 12:41:44 -08:00
Kieran R. Prasch 20146e152b Fixes #1260 - Add enforced versioning to configuration files. 2020-01-02 12:41:44 -08:00
Kieran R. Prasch abb462f69a Use maximum stake value and duration as defaults. Refine interactive stake limits. Further CLI detailing for UX liveliness 2020-01-02 12:41:44 -08:00
Kieran R. Prasch f2aac32023 Fixes #835 - Staged stake consistency check - verify action occours within the same period it started. 2020-01-02 12:41:44 -08:00
Kieran R. Prasch 69cfbe7327 Adds header and labels to interactive client account selection 2020-01-02 12:41:44 -08:00
Kieran R. Prasch b1436a3596 Fixes #1154 - Do not present indivisible stakes to the stakeholder for division via CLI. 2020-01-02 12:41:44 -08:00
Kieran R. Prasch 17746b76b2 Fixes #1233; Also Prevent loading of teacher via CLI commands that do not require it. 2020-01-02 12:41:42 -08:00
Kieran R. Prasch 84db4d3af1 Do not interactively collect staker address during worker init CLI actions. 2020-01-02 12:38:21 -08:00
Kieran R. Prasch 45e5a6341f Allow __eq__ to default definition on Stakes. 2020-01-02 12:38:21 -08:00
Kieran R. Prasch 2fe76ea53a Fixes #1243, #859 - Use JSON dumps indentation to display the user config file contents as pretty JSON string; Do not require authentication to run nucypher ursula view. 2020-01-02 12:38:21 -08:00
Kieran R. Prasch 9a0efc4e12 Fixes #1231 - Reflect worker balances accurately (Not Staker's). 2020-01-02 12:38:21 -08:00
Kieran R. Prasch b4e6f3ca0d Fixes #1375 - Updates CLI painting of Stakes 2020-01-02 12:38:21 -08:00
Kieran R. Prasch a7dc409f65 Fixes #1270 - Shows min and max stake values when collecting them 2020-01-02 12:38:21 -08:00
Kieran R. Prasch 8af0c63a3a Do not show minimum password length if not confirming it. 2020-01-02 12:38:21 -08:00
David Núñez 37e0d22d61
Merge pull request #1542 from vzotova/re-stake-invert
Re-stake flag invert
2019-12-26 10:32:54 +00:00
vzotova 7b089dac11 Apply suggestions from code review #1542
Co-Authored-By: MacLane Wilkison <maclane@nucypher.com>
2019-12-26 13:21:13 +03:00
vzotova e66058530e Fixes #1349, enable re-staking by default 2019-12-26 13:21:12 +03:00
David Núñez 6269ad8619
Merge pull request #1407 from vzotova/new-worklock
WorkLock updates
2019-12-26 10:18:57 +00:00
vzotova 4f0a49ff4a Upgradeability test revision 2019-12-26 13:01:11 +03:00
vzotova bb15e4bad1 Apply suggestions from code review #1407 2019-12-26 13:01:10 +03:00
vzotova 686a977f43 Test flag for StakingEscrow in administrator class 2019-12-26 13:01:10 +03:00
Victoria 9b5ef923cb Apply suggestions from code review #1407
Co-Authored-By: David Núñez <david@nucypher.com>
2019-12-26 13:01:10 +03:00
vzotova a473357eca Fix after rebasing 2019-12-26 13:01:10 +03:00
vzotova d6f10f7167 Apply suggestions from code review #1407 2019-12-26 13:01:09 +03:00
vzotova 6843f309f4 Reentrancy protection test for cancelBid 2019-12-26 13:01:09 +03:00
vzotova 0e3c616861 Class name in registry id calculation 2019-12-26 13:01:09 +03:00
vzotova 3c000d5742 Fixed integration test 2019-12-26 13:01:08 +03:00
vzotova 5d522666d4 Fixed worklock tests 2019-12-26 13:01:08 +03:00
vzotova 2ad5f4220d Locking tokens in WorkLock 2019-12-26 13:01:08 +03:00
vzotova f7c0401ff5 Test flag for multiple worklock in StakingEscrow 2019-12-26 13:01:08 +03:00
vzotova acd8f50e16 Update test_worklock 2019-12-26 13:01:07 +03:00
vzotova c57a4d8f16 More updates for WorkLock 2019-12-26 13:01:07 +03:00
vzotova 4d8bab171d Draft of new WorkLock phases 2019-12-26 13:01:07 +03:00
vzotova b454a0fd40 Completed tests for burn tokens 2019-12-26 13:01:06 +03:00
vzotova 73e0b6378c Explicit StakingEscrow and WorkLock initialization 2019-12-26 13:01:06 +03:00
vzotova 75e8abda4b Ability to burn tokens, changed initialization for StakingEscrow and WorkLock 2019-12-26 13:01:06 +03:00
David Núñez 11e7fc6c92
Merge pull request #1470 from vzotova/upgradability-test
Versioning of contracts and upgradability test
2019-12-26 09:58:03 +00:00
David Núñez a7920c4aba
Merge pull request #1549 from cygnusv/urlparse
Workaround for urlparse problem
2019-12-26 09:57:21 +00:00
jMyles 922fbaac98 Workaround for urlparse problem - see #1548 2019-12-26 10:39:41 +01:00
vzotova 4dcb5b201d Apply suggestions from code review #1470
Co-Authored-By: Derek Pierre <derek.pierre@gmail.com>
Co-Authored-By: David Núñez <david@nucypher.com>
2019-12-24 19:01:06 +03:00
vzotova d81217618f Doc updates for contract versions 2019-12-24 19:01:05 +03:00
vzotova 9def52d817 Fixed tests after contract version integration 2019-12-24 19:01:05 +03:00
vzotova 52bba7884c Completed upgradeability test 2019-12-24 19:01:05 +03:00
vzotova adb11d6785 Test for multi-version contract deployment 2019-12-24 19:01:05 +03:00
vzotova 98185a99c4 Search using contract version, checking version while deployment 2019-12-24 19:01:04 +03:00