.. |
characters
|
Deserialization of MessageKit field now produces a MessageKit object instead of bytes.
|
2021-09-14 15:58:08 -04:00 |
cli
|
Remove remaining 'str' usage
|
2021-08-06 18:10:43 +02:00 |
crypto
|
Updates for umbral 0.3 API
|
2021-09-15 13:12:21 -07:00 |
datastore
|
Remove `EncryptedTreasureMap` datastore model
|
2021-09-08 08:55:49 -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
|
Remove remaining 'str' usage
|
2021-08-06 18:10:43 +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
|
Fix other tests
|
2021-03-22 11:37:27 -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
|
Don't return the signature along with the MessageKit from MessageKit.author()
|
2021-09-07 11:58:55 -07:00 |
test_card.py
|
Implicitly remove whitespaces from character nicknames
|
2021-04-28 11:31:59 +02:00 |
test_contract_versioning.py
|
Relax regex testing for contract versioning.
|
2020-12-05 08:16:27 -08:00 |
test_control.py
|
Ensure that url query parameters in tests are url encoded. Added note about url encoding in docs.
|
2021-07-26 15:14:43 -04:00 |
test_datafeeds.py
|
Fix deprecation warnings
|
2021-09-15 13:12:21 -07:00 |
test_decorators.py
|
Reorganize tests into multiple suites.
|
2020-05-27 14:11:25 -07:00 |
test_external_ip_utilities.py
|
Test fallback behaviour
|
2021-04-22 12:36:37 +02:00 |
test_gas_strategies.py
|
Simplify max_price_gas_strategy: not controlled by an envvar anymore
|
2020-12-25 01:51:16 +01:00 |
test_logging.py
|
Additional test cases for loggers
|
2020-11-03 12:03:09 +01:00 |
test_porter.py
|
Implement versioning for Arrangement.
|
2021-09-23 16:01:25 -07:00 |
test_prometheus.py
|
Fix stray prometheus imports/tests that should only be performed when prometheus_client is installed; prometheus is an optional dependency.
|
2021-05-21 14:27:33 -04:00 |
test_registry_basics.py
|
Use pathlib
|
2021-08-06 18:10:20 +02:00 |
test_treasure_maps.py
|
Require encrypted_treasure_map in retrieve()
|
2021-09-08 08:21:04 -07:00 |
test_versioning.py
|
Versioning test touch ups.
|
2021-09-27 14:32:33 -07:00 |
test_web3_clients.py
|
Use pathlib
|
2021-08-06 18:10:20 +02: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
|
Fix deprecation warnings
|
2021-09-15 13:12:21 -07:00 |
test_work_tracker_error_handling.py
|
Unskips worker rate limiting test - Fixes unexpee limit test
|
2021-01-12 13:10:15 -08:00 |