Felipe Alvarado
Felipe Alvarado
**Describe the bug** When executing the `run_tests.sh` command, the following error occurs: ``` ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― TestAaProcessorService.test_process_aa_transaction ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― self = , get_chain_id_mock = @mock.patch.object( EthereumClient, "get_chain_id", autospec=True, return_value=aa_chain_id, # Needed for hashes...
# What is needed? We need to collapse the migrations and start from a new point. # Background After migrating some safe-eth-py fields for more efficient ones, the goal is...
Currently, it is not possible to send filtering parameters to the `get_transactions` method of the `transaction_service_api` client. It would be necessary to add the parameters allowed by the API and...
# What is needed? Support adding L1 and L2 addresses in the same issue without the need to create two separate ones. # Background Currently, only one specific version (including...
Closes https://github.com/safe-global/safe-transaction-service/issues/1783.
Currently, there is a [page for the Safe Tx service](https://docs.safe.global/advanced/api-service-architecture/safe-transaction-service#offchain-transaction-signatures) in Safe docs that contains some examples and an explanation of the service. The goal would be to keep the...
Closes https://github.com/safe-global/safe-eth-py/issues/750
The new options implemented in https://github.com/safe-global/safe-cli/issues/36 need to be added to the `safe-cli` documentation in `safe-docs`. Currently only the interactive mode is documented, and the direct commands as well as...
# What is needed? Since there is a new major version of Web3 we have to migrate from version 6 to version 7. This implies also migrating HexBytes to the...