.. |
characters
|
Some unit tests reorganization
|
2020-09-24 20:27:13 +02:00 |
crypto
|
Relocate keypairs.py from datastore to crypto
|
2020-09-24 20:28:27 +02:00 |
datastore
|
Include missing lisence file to avoid precommit hook failures.
|
2020-10-14 15:33:07 -07:00 |
conftest.py
|
New method EthereumClient.generate_gas_price. Gives a gas price according to current gas strategy
|
2020-08-28 18:00:19 +02:00 |
test_aragon.py
|
Add docstrings to the aragon module classes. Clarify usage of a DAORegistry exception
|
2020-09-15 10:04:42 +02:00 |
test_block_confirmations.py
|
New method EthereumClient.generate_gas_price. Gives a gas price according to current gas strategy
|
2020-08-28 18:00:19 +02:00 |
test_blockchain_economics_model.py
|
Adds missing license in several modules. Fixes EOF. Comment for precommit test regarding addional setup.
|
2020-08-25 07:09:59 -07:00 |
test_blockchain_events.py
|
Handle the inlcusive block range when filtering events.
|
2020-10-02 09:29:42 -04:00 |
test_blockchain_interface.py
|
When sending TXs, allow to specify if we want to use a pending nonce or not
|
2020-10-19 18:59:28 +02:00 |
test_blockchain_utils.py
|
Added unit test for estimating block number for a period.
|
2020-09-14 10:22:06 -04:00 |
test_bytestring_types.py
|
test fixes resulting from change in keys
|
2020-06-17 11:31:48 -07:00 |
test_datafeeds.py
|
Create a gas strategies module in nucypher.utilities
|
2020-10-19 18:52:22 +02:00 |
test_decorators.py
|
Reorganize tests into multiple suites.
|
2020-05-27 14:11:25 -07:00 |
test_logging.py
|
Even more detailed tests for NuCypher logger: now with JSON observer
|
2020-10-30 20:55:56 +01:00 |
test_prometheus.py
|
Reduce the frequency of the prometheus metrics collection.
|
2020-10-16 13:06:28 -04:00 |
test_registry_basics.py
|
Apply suggestions from code review #2170
|
2020-08-20 00:49:20 +03:00 |
test_web3_clients.py
|
Use Web3 middleware, instead of modifying web3 provider classes, to automatically retry requests based on response/exception returned.
|
2020-09-24 19:32:09 -04:00 |
test_web3_middleware.py
|
Code cleanup including reusing existing add_middleware function, and general cleanup of tests.
|
2020-09-25 09:43:04 -04:00 |
test_web3_signers.py
|
Rework trezor transaction signing so that operations on the tx dictionary are non-mutative
|
2020-09-23 21:09:59 -07:00 |
test_work_orders.py
|
Unit tests for WorkOrder
|
2020-08-14 12:15:16 -07:00 |
test_work_tracker_error_handling.py
|
Adding assertions to make sure that the error handler is working and emitting logs.
|
2020-10-28 08:40:33 -06:00 |