diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d53236..84d5b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. - ##### The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - ##### This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.2] - 2024-07-31 + +### Changed +- Set `trail_head_blocks` to `0` in `config.json` for all projects. This fixes an issue where the node would not start due to a lack of trailing blocks. +- Updated `registry_address` to `0x663F3ad617193148711d28f5334eE4Ed07016602` to point to the correct registry address + ## [1.0.1] - 2024-07-31 ### Fixed diff --git a/projects/gpt4/container/config.sample.json b/projects/gpt4/container/config.sample.json index 041ae52..e65998c 100644 --- a/projects/gpt4/container/config.sample.json +++ b/projects/gpt4/container/config.sample.json @@ -9,9 +9,9 @@ }, "chain": { "enabled": true, - "trail_head_blocks": 3, + "trail_head_blocks": 0, "rpc_url": "http://host.docker.internal:8545", - "registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170", + "registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602", "wallet": { "max_gas_limit": 4000000, "private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d", diff --git a/projects/hello-world/container/config.json b/projects/hello-world/container/config.json index e528988..935ce0e 100644 --- a/projects/hello-world/container/config.json +++ b/projects/hello-world/container/config.json @@ -9,9 +9,9 @@ }, "chain": { "enabled": true, - "trail_head_blocks": 3, + "trail_head_blocks": 0, "rpc_url": "http://host.docker.internal:8545", - "registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170", + "registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602", "wallet": { "max_gas_limit": 4000000, "private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d", diff --git a/projects/onnx-iris/container/config.json b/projects/onnx-iris/container/config.json index 92c81da..de12901 100644 --- a/projects/onnx-iris/container/config.json +++ b/projects/onnx-iris/container/config.json @@ -9,9 +9,9 @@ }, "chain": { "enabled": true, - "trail_head_blocks": 3, + "trail_head_blocks": 0, "rpc_url": "http://host.docker.internal:8545", - "registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170", + "registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602", "wallet": { "max_gas_limit": 4000000, "private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d", diff --git a/projects/payment/container/config.json b/projects/payment/container/config.json index 8a8fc69..c306302 100644 --- a/projects/payment/container/config.json +++ b/projects/payment/container/config.json @@ -9,9 +9,9 @@ }, "chain": { "enabled": true, - "trail_head_blocks": 3, + "trail_head_blocks": 0, "rpc_url": "http://host.docker.internal:8545", - "registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170", + "registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602", "wallet": { "max_gas_limit": 4000000, "private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d", diff --git a/projects/prompt-to-nft/container/config.sample.json b/projects/prompt-to-nft/container/config.sample.json index d9f4b81..9179ed4 100644 --- a/projects/prompt-to-nft/container/config.sample.json +++ b/projects/prompt-to-nft/container/config.sample.json @@ -9,9 +9,9 @@ }, "chain": { "enabled": true, - "trail_head_blocks": 3, + "trail_head_blocks": 0, "rpc_url": "http://host.docker.internal:8545", - "registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170", + "registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602", "wallet": { "max_gas_limit": 4000000, "private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d", diff --git a/projects/tgi-llm/container/config.sample.json b/projects/tgi-llm/container/config.sample.json index 8f8c70d..644174d 100644 --- a/projects/tgi-llm/container/config.sample.json +++ b/projects/tgi-llm/container/config.sample.json @@ -9,9 +9,9 @@ }, "chain": { "enabled": true, - "trail_head_blocks": 3, + "trail_head_blocks": 0, "rpc_url": "http://host.docker.internal:8545", - "registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170", + "registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602", "wallet": { "max_gas_limit": 4000000, "private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d", diff --git a/projects/torch-iris/container/config.json b/projects/torch-iris/container/config.json index 471f164..6a13adf 100644 --- a/projects/torch-iris/container/config.json +++ b/projects/torch-iris/container/config.json @@ -9,9 +9,9 @@ }, "chain": { "enabled": true, - "trail_head_blocks": 3, + "trail_head_blocks": 0, "rpc_url": "http://host.docker.internal:8545", - "registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170", + "registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602", "wallet": { "max_gas_limit": 4000000, "private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d",