Skip to content

Commit

Permalink
fix spec definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Dec 4, 2024
1 parent 3f68792 commit 8cc27db
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clients/runtime/src/integration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub async fn default_provider_client(
role: Role::Authority(key),
telemetry: None,
wasm_method: WasmExecutionMethod::Compiled {
instantiation_strategy: WasmtimeInstantiationStrategy::PoolingCopyOnWrite,
instantiation_strategy: WasmtimeInstantiationStrategy::RecreateInstance,
},
tokio_handle: tokio::runtime::Handle::current(),
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"is_pub_net": true
},
"stellar_history_archive_urls": [
"https://hercules-history.publicnode.org"
"http://history.stellar.org/prd/core-live/core_live_001",
"http://history.stellar.org/prd/core-live/core_live_002",
"http://history.stellar.org/prd/core-live/core_live_003",
"https://stellar-history-de-fra.satoshipay.io",
"https://stellar-history-sg-sin.satoshipay.io",
"https://stellar-history-us-iowa.satoshipay.io"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"is_pub_net": true
},
"stellar_history_archive_urls": [
"https://hercules-history.publicnode.org"
"http://history.stellar.org/prd/core-live/core_live_001",
"http://history.stellar.org/prd/core-live/core_live_002",
"http://history.stellar.org/prd/core-live/core_live_003",
"https://stellar-history-de-fra.satoshipay.io",
"https://stellar-history-sg-sin.satoshipay.io",
"https://stellar-history-us-iowa.satoshipay.io"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"is_pub_net": true
},
"stellar_history_archive_urls": [
"https://hercules-history.publicnode.org"
"http://history.stellar.org/prd/core-live/core_live_001",
"http://history.stellar.org/prd/core-live/core_live_002",
"http://history.stellar.org/prd/core-live/core_live_003",
"https://stellar-history-de-fra.satoshipay.io",
"https://stellar-history-sg-sin.satoshipay.io",
"https://stellar-history-us-iowa.satoshipay.io"
]
}
4 changes: 4 additions & 0 deletions testchain/node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@ fn genesis(
"liquidationCollateralThreshold": genesis_config.vault_registry.liquidation_collateral_threshold,
"systemCollateralCeiling": genesis_config.vault_registry.system_collateral_ceiling,
},
"stellarRelay": {
"organizations": genesis_config.stellar_relay.organizations,
"validators": genesis_config.stellar_relay.validators
},
"fee": {
"issueFee": genesis_config.fee.issue_fee,
"issueGriefingCollateral": genesis_config.fee.issue_griefing_collateral,
Expand Down

0 comments on commit 8cc27db

Please sign in to comment.