build docker on ci (#1198)

* build docker on ci

* setup docker

* build docker on ci
This commit is contained in:
Alex Sharov 2020-10-07 17:12:10 +07:00 committed by GitHub
parent 7bd7075984
commit 09d0020669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
source $BASH_ENV
- checkout
- setup_remote_docker
- run: mkdir -p ${TEST_RESULTS}
- run: go env
- run: git submodule update --init --recursive
@ -63,3 +64,6 @@ jobs:
- store_test_results:
path: /tmp/test-results
- run: docker build .

16
cmd/rpctest/getLogs.json Normal file
View File

@ -0,0 +1,16 @@
{
"jsonrpc": "2.0",
"method": "eth_getLogs",
"params": [
{
"address": "0x6090a6e47849629b7245dfa1ca21d94cd15878ef",
"fromBlock": "0x3d0000",
"toBlock": "0x3d2600",
"topics": [
null,
"0x374f3a049e006f36f6cf91b02a3b0ee16c858af2f75858733eb0e927b5b7126c"
]
}
],
"id": 537758
}