-
Notifications
You must be signed in to change notification settings - Fork 22
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
Granada related fixes and updates. #1030
Granada related fixes and updates. #1030
Conversation
…e size length and added renamed deposits to CycleBalance
path-prefix: ${?CONSEIL_XTZ_NODE_PATH_PREFIX} | ||
|
||
trace-calls: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let us document this.
metadata-fetching-is-on: ${?CONSEIL_LORRE_BLOCK_RIGHTS_FETCHING_ENABLED} | ||
fork-handling-is-on: false | ||
fork-handling-is-on: ${?CONSEIL_LORRE_FORK_DETECTION_ENABLED} | ||
fork-handling-is-on: ${?CONSEIL_LORRE_FORK_DETECTION_ENABLED} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidental space
@@ -52,6 +52,7 @@ logging: { | |||
# get extra info from the akka-streamed async calls to the node, if trace-calls is enabled on the node conf. | |||
# change the level of the root logger handler accordingly to see the output (i.e. add outputLevel: "DEBUG") | |||
name: "tech.cryptonomic.conseil.indexer.tezos.node-rpc.batch", | |||
from-env: "LORRE_NODE_RPC_BATCH_LOG_LEVEL", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's document this.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR contains bunch of fixes related to the Granada upgrade:
estimated_time
was updated)parsing.max-to-strict-bytes
(responsible for recent errors with request too large) and adding reading those values from env variablesdeposits
toCycleBalance
case class so we will avoid some warnings(and keeping the original one so we will be backward compatible)