Uriel Mihura
Uriel Mihura
Bit shifting, right and left. AND, OR, XOR, NOT Some are already supported by Cairo, but others (like bit shifting) are not. Operations should be compatible with u16...u256 and i16....i256....
this PR closes #77 , adding an integration test to the CI
Add paginated view showing all available tasks.
for dev, it would be really useful to have a simple make target to send a task response
Depending on the OS, some dependencies vary in how they should be downloaded and installed. This issue is to add these dependencies automatically in `make deps`: - go - foundry...
# Changes ## ServiceManager - RespondToTask has new parameter: `address senderAddress`: ``` bytes32 batchMerkleRoot, address senderAddress, ``` - NewBatch event has new parameter: `address senderAddress`: ``` event NewBatch( bytes32 indexed...
The explorer is reading gasCostPerProof from `batcher-payment-service.holesky.config.json`. There is a big miscalculation of gas cost per proof in the explorer. To make this simpler and more reliable, the payment service...