Tatu
Tatu
URL https://www.twitch.tv/lawgiver/video/138540817 Returns ` { channel: 'luzu_tv', mediaType: 'stream', provider: 'twitch' } ` but is actually mediaType video Also for clips, clip id is cut in half at - response...
Batcher now verifiers different gnark proofs # To test: 1. Start anvil, batcher, aggregator & operator 2. Turn on debug logs with `RUST_LOG=debug` environment variable 3. From a different terminal,...
Batcher should verify gnark proofs before it receives before adding them to the batch (to avoid failed batches). For this to work we will need to add ffi wrapper for...
Upgraded deployment scripts & AlignedLayerServiceManager to work with new EigenLayer version coming expected in ~2 weeks. - Added PaymentCoordinator deployment to EigenLayerDeployer - Added parsing of PaymentCoordinator params - Added...
Update contracts to use new eigen version that will be released soon # Links & Guides - core-contracts: [v0.3.0-rc0-holesky-preprod-payments](https://github.com/Layr-Labs/eigenlayer-contracts/releases/tag/v0.3.0-rc0-holesky-preprod-payments) - middleware-contracts: [v0.2.0-rc1-holesky-preprod-payments](https://github.com/Layr-Labs/eigenlayer-middleware/releases/tag/v0.2.0-rc1-holesky-preprod-payments) - smart contract docs: https://github.com/Layr-Labs/eigenlayer-contracts/blob/v0.3.0-rc0-holesky-preprod-payments/docs/core/PaymentCoordinator.md - AVS ServiceManager...
Merkle tree building gets stuck when there is only one node. To test put debug statements above and below the building of Merkle Tree, and finalize a batch of only...
when calling agg.sendAggregatedResponseToContract we wait for response before subscribing back to channel. This limits the amount of responses we can send, since it is slow to submit response on chain....
Create integration test of full flow to avoid manual testing. An integration test should execute succesfully before allowing merge to main
- Add check that task fee is sufficient to pay for gas before responding to task - Need to estimate gas for tx
Verify operator signature when getting signed task response