mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
build docker on ci (#1198)
* build docker on ci * setup docker * build docker on ci
This commit is contained in:
parent
7bd7075984
commit
09d0020669
@ -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
16
cmd/rpctest/getLogs.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"jsonrpc": "2.0",
|
||||
"method": "eth_getLogs",
|
||||
"params": [
|
||||
{
|
||||
"address": "0x6090a6e47849629b7245dfa1ca21d94cd15878ef",
|
||||
"fromBlock": "0x3d0000",
|
||||
"toBlock": "0x3d2600",
|
||||
"topics": [
|
||||
null,
|
||||
"0x374f3a049e006f36f6cf91b02a3b0ee16c858af2f75858733eb0e927b5b7126c"
|
||||
]
|
||||
}
|
||||
],
|
||||
"id": 537758
|
||||
}
|
Loading…
Reference in New Issue
Block a user