github.com/tri-stone/burrow@v0.25.0/tests/jobs_fixtures/app53-BLOCKHASH/deploy.yaml (about)

     1  jobs:
     2  
     3  - name: deployContract
     4    deploy:
     5        contract: GetBlockHash.sol
     6  
     7  - name: setBlockNumber
     8    set:
     9      val: 1
    10  
    11  - name: getBlockHash
    12    call:
    13        destination: $deployContract
    14        function: getBlockHash
    15        data:
    16          - $setBlockNumber
    17  
    18  - name: assertBlockHash
    19    assert:
    20      key: $getBlockHash
    21      relation: ne
    22      val: ""