Kieran Prasch
|
0522777c33
|
Integrate internal commitment tx tracking and conssistency check; Breakout work tracking taks into multiple sub-functions
|
2020-10-19 12:14:25 -07:00 |
David Núñez
|
5410aecc7c
|
Let the Worker have its own reference to the Ethereum client
Other small fixes
|
2020-10-19 19:32:43 +02:00 |
David Núñez
|
b7744ae717
|
Consider untracked pending transactions in WorkTracker
|
2020-10-19 18:59:29 +02:00 |
David Núñez
|
094bda37dd
|
Introduce get_transaction_count API in the EthereumClient layer
|
2020-10-19 18:59:29 +02:00 |
David Núñez
|
e6d1d00f0a
|
Fire replacement commitment TXs if we conclude we've waited enough
|
2020-10-19 18:59:29 +02:00 |
David Núñez
|
ce4fd8d6fc
|
BlockchainInterface.gas_strategy should store the name of the strategy, for future reference
|
2020-10-19 18:59:29 +02:00 |
David Núñez
|
04fd466453
|
Disable glacial gas strategy. Too risky.
https://youtu.be/fbyc8WKi4wM
|
2020-10-19 18:59:29 +02:00 |
David Núñez
|
b9aa54c73e
|
Remove incorrect version announced as part of abridged_node_details
|
2020-10-19 18:59:29 +02:00 |
David Núñez
|
2caec91b3e
|
Correct usage of block numbers when tracking pending confirmations
|
2020-10-19 18:59:29 +02:00 |
David Núñez
|
652ae288e9
|
Configure default use of use_pending_nonce when fire_and_forget. See #2385
|
2020-10-19 18:59:28 +02:00 |
David Núñez
|
145ebdf8ef
|
When sending TXs, allow to specify if we want to use a pending nonce or not
|
2020-10-19 18:59:28 +02:00 |
David Núñez
|
306333c3e8
|
Include commitment transaction tracking in worker async task.
Co-authored-by: Kieran Prasch <kieranprasch@gmail.com>
|
2020-10-19 18:59:28 +02:00 |
David Núñez
|
32a8d92320
|
Enriching web3 gas strategies: better error messages; expected confirmation times
|
2020-10-19 18:59:28 +02:00 |
David Núñez
|
9b87786510
|
Create a gas strategies module in nucypher.utilities
|
2020-10-19 18:52:22 +02:00 |
K Prasch
|
05bdfde341
|
Merge pull request #2366 from fjarri/web3-fix
Since web3=5.12.2 its methods need positional arguments
|
2020-10-18 00:52:04 -07:00 |
K Prasch
|
c2c9c0c1a2
|
Merge pull request #2377 from derekpierre/stake-limit
Actually allow minimum stake of 15,000 NU
|
2020-10-18 00:49:00 -07:00 |
K Prasch
|
a9f52b4f57
|
Merge pull request #2382 from fjarri/strict-docs-build
Check for inconsistent dependencies on docs build
|
2020-10-18 00:47:47 -07:00 |
Bogdan Opanchuk
|
1557617afd
|
Since web3=5.12.2 some of `eth` methods require positional arguments
|
2020-10-18 00:16:05 -07:00 |
Bogdan Opanchuk
|
9c0842a7b4
|
Check for inconsistent dependencies on docs build
|
2020-10-18 00:13:05 -07:00 |
K Prasch
|
2abdbf11bb
|
Merge pull request #2378 from fjarri/status-page-fixes
Status page fixes
|
2020-10-17 21:05:23 -07:00 |
K Prasch
|
4de394bedd
|
Merge pull request #2376 from derekpierre/be-cool-prometheus
Be cool prometheus...just be cool
|
2020-10-17 19:26:26 -07:00 |
K Prasch
|
c3e8cde887
|
Merge pull request #2381 from fjarri/docs-requirements-fix
Bring docs-requirements versions in sync with requirements
|
2020-10-17 18:05:15 -07:00 |
Bogdan Opanchuk
|
0f9a4a2092
|
Bring docs-requirements versions in sync with requirements
|
2020-10-17 10:40:42 -07:00 |
Bogdan Opanchuk
|
c8ccda6473
|
Remove unused spans
|
2020-10-16 16:52:08 -07:00 |
Bogdan Opanchuk
|
5bda87c0e8
|
Change spacing around the "Known nodes" header to make it visually attached to the node list
|
2020-10-16 16:47:26 -07:00 |
Bogdan Opanchuk
|
0160a20a44
|
Add the total number of known nodes in the title
|
2020-10-16 16:46:54 -07:00 |
Bogdan Opanchuk
|
d81b8e4f0e
|
Add some padding to nickname symbols
|
2020-10-16 16:19:40 -07:00 |
Bogdan Opanchuk
|
26201e716d
|
Fix the "no fleet state available" message
Take this node's fleet state from `known_nodes` instead of the variables set in `update_snapshot`
|
2020-10-16 16:16:06 -07:00 |
derekpierre
|
4ed221e880
|
Add unit test for allowing minimum stake when equals available balance.
|
2020-10-16 16:37:29 -04:00 |
derekpierre
|
7b337c5bee
|
Re-instate collection of WorkLock Refund events.
|
2020-10-16 15:33:15 -04:00 |
derekpierre
|
4697f5945a
|
Actually allow minimum stake of 15,000 NU.
|
2020-10-16 13:53:23 -04:00 |
derekpierre
|
b01079ac22
|
Remove the collection of worklock events, feels like they are irrelevant at this time.
|
2020-10-16 13:36:03 -04:00 |
derekpierre
|
e27f7ef482
|
Reduce the frequency of the prometheus metrics collection.
|
2020-10-16 13:06:28 -04:00 |
K Prasch
|
fa1caddc0a
|
Merge pull request #2375 from cygnusv/quedapoco
Hotfixes, just fresh from the oven!
|
2020-10-16 09:22:07 -07:00 |
David Núñez
|
d7315f7c50
|
Reduce some annoying learning messages (thinking of you, Damon)
|
2020-10-16 17:23:08 +02:00 |
David Núñez
|
06d32b496d
|
Using node.serving_domain as a workaround for #2356
|
2020-10-16 17:23:08 +02:00 |
David Núñez
|
3ffba5c6bc
|
When handling failed TXs, don't crash if you can't get a nice error message
|
2020-10-16 16:14:42 +02:00 |
Kieran Prasch
|
23dfc1355c
|
Bump version: 4.0.0 → 4.0.1
|
2020-10-14 18:39:23 -07:00 |
K Prasch
|
2b42b4f46d
|
Merge pull request #2367 from jMyles/launch
mainnet URL in middleware. That's a launch.
|
2020-10-14 18:24:32 -07:00 |
jMyles
|
841590fd5e
|
mainnet URL in middleware. That's a launch.
|
2020-10-14 17:55:01 -07:00 |
Kieran Prasch
|
da353eff1c
|
Bump version: 3.0.0-beta.4 → 4.0.0
|
2020-10-14 15:37:54 -07:00 |
Kieran Prasch
|
4d86930ffd
|
Include missing lisence file to avoid precommit hook failures.
|
2020-10-14 15:33:07 -07:00 |
K Prasch
|
9d20a5cc01
|
Merge pull request #2355 from jMyles/hibiscus
Hibiscus (closure of all remaining jMyles' activation issues)
|
2020-10-14 14:08:54 -07:00 |
K Prasch
|
cb5391dbfd
|
Merge pull request #2362 from fjarri/fix-docs-build
Change Jinja version in docs-requirements to match that in other requirements
|
2020-10-14 13:32:06 -07:00 |
Bogdan Opanchuk
|
daad73a3cf
|
Change Jinja version in docs-requirements to match that in other requirements
|
2020-10-14 12:17:18 -07:00 |
K Prasch
|
477c42d3f3
|
Merge pull request #2359 from vepkenez/clouddeploy-ux
Cloud Deploy UX improvements
|
2020-10-14 12:06:21 -07:00 |
K Prasch
|
dc1e4d523a
|
Merge pull request #2351 from fjarri/even-nicer-status-page
Even nicer status page
|
2020-10-14 11:58:42 -07:00 |
jMyles
|
4fcc9a7fe5
|
We don't instantiate Ursulas from_bytes with registries anymore.
|
2020-10-14 11:16:09 -07:00 |
jMyles
|
35988e380f
|
Checking datastore for fraudulent map.
|
2020-10-14 11:16:09 -07:00 |
jMyles
|
88a23976aa
|
Better logging to catch 2345 / 1698 in the act.
|
2020-10-14 11:16:09 -07:00 |