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

lightclient: fix validator set change #209

Merged
merged 1 commit into from
Aug 30, 2023
Merged

Conversation

blxdyx
Copy link
Collaborator

@blxdyx blxdyx commented Aug 30, 2023

fix issue: #208
pick from: bnb-chain/bsc#1645

@blxdyx blxdyx merged commit 27bb8a8 into node-real:devel Aug 30, 2023
2 of 6 checks passed
@blxdyx blxdyx deleted the bug_fix branch August 30, 2023 06:42
@dkeysil
Copy link

dkeysil commented Aug 30, 2023

How do you find that problem here?

@blxdyx
Copy link
Collaborator Author

blxdyx commented Aug 30, 2023

This transaction is about greenfield, and find there is a bugfix about this. Usually you can dump all the opcode from bsc and erigon, and find the problem

@dkeysil
Copy link

dkeysil commented Sep 5, 2023

@blxdyx WDYT if it's possible to write integration tests to compare erigon EVM to bsc EVM?

@dkeysil
Copy link

dkeysil commented Sep 6, 2023

And how are you dumped opcodes? With debug and trace methods from the bsc node? Do you guys run it in your own infrastructure?

@blxdyx
Copy link
Collaborator Author

blxdyx commented Sep 6, 2023

In my dev net, and add some logs to print the opcodes.

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.

3 participants