a141d154b7
Remove dapptools and update test readme to use stack-orchestrator
2022-05-05 14:34:09 +05:30
2be2a06575
Add integration tests for service to fill indexing gap
2022-04-21 17:03:37 +05:30
i-norden
84e22e3b9c
update Makefile
2021-12-29 14:58:29 -06:00
Arijit Das
25b49f784b
Use ipld-eth-db docker image.
2021-10-12 12:33:48 +05:30
Arijit Das
e7744cce4b
Add test scripts.
2021-06-14 10:26:10 +05:30
Arijit Das
b3ef2934b7
Restore integration test target in Makefile.
2021-06-09 09:44:00 +05:30
Arijit Das
7babaf6c05
Fix failing test
2021-06-04 00:01:25 +05:30
ramil
9d6791706d
fix unit tests
2021-04-19 15:00:28 +03:00
ramil
50d53535bb
integration test: run integration tests in GA
2021-04-19 14:43:21 +03:00
ramil
c813ff00f4
integration test: fix unit tests
2021-04-19 14:24:58 +03:00
ramil
53f06a66f5
integration test: fix returning error when block doesn't exist
2021-04-19 13:16:59 +03:00
Ian Norden
36fe35123f
fix Makefile; update schema.sql; bump patch version
2021-02-24 16:02:29 -06:00
Ramil Amerzyanov
e92d35b084
update geth statediff to version v1.9.25-statediff-0.0.14 ( #27 )
...
* update geth statediff to version v1.9.25-statediff-0.0.14
run integration tests in github actions
* fix goose install issue
* fix unit test bug.
Added sorting by tx index for transactions and receipts queries
2021-02-19 23:23:45 +03:00
ramil
1d57f75dcf
docker compose for dapptools, postgraphile, eth-indexer and eth-server
2020-09-06 12:32:11 +03:00
Ian Norden
4d4e5eb029
specify GO111MODLE state in readme, explicitly use GO111MODULE=on in make build
2020-08-07 23:17:16 -05:00
Ian Norden
1137436ac0
remove references to vulcanizedb repo and some other minor changes/additions
2020-08-05 11:02:39 -05:00
Rob Mulholand
0167f884b4
Enable configuring db user, host, and port in tests
2019-10-31 13:20:47 -05:00
Rob Mulholand
2bc3267cce
Add driver and user to migrations in tests
...
- Prevents logs that driver is missing
- Prevents goose_db_version from hanging around
2019-10-31 13:20:47 -05:00
yaoandrew
afe8b3c999
Fixes migration location for goose
2019-10-29 21:26:25 -07:00
Andrew J Yao
722f7f3665
Automates DB reset and migrations when unit and integration tests are run
2019-10-28 21:35:45 -07:00
Rob Mulholand
f51f5c64a0
Replace dep with go mod
2019-07-23 15:28:08 -05:00
anon
aac2d852ca
Default user is postgres
2019-04-10 18:18:58 -04:00
anon
bd12149594
Database config
2019-04-10 17:56:31 -04:00
Ian Norden
72c73c25b7
update vendor dep; constrain to revision of geth with UnpackIntoMap; updates to match
2019-04-03 00:14:02 -05:00
Ian Norden
83f7daf37d
compose and execute as separate commands; update README and add git checkout vendor/github.com/ethereum/go-ethereum/accounts/abi to make build
2019-02-28 18:15:16 -06:00
Ian Norden
f2072561a7
removing mcd/maker references; delete test_data; update READMEs; use
...
logrus
2019-02-24 21:53:04 -06:00
Ian Norden
b449193b16
addressing review comments; still need to reorg migrations and add helper tests
2019-02-24 21:38:48 -06:00
Ian Norden
decc2a3caf
remove pkg/transformers; extract shared files needed to
...
libraries/shared; work on automated db migration management
2019-02-24 21:38:47 -06:00
Edvard Hübinette
b4ded221c3
Merge branch 'staging' into VDB-281-Migrations-remake
2019-02-01 17:29:56 +01:00
Edvard
e1fd58c9bc
Debug; trigger travis
2019-01-25 11:44:05 +01:00
Edvard
0c7cfe5609
Fix travis and expand makefile targets
2019-01-25 11:44:05 +01:00
Edvard
6b4eb57571
Fix supfile to use goose for migrations
2019-01-25 11:44:05 +01:00
Edvard
e5f3826633
Add Makefile for goose migrations, update README accordingly
2019-01-25 11:44:05 +01:00
Ian Norden
46b898f690
merge public vulcanizedb/master
2019-01-23 00:37:26 -06:00
Ian Norden
aa2068bd08
adjust retriever to pull token holder addresses from Transfer and Approval events (iterating over Approvals might be redundant); edit Makefile to import new missing dependencies of go-ethereum/accounts/keystore, organizing mocks and adding event related mocks and filters
2018-11-03 13:49:23 -05:00
Maxim Krasilnikov
2201efc347
Rename dev_env to rinkeby_env, added make commands description to readme
2018-11-03 13:49:23 -05:00
Maxim Krasilnikov
0d4aa71d6d
Dockerized dev environment, geth rinkeby
2018-11-03 13:49:23 -05:00
Taka Goto
3b722c132e
integration tests hits self hosted parity kovan node:
2018-11-01 10:24:03 -05:00
Elizabeth
ba0113c2eb
Remove integration package from unit test suite and add to integration tests ( #82 )
2018-10-25 15:02:33 -05:00
Rob Mulholand
7870451b5c
Increase number of flake attempts for integration tests
...
- Temporary solution until we can get more reliable results on network
calls to Kovan data
2018-10-22 12:14:43 -05:00
Elizabeth
3baca64903
Update address formatting ( #67 )
...
* Add getSignatures command for list of signatures in constants
* Update VatTune converter's formatting of addresses
and added an integration test
* Move VatTune and PriceFeeds integration tests to a common suite
* Update VatGrab converter for address format
* Update frob converter to fix urn and ilk formatting/decoding
* Update formatting
* Update make test command and add integrationtest command
* Add integration test to travis build
* Update creating headers in integration tests to include Raw and Timestamp fields
2018-10-17 13:04:55 -05:00
Maxim Krasilnikov
1ff349e629
Rename dev_env to rinkeby_env, added make commands description to readme
2018-06-21 22:21:34 +03:00
Maxim Krasilnikov
70f7c63aa8
Dockerized dev environment, geth rinkeby
2018-06-21 20:03:37 +03:00
Matt K
8a9395819c
Get transactions ( #45 )
...
* Make transactions requests in parallel
* Update transaction error handling
2018-03-27 16:06:12 -05:00
Matt Krump
e96066bc83
Remove geth --dev dep
2018-03-21 13:57:18 -05:00
Matt K
5a652190d9
Allow Parity as ingest node ( #36 )
...
* Upgrade go-ethereum to v1.8
* Add Node Info for parity nodes
* Upgrade start_private_blockchain to use v1.8
2018-03-07 15:29:21 -06:00
Matt Krump
06f78e0083
Handle events
...
- Adds interfaces for developers to build handlers that update data in
response to log events
- Resolves #29
2018-03-05 10:01:50 -06:00
Matt K
605b0a96ae
Add graphql server ( #27 )
...
* Add graphql server
* Update Makefile
* Update log_filters constraint
* Add GetLogFilter to repo
* Update travis (use Makefile, go fmt, go vet)
* Add logFilter schema and resolvers
* Add GetWatchedEvent to watched_events_repo
* Add watchedEventLog schema and resolvers
2018-02-08 10:12:08 -06:00
Matt K
3b31e2a342
Update README, add State sync test ( #1 )
2018-01-26 13:38:14 -06:00
Matt K
d09c2ae9bb
Remove godo ( #136 )
2018-01-25 15:46:55 -06:00