Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use on chain nav values for asset prices for markers #556

Merged
merged 18 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Features
* Add hash price support for nav values from on chain events [#543](https://github.com/provenance-io/explorer-service/pull/543)
* Integrate on-chain NAV data into historical hash price calculations [#555](https://github.com/provenance-io/explorer-service/pull/555)
* Use on-chain NAV data for latest asset pricing on markers [#556](https://github.com/provenance-io/explorer-service/pull/556)

### Improvements

Expand Down
17 changes: 0 additions & 17 deletions docker/docker-compose-db.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.5'
services:
explorer-postgres:
image: postgres:13.2
Expand All @@ -15,19 +14,3 @@ services:
volumes:
pg-local-testnet:

#
#services:
# explorer-postgres:
# image: postgres:13.2
# container_name: postgres-local-mainnet
# environment:
# - POSTGRES_USER=postgres
# - POSTGRES_PASSWORD=password1
# ports:
# - 5432:5432
# volumes:
# - ./db-init:/docker-entrypoint-initdb.d/ # inits the db with username/password
# - pg-local-mainnet:/var/lib/postgresql/data
#
#volumes:
# pg-local-mainnet:
Loading
Loading