Skip to content

Commit

Permalink
Merge pull request #455 from ava-labs/fix-log-panic
Browse files Browse the repository at this point in the history
Fix log panic
  • Loading branch information
patrick-ogrady authored Nov 30, 2021
2 parents 7ef6361 + 9e2c0ee commit 47bd0a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- indexer
restart: always
indexer: &ortelius-app
image: "avaplatform/ortelius:v1.7.1"
image: "avaplatform/ortelius:v1.7.1-log-fix"
command: ["stream", "indexer", "-c", "/opt/config.json"]
external_links:
- mysql
Expand Down
2 changes: 1 addition & 1 deletion docker/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- indexer
restart: always
indexer: &ortelius-app
image: "avaplatform/ortelius:v1.7.1"
image: "avaplatform/ortelius:v1.7.1-log-fix"
command: ["stream", "indexer", "-c", "/opt/config.json"]
networks:
- services
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/ava-labs/ortelius
go 1.16

require (
github.com/ava-labs/avalanchego v1.7.1
github.com/ava-labs/avalanchego v1.7.2-0.20211130002823-c6973c153fa3
github.com/ava-labs/coreth v0.8.1-rc.0
github.com/ethereum/go-ethereum v1.10.12
github.com/go-sql-driver/mysql v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hC
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/ava-labs/avalanchego v1.6.6-0.20211122023205-994831adda9b/go.mod h1:jwfTpP+SB9AZVnHBuh3/d2WNbsIgGwUpqOfOgtEkelk=
github.com/ava-labs/avalanchego v1.7.1 h1:vN6UGxkDSw/CRSx/uWCbT3GQ1Gmvx6IOM7WB3fMGmjM=
github.com/ava-labs/avalanchego v1.7.1/go.mod h1:jwfTpP+SB9AZVnHBuh3/d2WNbsIgGwUpqOfOgtEkelk=
github.com/ava-labs/avalanchego v1.7.2-0.20211130002823-c6973c153fa3 h1:tViw3lu2RfCIIsr1Zg4S3rD1Onp8wYjzKAq10tZepR4=
github.com/ava-labs/avalanchego v1.7.2-0.20211130002823-c6973c153fa3/go.mod h1:jwfTpP+SB9AZVnHBuh3/d2WNbsIgGwUpqOfOgtEkelk=
github.com/ava-labs/coreth v0.8.1-rc.0 h1:hBqu2E0ym54E+3ojgtV026D3aliOpHt5ssX+04uaBOg=
github.com/ava-labs/coreth v0.8.1-rc.0/go.mod h1:rxTZLwjo6dfyPRkf5WfLEFP3C6Tn21lCjjLUH5XqeqM=
github.com/aws/aws-sdk-go-v2 v1.2.0/go.mod h1:zEQs02YRBw1DjK0PoJv3ygDYOFTre1ejlJWl8FwAuQo=
Expand Down

0 comments on commit 47bd0a6

Please sign in to comment.