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

Misc EVM fixes #2884

Merged
merged 7 commits into from
Sep 21, 2023
Merged

Misc EVM fixes #2884

merged 7 commits into from
Sep 21, 2023

Conversation

dessaya
Copy link
Collaborator

@dessaya dessaya commented Sep 20, 2023

With these changes the Uniswap test suite can be run against ISC.

  • re-introduce the evmemulator tool
  • add evm_snapshot jsonrpc endpoint
  • improve jsonrpc debug logging
  • fix error retrun in eth_estimateGas

Comment on lines +33 to +35
# use like: make build-tool TOOL=./tools/dbinspector
build-tool:
$(BUILD_CMD) $(TOOL)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion:

Suggested change
# use like: make build-tool TOOL=./tools/dbinspector
build-tool:
$(BUILD_CMD) $(TOOL)
# use like: make build-tool TOOL=dbinspector
build-tool:
$(BUILD_CMD) ./tools/$(TOOL)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idk, I like both options. I'll leave it as it is because the evmemulator is in tools/evm/evmemulator and it would be awkwardish to say TOOL=evm/evmemulator 🤷‍♂️

@dessaya dessaya merged commit 90a9fd0 into iotaledger:develop Sep 21, 2023
5 checks passed
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.

2 participants