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

Deploy on TEN testnet #404

Closed
guidiaz opened this issue Jan 29, 2024 · 2 comments
Closed

Deploy on TEN testnet #404

guidiaz opened this issue Jan 29, 2024 · 2 comments
Assignees

Comments

@guidiaz
Copy link
Collaborator

guidiaz commented Jan 29, 2024

No description provided.

@guidiaz
Copy link
Collaborator Author

guidiaz commented Feb 9, 2024

  • eth_getBlockByNumber returns a too big number as blockLimit (solution: make w3gw to intercept this field and return maximum gas limit settled in envars)
  • eth_estimateGas always fails even called from authenticated rpc endpoint (issue has been reported to Ten support team)
  • deployments were possible by:
    • gas limit estimation must be enabled in w3gw (as to avoid issue w/ eth_getBlockByNumber)
    • gas limit must set on all deployment transactions (as to avoid issue w/ eth_estimateGas)
  • at the end of sprint, there's seem to be some issue in web3 calls to public methods returning structs (awaiting feedback from Ten support team)

@guidiaz guidiaz closed this as completed Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant