All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Updated delegation functionality
- Delegation functionality
- Validator functionality
- This CHANGELOG file.
- Multithreading tests.
- Transactions Manager support.
- All
web3
related functions moved fromskale.utils.helper
toskale.utils.web_utils
. skale.utils.helper.await_receipt
renamed toskale.utils.web3_utils.wait_receipt
.get_provider
method moved fromSkale
class to theweb3_utils
.sign_and_send
signature is changed - wallet param is now optional.@format
decorator renamed to@format_fields
.- Updated tests.
- Web3 work in multiple threads.
- All functionality around local nonce management.
- Unused
RELEASES.md
file.