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

gnosis transaction simulation #1047

Merged
merged 4 commits into from
Jun 21, 2024
Merged

Conversation

KillariDev
Copy link
Contributor

image

@KillariDev KillariDev added the enhancement New feature or request label Jun 19, 2024
@KillariDev KillariDev requested a review from jubalm June 19, 2024 12:17
app/css/interceptor.css Outdated Show resolved Hide resolved
return setCurrentBlockNumber(parsed.data.rpcConnectionStatus?.latestBlock?.number)
}
if (parsed.method !== 'popup_simulateExecutionReply') return
console.log(parsed.method)
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove debugging logs

if (parsed.method !== 'popup_simulateExecutionReply') return
console.log(parsed.method)
const reply = SimulateExecutionReply.parse(parsed)
console.log(reply)
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove unintentional logger

Base automatically changed from gnosis-meta-transaction-parsing to main June 21, 2024 08:32
@KillariDev KillariDev merged commit fa736d1 into main Jun 21, 2024
1 check passed
@KillariDev KillariDev deleted the gnosis-transaction-simulation branch June 21, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants