Commit Graph

4917 Commits (f99d60b8625087552e74d740661dbc68d8c88012)

Author SHA1 Message Date
K Prasch f99d60b862
Merge pull request #1476 from KPrasch/walrus
Python 3.8 Support
2019-11-26 11:51:31 -08:00
Kieran R. Prasch 6105ffe235 Accommodate inter-test-module transacting power unlocking where needed (eth-test =>0.3.0b0). 2019-11-25 13:32:04 -08:00
Kieran R. Prasch f54715c8cf Add base python 3.8 CI jobs. 2019-11-22 18:48:11 -08:00
Kieran R. Prasch 32b90a9794 Touch-ups to setup.py 2019-11-22 18:41:51 -08:00
Kieran R. Prasch 02acbe29ef Relock dependency requirements. 2019-11-22 18:41:29 -08:00
K Prasch 641168fd1a
Merge pull request #1467 from KPrasch/master
Bump version: 1.1.0-beta.0 → 1.2.0-beta.1
2019-11-22 15:53:04 -08:00
Kieran R. Prasch f0c039000f Bump version: 1.2.0-beta.0 → 1.2.0-beta.1 2019-11-22 15:19:00 -08:00
Kieran R. Prasch 520743aa63 Fixes #1469. 2019-11-22 15:09:20 -08:00
Kieran R. Prasch fede665c49 Fixes for #1463. 2019-11-22 15:08:43 -08:00
Kieran R. Prasch a1b10ae6e7 Bump version: 1.1.0-beta.0 → 1.2.0-beta.0 2019-11-20 11:50:13 -08:00
K Prasch 2d1add0e53
Merge pull request #1456 from vzotova/pagination
Pagination for `getAllActiveStakers` method
2019-11-20 11:34:45 -08:00
Victoria 3743ccde1b Apply suggestions from code review
Co-Authored-By: MacLane S Wilkison <maclane@nucypher.com>
2019-11-19 16:12:37 +03:00
vzotova 1dee796bbd Added marker for "light" client to blockchain interface, used "light" parameter for pagination, test for pagination 2019-11-19 16:12:37 +03:00
vzotova f428984401 Pagination for getAllACtiveStakers method 2019-11-19 16:12:36 +03:00
David Núñez 36f34253b4
Merge pull request #1458 from cygnusv/refrescante
Re-activate TransactingPower immediately before deploying contracts with ContractAdministrator
2019-11-19 12:19:16 +01:00
David Núñez 5a9701decd Manually refresh the StakeList in `nucypher stake divide`. 2019-11-19 01:04:14 +01:00
David Núñez 579b0e3110 Don't init the Stakeholder checksum address so eagerly in nucypher stake 2019-11-18 22:16:30 +01:00
David Núñez a6b2d9efcd Refresh TransactingPower immediately before deploying contracts with ContractAdministrator 2019-11-13 12:51:51 +01:00
David Núñez 6ea77a393b
Merge pull request #1446 from cygnusv/csv
Touchups to the CLI allocation process: support for CSV, bugfixes, etc.
2019-11-12 01:08:25 +01:00
David Núñez f1cc8db503 Responded to RFCs in PR #1446 2019-11-12 00:25:47 +01:00
David Núñez 16c08de17b Cleanup method for reading allocation data 2019-11-11 13:15:47 +01:00
David Núñez 0935e9355e Fix bug in method that saves deployment receipts as a file 2019-11-07 23:56:18 +01:00
David Núñez 9613aeb6a2 Improve collection of allocation receipts 2019-11-07 23:21:36 +01:00
David Núñez ce9e1d1511 Try our best to adapt allocation input data 2019-11-07 23:21:36 +01:00
David Núñez e341aace88 Check if beneficiary is already enrolled in allocation registry prior deployment 2019-11-07 23:21:29 +01:00
David Núñez 97d35bae7e Accept also CSV format for the input allocation file 2019-11-07 23:21:29 +01:00
K Prasch b9907f0d71
Merge pull request #1442 from KPrasch/master
Bump version: 1.0.0-beta.2 → 1.1.0-beta.0
2019-10-25 17:11:15 -07:00
Kieran Prasch 9c607bb225
Bump version: 1.0.0-beta.2 → 1.1.0-beta.0 2019-10-25 16:42:25 -07:00
K Prasch 10ebfd4d9d
Merge pull request #1441 from KPrasch/master
Bump version: 1.0.0-beta.1 → 1.0.0-beta.2
2019-10-25 15:52:18 -07:00
K Prasch 88d5d38b66
Merge pull request #1327 from nucypher/biznaga
[EPIC] Biznaga: Integration of testnet with staking contracts
2019-10-25 15:36:42 -07:00
K Prasch a518aa9767
Merge pull request #1364 from szotov/extract-sample
Extract sample() from solidity to python
2019-10-25 15:34:40 -07:00
Kieran Prasch ffb17cf741
Bump version: 1.0.0-beta.1 → 1.0.0-beta.2 2019-10-25 15:15:22 -07:00
David Núñez a2b4cc9d82 Apply suggestions from code review
Co-Authored-By: MacLane S Wilkison <maclane@nucypher.com>
Co-Authored-By: Derek Pierre <derek.pierre@gmail.com>
2019-10-23 22:06:48 +02:00
David Núñez e124fe50e6 Merge remote-tracking branch 'upstream/master' into biznaga
Fix conflicts in nucypher stake and nucypher-deploy
2019-10-22 22:53:23 +02:00
David Núñez a4b32c088c
Merge pull request #1402 from cygnusv/allocation-registry
Auto-detect HW accounts in TransactingPower. Finalize basic staking via contract CLI functionality.
2019-10-22 15:05:36 +02:00
David Núñez d2de49cd43 Improve clarity of IndividualAllocation template parsing. Additional sanity checks. 2019-10-21 22:30:38 +02:00
Michael Egorov 12ec0b6f75
Merge pull request #1430 from michwill/nonce-pending
Include pending transactions when calculating a nonce
2019-10-21 20:17:05 +02:00
David Núñez 8346a86bb6
Merge pull request #1432 from mswilkison/docs-hotfix
Python 3.8 not supported; remove --sync
2019-10-21 19:57:44 +02:00
MacLane Wilkison 9ca3b7370c Python 3.8 not supported; remove --sync 2019-10-21 10:41:01 -07:00
damon c df1895ccc2
Merge pull request #1417 from derekpierre/cli-commands
Improve CLI commands to better detect invalid option/commands and provide context-specific help
2019-10-21 07:54:04 -07:00
derekpierre e84f3b56a7 RFC changes based on reviews for PR 1417. 2019-10-21 09:27:23 -04:00
David Núñez 0fa3c13c7b
Merge pull request #1393 from mswilkison/docker-docs
Docker installation instructions in top-level docs
2019-10-21 08:38:15 +02:00
MacLane Wilkison 1b78a0f4ac Respond to RFCs 2019-10-20 19:36:06 -07:00
David Núñez 72fca457c9 test_blockchain_ursulas_reencrypt now works for N=10. Also test for down nodes. 2019-10-21 01:56:35 +02:00
David Núñez ad67f7c8ab When sampling, increase the wiggle room with each attempt 2019-10-20 20:03:46 +02:00
Michael Egorov 866cd98648
Include pending transactions when calculating a nonce 2019-10-20 19:26:32 +02:00
David Núñez 6f33b2b53a Adapt test for sampling distribution and relocate to agent tests 2019-10-20 19:11:21 +02:00
David Núñez 9d88930e3c Remove test for sampling in contract 2019-10-20 18:15:32 +02:00
szotov 49932b4c14 Fixed usage of `getAllLockedTokens` 2019-10-20 17:53:33 +02:00
szotov f330f5504b Fixed tests for new method 2019-10-20 17:50:47 +02:00