Skip to content

Vdb 1200 get storage value dockerfile#127

Merged
elizabethengelman merged 3 commits intostagingfrom
vdb-1200-getStorageValue-dockerfile
Feb 19, 2020
Merged

Vdb 1200 get storage value dockerfile#127
elizabethengelman merged 3 commits intostagingfrom
vdb-1200-getStorageValue-dockerfile

Conversation

@elizabethengelman
Copy link
Copy Markdown
Contributor

No description provided.

# Run getStorageValue
echo "Running getStorageValue for block: $GET_STORAGE_VALUE_BLOCK_NUMBER"
echo header_block_number: $HEADER_BLOCK_NUMBER
./vulcanizedb getStorageValue --get-storage-value-block-number=$GET_STORAGE_VALUE_BLOCK_NUMBER ./vulcanizedb execute --config config.toml
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like maybe some extra stuff in here we don't want?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, good eye. fixed in f17b76d

@elizabethengelman elizabethengelman force-pushed the vdb-1200-getStorageValue-dockerfile branch from 158fd2e to b6fb553 Compare February 18, 2020 22:44
@elizabethengelman
Copy link
Copy Markdown
Contributor Author

Wanted to add a note so as not to forget, but once #120 is merged in, I'll plan to update .travis/deploy.sh to account for the execute Dockerfile being moved into it's own dir under dockerfiles/.

Copy link
Copy Markdown
Contributor

@rmulhol rmulhol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@elizabethengelman elizabethengelman force-pushed the vdb-1200-getStorageValue-dockerfile branch from f17b76d to ce15ea5 Compare February 19, 2020 20:35
@elizabethengelman elizabethengelman merged commit 9f42f43 into staging Feb 19, 2020
@elizabethengelman elizabethengelman deleted the vdb-1200-getStorageValue-dockerfile branch February 19, 2020 21:00
elizabethengelman pushed a commit that referenced this pull request Feb 28, 2020
* Bump vDB version to 0.0.12-rc.1

* Fix alias for historical flop states

* VDB-1189: Add addresses to storage initializers (#124)

* Update vdb version to include Address in storage initializers

* Add contract addresses to storage initializers

* Remove HashedAddress in favor of Address in storage initializers

* (VDB-1164) Copy over migrations from vDB

* 1189 update transformer imports (#126)

* Update vdb version to include Address in storage initializers

* Update storage transformer imports

* Update transformerExporter.go to reflect new location of storage transformer interface

* Update event transformer imports

* Update transformerExporter.go to reflect new location of event transformer interface

* Update vdb version to include new location for transformer interfaces

* (VDB-1199) Add extractDiffs to docker-compose.yml

- Also remove unnecessary env data from other images

* Vdb 1200 get storage value dockerfile (#127)

* Add Dockerfile for getStorageValue cmd

* Move execute dockerfiles to their own directory

* TO-879: dockerhub via travis (#120)

* dockerhub via travis

* Update travis/deploy.sh to account for new path to execute dockerfile

* Build and push get-storage-value docker image in travis/deploy.sh

* (VDB-1207) Remove non-essential smart comments (#131)

* (VDB-1207) Add smart tags to document DB

- Currently exposed tables and queries in all schemas

* Remove unused code

* Omit queries that perform mutations

* Expose and document storage tables

* Remove smart tags from migrations

- Except cases where they omit a mutation
- Moving them over to postgraphile.tags.json5 for easier updating

* Remove an unused smart comment

Co-authored-by: Elizabeth <emengelman@gmail.com>

* Update postgres version in travis build (#132)

* Update postgres version in travis build to 11.6

this is the most recent posgres version available in RDS at the moment

* updates travis secrets (#133)

* Update vdb to v0.0.13-rc.1 (#134)

* Makes updates to dockerfile/README.md

* Copy header migration change from vdb (#136)

* (VDB-1202) OSM change event transformer

* Update vdb version to v0.0.13-rc.2 (#138)

Co-authored-by: Rob Mulholand <rmulholand@8thlight.com>
Co-authored-by: Gabe Laughlin <gabe@bistrotech.net>
Co-authored-by: daimesava <56128157+daimesava@users.noreply.github.com>
Co-authored-by: Andrew J Yao <1547809+yaoandrew@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants