summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Rising <60147418+bricerisingalgorand@users.noreply.github.com>2022-01-25 15:44:30 -0500
committerGitHub <noreply@github.com>2022-01-25 15:44:30 -0500
commitebfcee1a637afddfcb1fb3f185b310221f3652ed (patch)
tree35d1efbf211859f07c53e923c33802b3a70b1a6c
parent8432687a244f298391db66f61e994e90944113a3 (diff)
Feature/contract to contract master update (#3504)
* ledger: fix `NextRewardsState()` (#3403) ## Summary A modification of #3336. Added a new test where the rewards pool overspends and proposed a fix in `NextRewardsState()` requiring a consensus upgrade. ## Test Plan This is mostly tests. * Fix a potential problem of committing non-uniform consensus versions (#3453) If accountdb accumulates a large backlog, it is possible catchpoint tracker would attempt to commit a wider range than account updates tracker expects. * avoid generating log error on EnsureValidatedBlock / EnsureBlock (#3424) In EnsureBlock,, do not log as error message if the error is ledgercore.ErrNonSequentialBlockEval and the block round is in the past (i.e. already in the ledger). * Fix typo Fulll to Full (#3456) Fix typo * Fix worng message on restore crash db. (#3455) When crash state is found but could not be restored, noCrashState variable is used to report a warning. However, this variable was set to false in a case where there was no crash state, and the wrong warning was reported. * Adding new scenario for feature networks (#3451) * Fixing telemetry ports (#3497) Co-authored-by: Tolik Zinovyev <tolik@algorand.com> Co-authored-by: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com> Co-authored-by: Shant Karakashian <55754073+algonautshant@users.noreply.github.com> Co-authored-by: Jack <87339414+algojack@users.noreply.github.com>
-rw-r--r--test/testdata/deployednettemplates/recipes/feature-networks/net.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/testdata/deployednettemplates/recipes/feature-networks/net.json b/test/testdata/deployednettemplates/recipes/feature-networks/net.json
index cbab02164..1152ece4a 100644
--- a/test/testdata/deployednettemplates/recipes/feature-networks/net.json
+++ b/test/testdata/deployednettemplates/recipes/feature-networks/net.json
@@ -20,7 +20,7 @@
"APIEndpoint": "{{APIEndpoint}}",
"APIToken": "{{APIToken}}",
"EnableTelemetry": true,
- "TelemetryURI": "telemetry.feature-networks.algodev.network",
+ "TelemetryURI": "telemetry.feature-networks.algodev.network:9105",
"EnableMetrics": true,
"MetricsURI": "{{MetricsURI}}",
"EnableService": false,
@@ -45,7 +45,7 @@
"APIEndpoint": "{{APIEndpoint}}",
"APIToken": "{{APIToken}}",
"EnableTelemetry": true,
- "TelemetryURI": "telemetry.feature-networks.algodev.network",
+ "TelemetryURI": "telemetry.feature-networks.algodev.network:9105",
"EnableMetrics": true,
"MetricsURI": "{{MetricsURI}}",
"EnableService": false,
@@ -70,7 +70,7 @@
"APIEndpoint": "{{APIEndpoint}}",
"APIToken": "{{APIToken}}",
"EnableTelemetry": true,
- "TelemetryURI": "telemetry.feature-networks.algodev.network",
+ "TelemetryURI": "telemetry.feature-networks.algodev.network:9105",
"EnableMetrics": true,
"MetricsURI": "{{MetricsURI}}",
"EnableService": false,