lambdaclass / stark_compass_explorer

Stark Compass: the only open source explorer
https://starkcompass.com
Apache License 2.0
68 stars 23 forks source link

Visit transaction page got erorr page #410

Open istommao opened 10 months ago

istommao commented 10 months ago

for madara compatibility (starknet rpc 0.5.0 version)

I use tag v0.2.34.2 run stark_compass_explorer

Got this issue when i visit transcations page

2024-01-24 20 43 49

pefontana commented 10 months ago

Hi @istommao ! ohhh i see, what RPC_ENDPOINT_MAINNET or RPC_ENDPOINT_TESTNET are you using? I think that the error is in the builtins steps count. For the v0.2.34.2 of the stark compass we were using Juno0.7.2 that return the builtins steps count with a hex string format. I think that the end point you are using returns an int, and that is where the errors come from

istommao commented 10 months ago

RPC_ENDPOINT_MAINNET and RPC_ENDPOINT_TESTNET = http://127.0.0.1:9944