Commit Graph

8336 Commits (e81f2855178ac33215ae127bfd074b3723dda73a)

Author SHA1 Message Date
David Núñez 56fd5cf7be Adapt format of newfragment to usual style 2020-11-06 11:47:24 +01:00
Justin Holmes 579dc0819f
Merge pull request #2423 from jMyles/domains
Moving domain check into FleetSensor.
2020-11-04 14:35:36 -07:00
jMyles ef29bec8e7 Neatening formatting, also pursuant to RFC. 2020-11-04 14:04:32 -07:00
jMyles c015ec0ab7 Nixing this silly block pursuant to RFC. 2020-11-04 14:04:11 -07:00
jMyles 66959a9e72 Newsfragment update. 2020-11-03 19:30:22 -07:00
jMyles 158e0ee62b Ursula needs an explicit domain in this test in order for Bob to be able to retrieve. 2020-11-03 19:11:37 -07:00
jMyles 9e009805fd Ursulas and NodeSprouts now share a common API, with domain as str. 2020-11-03 18:13:15 -07:00
jMyles d1313581ef Even when including nodes as seednode metadata, the domain is checked before remembering the resulting Sprout. 2020-11-03 18:13:15 -07:00
jMyles 0aa33c3f1e Can't just plunk federated_ursulas into known_nodes anymore if they aren't on the same domain. 2020-11-03 18:13:15 -07:00
jMyles 8bfa31b11b Test showing that the cross-domain pollution via POST is no longer possible. 2020-11-03 18:13:15 -07:00
jMyles 6cb3feae86 Making this test way better now that domains are tightened up> 2020-11-03 18:13:15 -07:00
jMyles 7b7a85ed26 Final low-level domain check before adding node to fleet. 2020-11-03 18:13:15 -07:00
jMyles c173ba22e0 Properly decoding a domain from a Sprout in order to be consistent with Ursula API.' 2020-11-03 18:13:15 -07:00
jMyles c4786f551a No longer are there 'serving' domains and 'learning' domains. Everybody just has a domain. 2020-11-03 18:13:15 -07:00
jMyles c9118d1f02 FleetSensor is now domain-aware. 2020-11-03 18:13:08 -07:00
damon c 2eb6d1b986
Merge pull request #2415 from derekpierre/towncrier-doc
Update newsfragment documentation
2020-11-03 14:04:01 -08:00
David Núñez d917a17070
Merge pull request #2422 from vepkenez/zombie-on-error
For people who enjoy reliable performance
2020-11-03 23:01:58 +01:00
derekpierre c2aad152ef Additional clarification about optional use of issue newsfragment files. 2020-11-03 14:49:57 -05:00
damon c 0f89c391f9
Update newsfragments/2422.bugfix.rst
Co-authored-by: K Prasch <kieranprasch@gmail.com>
2020-11-03 09:17:45 -08:00
damon e07af3df19 add release notes 2020-11-03 08:54:32 -08:00
damon 71910fff74 don't abort on error please 2020-11-03 08:52:24 -08:00
David Núñez e4ef0b32a3
Merge pull request #2395 from cygnusv/minfee
Fix for nucypher stake set-min-rate
2020-11-03 15:48:27 +01:00
David Núñez edbdf4b415 Newsfragments for PR 2395 and closure of issue 2390 2020-11-03 13:20:01 +01:00
David Núñez 90c39c53ce Tone-down learning logging even more (see #1712) 2020-11-03 13:09:57 +01:00
David Núñez 0b95999838 Fix missing space in exception message for Trezor 2020-11-03 13:09:57 +01:00
David Núñez 0b2dd001ba Correct problems when setting the min fee rate. Fix #2390
Also, simplifies usage by expressing rates in GWEI
2020-11-03 12:10:59 +01:00
David Núñez 9724820420 Remove repeated message in nucypher ursula config 2020-11-03 12:10:59 +01:00
David Núñez 03b7545a92 Additional test cases for loggers 2020-11-03 12:03:09 +01:00
David Núñez 7ad071ec53
Update newsfragments/2412.bugfix.rst
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
2020-11-02 17:42:21 +01:00
derekpierre 020f3ea837 Add newsfragment for README change. 2020-10-30 17:13:06 -04:00
derekpierre 43b1aaace3 Update newsfragments README document to indicate that PR number should be used for naming files. 2020-10-30 17:09:10 -04:00
David Núñez 8df01c4fb2 Add newsfragment for the fixes in this PR wrt to NuCypher Logger 2020-10-30 22:06:56 +01:00
David Núñez 67596a8aec Change NuCypherLogger behavior to always escape curly braces.
The rationale is that it's unclear how to justify the previous behavior with some edge cases like `{{}`, which was `{}`.
Also unit tests are improved even further.
2020-10-30 21:53:14 +01:00
David Núñez 04239ba532 Remove leftover imports of Twisted Logger 2020-10-30 20:55:56 +01:00
David Núñez 1d750af1f9 Even more detailed tests for NuCypher logger: now with JSON observer 2020-10-30 20:55:56 +01:00
jMyles 546f482aa5
Bump version: 4.1.0 → 4.1.1 2020-10-29 12:11:31 -06:00
Derek Pierre 45e0c16f6d
Merge pull request #2396 from derekpierre/release-notes-action
Simple GitHub action to ensure release note entry included in PRs into main.
2020-10-29 09:20:17 -04:00
damon c b6b896d4bf
Merge pull request #2410 from vepkenez/dead-nodes-walking
restart worker task on fail
2020-10-28 17:12:20 -07:00
damon c ace8ccacbc
Merge pull request #1 from jMyles/dead-nodes-walking
Adding some assertions to increase test reliability.
2020-10-28 13:38:17 -07:00
jMyles 38958f69ea Adding assertions to make sure that the error handler is working and emitting logs. 2020-10-28 08:40:33 -06:00
jMyles a87a17d76a Actually, we may as well stop here to prevent the loop from running in a possible race condition. 2020-10-28 08:34:39 -06:00
jMyles 4c17201be2 Moving tests over to unit package. 2020-10-28 07:21:39 -06:00
damon 168b897181 adds test for abort on error 2020-10-28 05:16:18 -07:00
damon ef53754d39 remove unused code/imports 2020-10-28 05:08:16 -07:00
damon de47e2d497 working test of restarting worker 2020-10-28 05:03:28 -07:00
damon 7cde519134 restart worker task on fail 2020-10-28 04:08:05 -07:00
K Prasch c3dc7fabec
Merge pull request #2363 from arjunhassard/main
Genesis global fee range -> docs
2020-10-26 12:59:49 -07:00
K Prasch 78339a70e0
Merge pull request #2383 from KPrasch/grantee
Update grant availability script for mainnet usage
2020-10-23 09:09:55 -07:00
Kieran Prasch 5b7668127e Respond to RFCs in PR #2383 2020-10-22 11:09:21 -07:00
derekpierre de15276eab Bloody quotes caused problems. 2020-10-22 11:18:56 -04:00