keep-starknet-strange / raito

Bitcoin ZK client written in Cairo.
https://raito.wtf
MIT License
40 stars 34 forks source link

[bug] Client fails on block 478558: Script validation failed on tx_idx: 0, input_idx: 0: Opcode not implemented #256

Open maciejka opened 3 weeks ago

maciejka commented 3 weeks ago

In packages/client command:

scarb test --forceall --execute_scripts tests/data/full_478557.json

fails with:

Script validation failed on tx_idx: 0, input_idx: 0: Opcode not implemented
supreme2580 commented 1 week ago

@maciejka can i be assigned to this

baitcode commented 1 week ago

I tried to reproduce that and got:

running integration tests (with scripts) ...
test tests/data/full_478557.json ... fail (gas usage est.: 0)
failures:
    tests/data/full_478557.json — Run panicked with [10465980102873265876556552398661227733856306440119630725149366969700 ('cached output was not cached'), ].

Is this another issue? am I missing something?

maciejka commented 1 week ago

I tried to reproduce that and got:

running integration tests (with scripts) ...
test tests/data/full_478557.json ... fail (gas usage est.: 0)
failures:
  tests/data/full_478557.json — Run panicked with [10465980102873265876556552398661227733856306440119630725149366969700 ('cached output was not cached'), ].

Is this another issue? am I missing something?

This is another issue already solved in #282.

baitcode commented 1 week ago

Ok. I'll synchronise my branch. Could you assign me to this one, please?