# NuLink Worker Release Notes

The current version is [0.5.0](https://github.com/NuLink-network/nulink-core/releases/tag/v0.5.0_d98e1de)

## v0.5.0（2023/12/20）

1. Update the nulink contract to the latest version
2. Power the latest nulink contract
3. Fix some bugs
4. Added support for nodes that only use one set of main chains when cross-chaining
5. Added support for conflux test network

## v0.2.0(2022/10/20)

1. Add the version check mechanism [#7](https://github.com/NuLink-network/nulink-core/pull/7)
2. Repair the worker node selection algorithm and add a backup plan
3. Repair the bonding auto-failure issue
4. Repair the collected cfrag not enough issue [#9](https://github.com/NuLink-network/nulink-core/pull/9) [#10](https://github.com/NuLink-network/nulink-core/issues/10)
5. Add the concurrent mechanism in the cfrag request. [#10](https://github.com/NuLink-network/nulink-core/issues/10) [#11](https://github.com/NuLink-network/nulink-core/pull/11)

## v0.1.0(2022/9/15)

1. Release the docker image of worker node
2. Release the python installation package
3. Deploy the test network Horus constructed by worker node
4. Repair the transaction estimation error using web3 library [#1](https://github.com/NuLink-network/nulink-core/issues/1)
5. Fix the node reboot mechanism [#2](https://github.com/NuLink-network/nulink-core/issues/2) [#4](https://github.com/NuLink-network/nulink-core/issues/4)
6. Support the Windows support keystore file path


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nulink.org/resources/release_notes/notes_worker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
