d2252193ec
Refactor to use plugeth-statediff ( #1 )
...
Reviewed-on: #1
2023-09-21 06:55:26 +00:00
240ebb6816
PR review changes
2023-05-28 15:49:25 +08:00
6d7487152c
Upgrade to v5 schema
...
Now uses:
* ipld direct_by_leaf StateDB for basic queries
* trie_by_cid StateDB for trie slice and proof queries
Also:
* vulcanize => cerc refactor
* Backend method to close dbs
* state tests are in multiple packages, to allow separate ginkgo suites
* removes gap-filler module
* integration tests and github workflows
* run stack-orchestrator for testnet
* fix various issues with tests, hardhat server, dockerfile
* fix cmd flags / env vars
* fix flaky tests and clean up code
* remove unused code, scripts
* remove outdated docs
* update version
2023-05-25 21:39:48 +08:00
i-norden
20fa187092
bump to go 1.19 and update workflow refs
2023-04-14 14:49:39 +08:00
Michael
fc0d7a6dd6
Cerc refactor ( #193 )
...
* cerc refactor waiting on unpublished dependencies
* cerc refactor updates for dependencies
* Describe imports got removed
* cleaning up more vulcanize refs in ci/cd
* another test lost Describe imports
* another test lost Describe imports... not caught in go build -a???
* more cerc-io migrations to utilize new git.vdb.to gitea instance
* switching back to github for running unit test
* first try at git.vdb.to as conatiner repository
* targeted tag was incomplete
2022-09-20 11:52:06 -04:00
prathamesh0
6cb54ca790
Update transactions, receipts and logs queries ( #173 )
...
* Update queries to fetch data from cids tables
* Fix eth_getTransactionByHash to return tx from canonical block
* Fetch transaction by hash in a single query
* Update queries to fetch data from IPLD blocks table
* Avoid NULL result from canonical block hash query
* Update GitHub workflow and script to run unit tests
* Avoid usage of LIMIT 1 in queries for GQL API
* Fetch IPLD data separately when retrieving latest account data or storage value
* Upgrade geth dependency
* Update GitHub workflow
2022-07-12 13:40:45 +05:30
ace12fbc35
Update module path for v4
2022-05-20 18:50:50 +05:30
705835512e
Update module path for v3
2022-05-18 13:35:16 +05:30
a141d154b7
Remove dapptools and update test readme to use stack-orchestrator
2022-05-05 14:34:09 +05:30
ramil
9d590e15bc
fix race conditions in tests, call contract service instead of hardcoded values
2021-04-19 23:07:38 +03:00
ramil
524ab42674
normilize CLI options, environment variables
...
merge gap-filler library to "serve" commnad
2021-04-14 18:53:44 +03:00
Ian Norden
a480c28a67
update readme
2020-10-28 09:02:27 -05:00
Ian Norden
7a2ccaa8a7
fixes for test; update readme and gomodules
2020-10-28 08:40:00 -05:00
Ian Norden
beea9d503d
minor updates to readme
2020-10-23 10:15:35 -05:00
ramil
909c85b547
monitoring documentation, prometheus config, grafana dashboard
2020-10-21 15:38:48 +03:00
Ian Norden
20af343efb
fixes after dirty rebase; canonical hash/header finder function is in this commit now
2020-10-20 15:36:51 -05:00
Ian Norden
065e70185a
using local dep until we cut release of ipld-eth-indexer
2020-09-02 10:23:37 -05:00
Ian Norden
1dee766014
update readme
2020-09-02 09:18:31 -05:00
Ian Norden
f4591a6beb
update deps/paths/names
2020-08-31 10:52:47 -05:00
Ian Norden
a532e17e21
remove option for publishing through ipfs node interface
2020-08-12 09:26:18 -05:00
ramil
6175fc02c4
fix readme (database user and password)
2020-08-12 04:35:17 +03:00
A. F. Dudley
e2d591b3f7
Update README.md
2020-08-09 08:10:39 -07: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
7b0b613b92
misc adjustments
2020-08-07 23:17:16 -05:00
Ian Norden
74752d15aa
remove diff unique connstraint, overwrite as diff
2020-08-07 23:17:11 -05:00
Ian Norden
2b8e5ad05a
fix flaky test
2020-08-05 11:55:36 -05:00
Ian Norden
1137436ac0
remove references to vulcanizedb repo and some other minor changes/additions
2020-08-05 11:02:39 -05:00
Ian Norden
b9fbd2da53
update docs
2020-08-05 00:23:06 -05:00
Ian Norden
e2bcc06f8a
major refactor pt 3
2020-06-29 19:16:52 -05:00
Ian Norden
3dc1bf6955
update ipfs stack, specifically dshelp.CidToDsKey => dshelp.MultihashToDsKey
2020-06-22 13:15:29 -05:00
Ian Norden
9f3e4f1102
finish updating documentation after refactor
2020-06-20 10:59:32 -05:00
Ian Norden
fe083c12f9
trimming down to ipfs watchers
2020-05-29 22:02:47 -05:00
Ian Norden
ca273a026d
major refactor part 2: remove cold import, full sync, generalize node table
2020-02-20 16:14:17 -06:00
Rob Mulholand
234fff83c5
Use testing.toml and vulcanize_testing in tests
...
- remove legacy references to infura.toml and vulcanize_private
2019-10-31 13:10:25 -05:00
Rob Mulholand
62e454b7fe
Update docs to reflect using go mod
2019-07-23 15:28:08 -05:00
Elizabeth
79765c7998
Merge pull request #94 from vulcanize/documentation-updates
...
Documentation updates
2019-05-15 13:22:15 -05:00
Gabe Laughlin
b4cdf76905
(VDB-479) Upgrade Posgres to 11
2019-05-14 16:49:05 -05:00
Elizabeth Engelman
d947c8f30a
Rename sync command to fullSync
2019-05-13 16:14:56 -05:00
Elizabeth Engelman
eba52442ec
Restructure README to conform with standard readme spec
2019-05-13 16:14:56 -05:00
Elizabeth Engelman
bd3e841e21
Update links in README to be relative to current branch
2019-05-10 11:01:17 -05:00
Elizabeth Engelman
8dc9ddf65e
Add Code of Conduct
2019-05-10 10:07:25 -05:00
Elizabeth Engelman
ade1429ce3
Update transformer documentation
...
broken into generic and custom
2019-05-08 17:29:24 -05:00
Elizabeth Engelman
5d1ba5903c
Update contributing guidelines
2019-05-08 13:42:43 -05:00
Elizabeth Engelman
436d9b9cb1
Add VDB overview diagram to README
2019-05-08 13:42:43 -05:00
Elizabeth Engelman
b96f6c4d31
Various README updates
2019-05-08 13:42:43 -05:00
Rob Mulholand
ca354de229
(VDB-563) Remove Postgraphile bespoke code
...
- Add documentation for running Postgraphile from their binary
2019-05-08 09:11:51 -05:00
Gabe Laughlin
a344432156
(VDB-560) Rename lightSync to headerSync
2019-05-01 12:12:55 -05:00
Ian Norden
01ffc80ef2
add some info for separate compose and execute commands; note about
...
flaky test
2019-04-19 14:49:09 -05:00
ana0
964fc8bd22
Merge branch 'staging' into databaseConfig
2019-04-11 14:19:57 -04:00
anon
4e8485810e
Add note to readme
2019-04-11 13:14:04 -04:00