You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scenario we are hoping for is that Erigonv3 will implement eth_getProof and merge it into bsc-erigonv1.3, and then PascalHF will be implemented
What we are worried about is that PascalHF will be implemented before Erigon3 implements eth_getProof, and then eth_getProof will no longer be usable in bsc-erigon.
I would like to ask the following questions
Will PascalHF be implemented even if erigon3 is only in alpha version?
If erigon3 is only in alpha version by the time PascalHF is implemented, is there any plan to support PascalHF with erigon2?
The text was updated successfully, but these errors were encountered:
We are currently developing a Token Bridge application called Toki on Testnet.
Toki uses an architecture that verifies messages on the inter-chain using LightClient, and it uses eth_getProof to obtain the Proof required for LightClient verification.
Therefore, it requires a Client that can execute eth_getProof in Archive Mode.
I will continue to track the development status of bsc-erigon.
Thank you!
We are currently using erigon3 and need eth_getProof to be available on Testnet.
There is an announcement that HF after BohrHF is only supported in v1.3.
https://github.com/node-real/bsc-erigon/releases/tag/1.3.0-alpha3
PascalHF@Testnet may be implemented in December, according to the Forum.
https://forum.bnbchain.org/t/bnb-chain-upgrades-testnet/934
This is the official alpha version of Erigon3, and there is an issue to implement eth_getProof, but it has not yet been implemented and is scheduled to be implemented in Erigon3 beta2.
erigontech#12984
https://github.com/erigontech/erigon/milestone/28
The scenario we are hoping for is that Erigonv3 will implement eth_getProof and merge it into bsc-erigonv1.3, and then PascalHF will be implemented
What we are worried about is that PascalHF will be implemented before Erigon3 implements eth_getProof, and then eth_getProof will no longer be usable in bsc-erigon.
I would like to ask the following questions
The text was updated successfully, but these errors were encountered: