Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Tags: vulcanize/vulcanizedb

Tags

v0.0.9

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #150 from vulcanize/unique-headers-constraint-v2

Add constraint to prevent duplicate headers

v0.0.8

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Address repo updates (#134)

* Factor out get or create address into one sql string

* Factor out getChecksumAddress method in address repo

* Update address repo methods to not need a receiver

* Move address repository to libraries/shared

v0.0.7

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #141 from vulcanize/contract-watcher-duplicate-ins…

…erts

Do nothing on duplicate log insert in contract watcher

v0.0.6

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #126 from vulcanize/vdb-585-create-address-table

Vdb-585 create address table

v0.0.5

v0.0.5

Latest updates, including replacing dep with go modules and support for parsing addresses in packed storage slots

v0.0.4

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #121 from vulcanize/allow-for-packed-storage-slots

VDB-318 Allow for packed storage slots

v0.0.3

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #103 from vulcanize/remove-queued-storage-duplicates

Don't duplicate queued storage diffs

v0.0.2

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #93 from vulcanize/vdb-570-storage-duplicates

(VDB-570) Handle duplicate storage diffs

v0.0.1

Initial release

- Support caching core ethereum data:
  - Light sync: cache block headers from rpc
  - Sync: cache blocks, transactions, receipts, and logs from rpc
  - Cold import: cache blocks, transactions, receipts, and logs from
    LevelDB
- Support caching contract-specific data:
  - Contract watcher: dynamically cache events and public method return
    values from provided contract address
  - Compose: generate plugin containing contract-specific transformers
  - Execute: execute plugin containing contract-specific transformers
  - Compose and execute: generate and execute plugin containing
    contract-specific transformers
- Support running a GraphQL server to expose cached data