Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set version for web3 dependency and fix FeeTooLow #83

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

llunaCreixent
Copy link
Member

@llunaCreixent llunaCreixent commented Nov 16, 2023

The FeeTooLow error is still present.
It seems that the value of gas price is not being used:

2023-11-16 22:59:51,047 [ERROR] [ce7d02c9/circles_onboarding_safe_task] Task safe_relay_service.relay.tasks.circles_onboarding_safe_task[ce7d02c9-7b17-48eb-9d4a-c1fa8fcd70ac] raised unexpected: ValueError({'code': -32010, 'message': 'FeeTooLow, EffectivePriorityFeePerGas too low 0 < 1000000000, BaseFee: 9057696534'})
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/celery/app/trace.py", line 451, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/celery/app/trace.py", line 734, in __protected_call__
    return self.run(*args, **kwargs)
  File "/safe-relay-service/safe_relay_service/relay/tasks.py", line 650, in circles_onboarding_safe_task
    SafeCreationServiceProvider().deploy_create2_safe_tx(safe_address)
  File "/safe-relay-service/safe_relay_service/relay/services/safe_creation_service.py", line 364, in deploy_create2_safe_tx
    ethereum_tx_sent = proxy_factory.deploy_proxy_contract_with_nonce(
  File "/usr/local/lib/python3.9/site-packages/gnosis/safe/proxy_factory.py", line 209, in deploy_proxy_contract_with_nonce
    tx_hash = self.ethereum_client.send_unsigned_transaction(
  File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 1870, in send_unsigned_transaction
    return self.send_raw_transaction(signed_tx.rawTransaction)
  File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 141, in with_exception_handling
    raise exc
  File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 135, in with_exception_handling
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 1819, in send_raw_transaction
    return self.w3.eth.send_raw_transaction(bytes(raw_transaction))
  File "/usr/local/lib/python3.9/site-packages/web3/eth.py", line 831, in send_raw_transaction
    return self._send_raw_transaction(transaction)
  File "/usr/local/lib/python3.9/site-packages/web3/module.py", line 57, in caller
    result = w3.manager.request_blocking(method_str,
  File "/usr/local/lib/python3.9/site-packages/web3/manager.py", line 198, in request_blocking
    return self.formatted_response(response,
  File "/usr/local/lib/python3.9/site-packages/web3/manager.py", line 171, in formatted_response
    raise ValueError(response["error"])
ValueError: {'code': -32010, 'message': 'FeeTooLow, EffectivePriorityFeePerGas too low 0 < 1000000000, BaseFee: 9057696534'}

@llunaCreixent llunaCreixent changed the title Set version for web3 dependency Set version for web3 dependency and fix FeeTooLow Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant