derekpierre
|
946552f326
|
Clarify that `--max-gas-price` is optional when initializing a worker.
|
2021-04-15 08:24:41 -04:00 |
derekpierre
|
cc1c5949bb
|
Add newsfragment for #2617.
|
2021-04-15 08:24:41 -04:00 |
derekpierre
|
a89e1deb4b
|
Add hint about `--config-file` to output of new configuration init for non-default configuration filepath.
Add docs note about non-default worker configuration files and the use of `--config-file <FILEPATH>`.
|
2021-04-15 08:24:41 -04:00 |
derekpierre
|
7c80c3c31e
|
Use truncated signing public key for non-default ursula configuration filenames.
|
2021-04-15 08:24:41 -04:00 |
derekpierre
|
ebc5506677
|
Ensure that correct config filepath is printed when initializing character from CLI.
|
2021-04-15 08:24:41 -04:00 |
Piotr Roslaniec
|
627d99f313
|
Fix bad message
|
2021-04-15 08:05:11 +02:00 |
Piotr Roslaniec
|
c640345ea4
|
Fix queries failing silently
|
2021-04-15 08:05:11 +02:00 |
Piotr Roslaniec
|
269c7c2fc2
|
Refactor queries into a separate file
|
2021-04-15 08:05:11 +02:00 |
Kieran Prasch
|
555f7c631c
|
Bump version: 5.0.1 → 5.0.2
|
2021-04-14 18:53:54 -07:00 |
KPrasch
|
ef838211c2
|
Merge pull request #2646 from derekpierre/prometheus-0x-prefix
Fix incorrect use of `genesis_seconds_per_period` instead of `seconds_per_period`
|
2021-04-14 18:50:20 -07:00 |
derekpierre
|
a3e05380e5
|
Add newsfragment for #2646.
|
2021-04-14 21:15:23 -04:00 |
derekpierre
|
df027df8fe
|
Use the correct seconds_per_period value when estimating block number of period.
|
2021-04-14 21:09:39 -04:00 |
KPrasch
|
82ebce698a
|
Merge pull request #2644 from KPrasch/skipper
Temporary skip for contract upgradeability test
|
2021-04-14 15:06:24 -07:00 |
Kieran Prasch
|
dd87a7a55c
|
Bump version: 5.0.0 → 5.0.1
|
2021-04-14 14:34:57 -07:00 |
KPrasch
|
40f35b833c
|
Merge pull request #2643 from KPrasch/cli
Correct misnamed kwarg in migrate CLI.
|
2021-04-14 14:32:32 -07:00 |
Kieran Prasch
|
7b41ea00fd
|
Temporary skip for contract upgradeability test
|
2021-04-14 14:31:24 -07:00 |
Kieran Prasch
|
7119ee2a28
|
Correct misnamed kwarg in migrate CLI.
|
2021-04-14 14:28:10 -07:00 |
Kieran Prasch
|
00bb3c7e82
|
Bump version: 4.8.2 → 5.0.0
|
2021-04-14 10:04:50 -07:00 |
KPrasch
|
a86cac0bf6
|
Merge pull request #2640 from KPrasch/ert
[ERT] Update Policy Manager to 6.2.2
|
2021-04-14 09:58:08 -07:00 |
Kieran Prasch
|
f1b57df4bf
|
Update registry for PolicyManager 6.2.2.
|
2021-04-14 09:44:47 -07:00 |
Kieran Prasch
|
fb078e5e01
|
ERT upgrade for PolicyManager.
|
2021-04-14 09:15:24 -07:00 |
KPrasch
|
5d03fb7d76
|
Merge pull request #2625 from KPrasch/cli
Fixes intermittently failing CLI test on CI
|
2021-04-14 08:18:18 -07:00 |
KPrasch
|
cf497ae7da
|
Merge pull request #2594 from nucypher/dao-proposal-1
[EPIC] DAO proposal #1 Improve staker P/L by increasing period duration
|
2021-04-14 08:17:33 -07:00 |
KPrasch
|
74c986e53b
|
Merge branch 'main' into dao-proposal-1
|
2021-04-14 08:16:40 -07:00 |
Kieran Prasch
|
1ba789ca20
|
Mature all known nodes in node storage test assertions.
|
2021-04-14 08:09:50 -07:00 |
KPrasch
|
dd9f96a1af
|
Merge pull request #2610 from derekpierre/docs-period-update
Update docs to reflect updated 7 day period length
|
2021-04-14 07:52:10 -07:00 |
derekpierre
|
71d5351501
|
Add date of switch to 7-day period.
|
2021-04-14 10:49:00 -04:00 |
KPrasch
|
c5b98ebd92
|
Merge pull request #2637 from KPrasch/mint
Use an estimation multiplier for mint.
|
2021-04-14 07:45:16 -07:00 |
KPrasch
|
b548db3b31
|
Merge pull request #2609 from KPrasch/manual-migration
Manual migration CLI command
|
2021-04-14 07:35:34 -07:00 |
David Núñez
|
37824bb62c
|
transaction_gas_limit has precedence over gas_estimation_multiplier
|
2021-04-14 14:56:48 +02:00 |
David Núñez
|
403811b9fd
|
Newsfragment for PR#2637
|
2021-04-14 13:46:25 +02:00 |
David Núñez
|
5ed3054004
|
Make the gas limit multiplier a 15%, rather than a 25%
In the event of a failed TX, we don't want to spend a lot of extra gas. We just want to go over the tip for estimates that are too tight
|
2021-04-14 13:45:46 +02:00 |
David Núñez
|
43a5971a45
|
Default gas estimation multiplier at the BlockchainInterface level
|
2021-04-14 13:43:32 +02:00 |
Kieran R. Prasch
|
1abae2e85a
|
Use an estimation multiplier for mint.
|
2021-04-13 20:08:52 -07:00 |
Kieran Prasch
|
712adb0be0
|
Verbose failure output for failing CI test, shorted poliy duration in lifecycle test to accmodate end of probationary period.
|
2021-04-13 16:57:57 -07:00 |
KPrasch
|
c6d0ade940
|
Merge pull request #2626 from piotr-roslaniec/fix/finnegans-demo-testnet
Fix missing provider_uri
|
2021-04-13 10:09:29 -07:00 |
Piotr Roslaniec
|
259067b0b9
|
Move provider_uri validation
|
2021-04-13 09:42:03 +02:00 |
KPrasch
|
5ade2b9d08
|
Merge pull request #2633 from derekpierre/multi-frag-action
Release note github action should handle multiple newsfragment files.
|
2021-04-12 11:28:34 -07:00 |
derekpierre
|
3c6a3eace5
|
Allow release note github action to handle multiple newsfragment files.
|
2021-04-12 10:18:29 -04:00 |
KPrasch
|
f36622310a
|
Update nucypher/cli/commands/stake.py
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
|
2021-04-09 19:18:01 -07:00 |
derekpierre
|
0ac9c0c79d
|
Respond to RFCs for #2610.
Co-authored-by: K Prasch <kieranprasch@gmail.com>
|
2021-04-09 19:18:35 -04:00 |
KPrasch
|
a93af0d82f
|
Merge pull request #2597 from derekpierre/staking-pool-docs
Staking Pool Docs
|
2021-04-09 14:24:58 -07:00 |
Kieran Prasch
|
4e0712f249
|
Respond to RFCs for PR #2609.
|
2021-04-09 14:23:00 -07:00 |
KPrasch
|
0820f700d0
|
Merge pull request #2630 from piotr-roslaniec/create-policy#2442
Fix shadowed and unused method
|
2021-04-09 13:56:22 -07:00 |
KPrasch
|
3662aca758
|
Merge pull request #2631 from piotr-roslaniec/duplicate-nicknames#2464
Handle ambiguous card nickname in lookup
|
2021-04-09 11:29:32 -07:00 |
piotr-roslaniec
|
4ef668e3ce
|
Fix style
Co-authored-by: David Núñez <david@nucypher.com>
|
2021-04-09 18:31:03 +02:00 |
Piotr Roslaniec
|
13721fbb29
|
Handle ambiguous card nickname in lookup
|
2021-04-09 17:12:47 +02:00 |
piotr-roslaniec
|
0eab0bd39c
|
Update nucypher/characters/lawful.py
Co-authored-by: KPrasch <kieranprasch@gmail.com>
|
2021-04-09 09:50:09 +02:00 |
KPrasch
|
f1144eed96
|
Merge pull request #2624 from vepkenez/geth-tools
acumen bug fix, ansible geth node playbook
|
2021-04-08 13:35:11 -07:00 |
KPrasch
|
fed186975b
|
Merge pull request #2628 from piotr-roslaniec/nickname-delim#2471
Change nickname delimiter in card filename
|
2021-04-08 13:29:57 -07:00 |