kroma-network / kroma

A developer-friendly, rollup-based Ethereum Layer 2 solution that offers low fees and EVM equivalence.
Other
158 stars 80 forks source link

err: ethClient.BlockByHash(txReceipt.BlockHash) #341

Closed autoluckgmail closed 2 weeks ago

autoluckgmail commented 2 months ago

hashcode=0x7c6bbe3961a2f2fe72d56fc522a53f83402c248a8c388914335ecf76de0086bc when using ethClient.BlockByHash(txReceipt.BlockHash) report err:transaction type not supported

autoluckgmail commented 2 months ago

go-eth package I had try: github.com/ethereum/go-ethereum v1.14.6 github.com/ethereum/go-ethereum v1.13.14

seolaoh commented 2 months ago

0x7c6bbe3961a2f2fe72d56fc522a53f83402c248a8c388914335ecf76de0086bc is a transaction hash, right? You need to provide a block hash to that function. Additionally you need to use kroma-geth to operate a Kroma node, and we recommend to use kroma-up to operate Kroma node.

autoluckgmail commented 1 month ago

could you support go-eth?

0xHansLee commented 1 month ago

@autoluckgmail go-eth is for L1, but for L2 (Kroma), you need to use kroma-geth. It is quite different client. The right execution engine should be used for interaction with L2 consensus layer (kroma).

seolaoh commented 2 weeks ago

Since there are no more comments, we're closing it.