We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scope: x/evm/keeper/erc20.go
The internal EVM call in CallContractWithInput() does not update the block bloom filter with the emitted EVM logs.
CallContractWithInput()
Contrary to ApplyEvmTx in
ApplyEvmTx
nibiru/x/evm/keeper/msg_server.go
Lines 118 to 123 in e3cca15
Originally posted by @berndartmueller in https://github.com/code-423n4/2024-10-nibiru-zenith/pull/12#discussion_r1804304715
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Abstract / Summary
Scope: x/evm/keeper/erc20.go
The internal EVM call in
CallContractWithInput()
does not update the block bloom filter with the emitted EVM logs.Contrary to
ApplyEvmTx
innibiru/x/evm/keeper/msg_server.go
Lines 118 to 123 in e3cca15
Originally posted by @berndartmueller in https://github.com/code-423n4/2024-10-nibiru-zenith/pull/12#discussion_r1804304715
The text was updated successfully, but these errors were encountered: