Bogdan Opanchuk
e81f285517
Make WeightedSampler behave correctly in case of several consecutive draws
2021-01-14 11:19:35 -08:00
Bogdan Opanchuk
13a6ab8375
Add a newsfragment for #2482
2021-01-14 11:19:35 -08:00
K Prasch
2980c7fb2e
Merge pull request #2521 from fjarri/fix-build
...
Fix CI build
2021-01-14 11:10:12 -08:00
Derek Pierre
ff7a39f26b
Merge pull request #2515 from vepkenez/terrence-stamp
...
When rendering /status, don't fail, but log on StampNotSigned
2021-01-14 09:15:58 -05:00
Bogdan Opanchuk
70e2ecc5c9
Add a newsfragment for PR #2521
2021-01-13 23:04:17 -08:00
Bogdan Opanchuk
ad89ca7b67
Remove unnecessary try-except, catch more errors
2021-01-13 22:56:47 -08:00
damon
11b6f35f0e
adds newsfragment
2021-01-13 18:49:46 -08:00
K Prasch
11fe19db72
Merge pull request #2486 from svenski123/201219-estimate-gas-with-latest
...
Estimate gas with block identifier 'latest'
2021-01-13 18:31:26 -08:00
Kristofer Peterson
8c31898ce5
Take more in care in decoding of exception object.
2021-01-13 23:37:42 +00:00
Kristofer Peterson
9837c8134e
Re-throw exception if decode attempt fails due to KeyError or TypeError.
2021-01-13 22:59:33 +00:00
Kristofer Peterson
71f794c1bd
Add news fragment.
2021-01-13 22:59:33 +00:00
Kristofer Peterson
29af99e63a
- safely ignore additional dict entries (i.e. 'data') when unpacking RPC exception in BlockchainInterface:._handle_failed_transaction()
...
- explicitly estimate gas if not otherwise specified with block identifier 'latest' in BlockchainInterface.build_contract_transaction()
2021-01-13 22:59:33 +00:00
damon
40c1f2bec9
don't fail, but log on stampnotsigned
2021-01-12 15:34:34 -08:00
K Prasch
3733644d40
Merge pull request #2494 from vepkenez/ex-post-not-so-fasto
...
Some Updates to worker management
2021-01-12 13:01:18 -08:00
K Prasch
c7dc922276
Merge pull request #2470 from KPrasch/janitor
...
Deprecation: Automated deployment series by ContractAdministrator
2021-01-12 12:49:03 -08:00
damon c
e7be542edf
Merge pull request #2499 from cygnusv/fix-nightly
...
Fix nightly build
2021-01-12 12:35:06 -08:00
damon
8b5c0c73b3
fix address RFCs, cleanup args, improve docs
2021-01-12 12:33:08 -08:00
Kieran Prasch
a49915b37f
updates gitignore for contracts API docs source
2021-01-12 11:15:58 -08:00
Kieran Prasch
02614a194a
Disables (recovered) receipt saving logic for contract deployment commands.
2021-01-12 11:15:58 -08:00
Kieran Prasch
4f703a8e40
newsfragment for PR #2470
2021-01-12 11:15:56 -08:00
Kieran Prasch
5b88afc7c6
localizes card mocking fixture so CLI test modules will propery run.
2021-01-12 11:08:45 -08:00
Kieran Prasch
a9d3b6cf1e
Deprecation of automated deployment series by ContractAdministrator
2021-01-12 11:08:45 -08:00
David Núñez
b47d942a60
Add option to relock_dependencies.sh to produce requirement files from the existing Pipfile.lock
...
Otherwise, the default is to create a lock file, and then create the requirements files. The motivation of this change is that the validate_reqs_files job on CI wasn't deterministic, as it was failing everytime some dependency was updated (and therefore, the produced dependency file was updated and different to the existing in the codebase)
2021-01-12 17:26:06 +01:00
David Núñez
533fc6ff9e
CI: Add python 3.9 build. For the moment, just the nightly build
2021-01-12 17:26:06 +01:00
David Núñez
17fc6289c9
The relock dependencies script is now in scripts/dependencies
2021-01-12 17:26:06 +01:00
David Núñez
84df836ce1
Add empty newsfragment for PR #2499
2021-01-12 17:26:06 +01:00
David Núñez
a63a8bf83d
CI: Store evidence of inconsistent requirement files
2021-01-12 17:26:06 +01:00
David Núñez
1958d1a50c
CI: Grant CircleCI access to dependency locations for other python versions
2021-01-12 13:26:52 +01:00
David Núñez
9f3f94e86e
CI: Make validate_reqs_files job consistent with current relock process
2021-01-12 13:26:52 +01:00
K Prasch
b75d02ec9e
Merge pull request #2510 from derekpierre/relock-docs-deps
...
Include relock of docs-requirements.txt in the relock_dependencies script
2021-01-11 14:43:42 -08:00
David Núñez
dec7d7e690
Merge pull request #2507 from KPrasch/bot-spray
...
Deprecates manual worker commitment via CLI
2021-01-11 13:37:02 +01:00
Kieran Prasch
f2a1443457
Removes interactive commitment via UrsulaCommandProtocol
2021-01-09 16:55:44 -08:00
Kieran Prasch
55398874ef
newsfragment #2507
2021-01-08 15:05:04 -08:00
derekpierre
06da07efee
Add newsfragment fo #2510 .
2021-01-08 16:31:19 -05:00
Kieran Prasch
32d667b178
Deprecates manual commitment via CLI.
2021-01-07 12:26:16 -08:00
derekpierre
0fc8d1ea2c
Include relock of docs requirements in the relock_dependencies script.
2021-01-07 11:10:57 -05:00
K Prasch
e17fb1bb4d
Merge pull request #2496 from derekpierre/rtd-build
...
Update requirements for documentation build to fix failing RTD build
2021-01-06 17:13:13 -08:00
derekpierre
d3d6c0a9e3
Update docs requirement after rebase that included another relock of dependencies.
2021-01-06 09:38:39 -05:00
derekpierre
4f79b740b7
Add newsfragment for #2496 .
2021-01-06 09:25:32 -05:00
derekpierre
e46c201dd5
Update requirements for documentation build.
2021-01-06 09:25:32 -05:00
K Prasch
b6390cfbab
Merge pull request #2498 from fjarri/bump-lmdb
...
Remove lmdb<=0.99 requirement and relock
2021-01-05 16:44:49 -08:00
Bogdan Opanchuk
12b9ba8d0e
Install patch in docker
...
lmdb needs it
2021-01-05 16:21:08 -08:00
Bogdan Opanchuk
663ba45e19
Newsfragment for PR #2498
2021-01-05 15:46:39 -08:00
Bogdan Opanchuk
c2128ce083
Remove lmdb<=0.99 requirement and relock
2021-01-05 15:44:30 -08:00
damon
592adba5ab
fix malformed RST table
2021-01-05 14:26:47 -08:00
damon
1538bb283f
include deploy templates and ansible files
2021-01-05 13:28:33 -08:00
damon
e51ef87a2e
adds newsfrag
2021-01-04 18:08:59 -08:00
damon
edbd69d52e
cloudworkers: add 'stop' command
2021-01-04 18:04:52 -08:00
damon
fd8358ba42
update docs
2021-01-04 17:53:50 -08:00
damon
7ecf93713d
cloudworkers: ditch --include data in favor of existing verbose flag
2021-01-04 17:24:18 -08:00