NethermindEth / near-sffl

https://nffl.nethermind.io/
MIT License
7 stars 7 forks source link

Remove unnecessary scripts #262

Closed emlautarom1 closed 3 months ago

emlautarom1 commented 3 months ago

Current Behavior

Some scripts are no longer needed and should be removed (see #221)

New Behavior

Unused/unreferenced scripts are removed. The script contracts/generate-go-bindings.sh was modified to ensure that prerequisites are met (run npm ci at least once)

Breaking Changes

There should be no breaking changes.

Observations

If you run the contracts/generate-go-bindings.sh, the generated bindings differ from those in Git. The differences are localized to bind.MetaData.Bin only on SFFLServiceManager and SFFLRegistryRollup. Maybe someone with Solidity knowledge can verify if this is an issue.