Skip to content
New issue

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

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

Already on GitHub? # to your account

Use Keyword/Map get_lazy function when computing default values #52

Merged
merged 1 commit into from
Sep 27, 2021
Merged

Use Keyword/Map get_lazy function when computing default values #52

merged 1 commit into from
Sep 27, 2021

Conversation

dimitarvp
Copy link
Contributor

I found that estimate_gas will always be called even if I already put a gas_limit in my transaction. This PR makes sure that all computed values for Keyword.get and Map.get will get computed lazily which entails changing those calls to Keyword.get_lazy and Map.get_lazy, respectively.

@izelnakri
Copy link
Owner

Looks good, thank you!

@izelnakri izelnakri merged commit d157666 into izelnakri:master Sep 27, 2021
@izelnakri
Copy link
Owner

Hi @dimitarvp , I'd like to have this feature implemented after implementing BIP32, but I've been very busy with the frontend side of my projects(qunitx, emberx, memoria) thus couldn't really work on the eth ellixir package for a while.

Feel free to reach out over DM: izelnakri#8658 on discord, @izelnakri on Telegram. I'll try to help in any way I can.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants