NethermindEth / blockifier

Blockifier is a Rust implementation for the transaction-executing component in the StarkNet sequencer, in charge of creating state diffs and blocks.
Apache License 2.0
1 stars 3 forks source link

Find & Fix the reason secp256k1 is Failing #60

Closed rodrigo-pino closed 2 weeks ago

rodrigo-pino commented 3 months ago

Two main issues where identified:

  1. LC division is giving the wrong value
  2. Our secp256k1_get_point_from_x was doing a wrong conversion from blockifier data type to natives data type in the big4int_to_u256 utility
rodrigo-pino commented 3 months ago

2 is fixed on #69