keep-starknet-strange / shinigami

Bitcoin Script VM in Cairo
https://shinigamibtc.dev
MIT License
57 stars 56 forks source link

Changes: #158

Closed EmmanuelAR closed 1 month ago

EmmanuelAR commented 1 month ago
  1. Change pull_data method return to return Result<ByteArray, felt252>
  2. Return error if the script len is lower that the end in pull data method
  3. Change return type in pull data method
  4. Fix pull data reference to use ?
  5. fix test_op_push_data2 and test_op_push_data4 test
Captura de pantalla 2024-08-21 a la(s) 4 23 19 p  m Captura de pantalla 2024-08-21 a la(s) 4 23 47 p  m Captura de pantalla 2024-08-21 a la(s) 4 24 29 p  m
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shinigami ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 21, 2024 10:25pm
b-j-roberts commented 1 month ago

I'll close this since this feature was merged in. Thanks