New 'use' syntax with support for intro predicates (#431)

* New 'use' syntax with support for intro predicates

* Use empty statement in test

* Review feedback
This commit is contained in:
Rob Knight 2025-10-17 12:27:11 +02:00 committed by GitHub
parent ffed5b4fbd
commit aa4b531ac7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 118 additions and 13 deletions

View file

@ -45,7 +45,7 @@ pub fn eth_dos_request() -> Result<PodRequest> {
let batch_id = batch.id().encode_hex::<String>();
let input = format!(
r#"
use _, _, _, eth_dos from 0x{batch_id}
use batch _, _, _, eth_dos from 0x{batch_id}
REQUEST(
eth_dos(src, dst, distance)
)