Skip to content

Commit

Permalink
update changelog before tagging v1.3.23 again
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Jul 1, 2024
1 parent 92740ec commit 420a207
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 6 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,47 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

updates may be generated with `scripts/changelog.sh <PR#lowest> <PR#highest>`


## 1.3.23

- Increment minimum version requirement to v1.3.23
- add windows arm64 archive to release [#1852](https://github.com/skycoin/skywire/pull/1852)
- fix bearer token issue [#1851](https://github.com/skycoin/skywire/pull/1851)
- fix Windows release pipeline issue [#1850](https://github.com/skycoin/skywire/pull/1850)
- update service-config.json values [#1849](https://github.com/skycoin/skywire/pull/1849)
- fix missing `skywire` command in MacOS [#1848](https://github.com/skycoin/skywire/pull/1848)
- fix datarace in hv [#1847](https://github.com/skycoin/skywire/pull/1847)
- update deps [#1846](https://github.com/skycoin/skywire/pull/1846)
- add missing dmsg:// to dmsg services addresses [#1845](https://github.com/skycoin/skywire/pull/1845)
- build constraint to ignore gotop [#1844](https://github.com/skycoin/skywire/pull/1844)

## 1.3.22

- ready for release 5 [#1843](https://github.com/skycoin/skywire/pull/1843)
- ready for release 4 [#1842](https://github.com/skycoin/skywire/pull/1842)
- readey for release 3 [#1841](https://github.com/skycoin/skywire/pull/1841)
- ready to release 2 for v1.3.22 [#1840](https://github.com/skycoin/skywire/pull/1840)
- ready to release [#1839](https://github.com/skycoin/skywire/pull/1839)
- fix release pipeline issues [#1838](https://github.com/skycoin/skywire/pull/1838)
- a little change on dmsghttp-config.json [#1837](https://github.com/skycoin/skywire/pull/1837)
- replace dmsg disc public key values [#1836](https://github.com/skycoin/skywire/pull/1836)
- update deps [#1835](https://github.com/skycoin/skywire/pull/1835)
- Include more of the deployment config in the survey [#1834](https://github.com/skycoin/skywire/pull/1834)
- update dmsghttp-config.json [#1833](https://github.com/skycoin/skywire/pull/1833)
- fix: mac os build error [#1829](https://github.com/skycoin/skywire/pull/1829)
- Update Skywire Specifications document [#1827](https://github.com/skycoin/skywire/pull/1827)
- minor optimizations to reward system backend and UI [#1825](https://github.com/skycoin/skywire/pull/1825)
- Update dmsg [#1823](https://github.com/skycoin/skywire/pull/1823)
- Reward System UI improvements [#1822](https://github.com/skycoin/skywire/pull/1822)
- add heartbeat logic for stcpr and dmsg [#1821](https://github.com/skycoin/skywire/pull/1821)
- Transport setup-node request logging integration with reward system UI [#1820](https://github.com/skycoin/skywire/pull/1820)
- improve `skywire cli tp tree` [#1818](https://github.com/skycoin/skywire/pull/1818)
- improve `skywire cli tp tree` [#1817](https://github.com/skycoin/skywire/pull/1817)
- system monitor - `skywire cli visor top` [#1813](https://github.com/skycoin/skywire/pull/1813)
- More statistics for UT &amp; dmsg discovery [#1812](https://github.com/skycoin/skywire/pull/1812)
- Reward System Documentation [#1811](https://github.com/skycoin/skywire/pull/1811)
- Update CHANGELOG.md [#1810](https://github.com/skycoin/skywire/pull/1810)

## 1.3.21
- Update documentation ; increment min version requirement [#1809](https://github.com/skycoin/skywire/pull/1809)
- TPD concurrency [#1808](https://github.com/skycoin/skywire/pull/1808)
Expand Down
18 changes: 12 additions & 6 deletions mainnet_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ A total of up to ~1114.754 Skycoin are distributed daily in leap-years.
To receive Skycoin rewards for running skywire, the following requirements must be met.
The update deadlines specify the version of software required as of (i.e. on or before) the specified date in order to maintain reward eligibility:

* **Minimum skywire version v1.3.19** - Cutoff April 1st 2024

* **Minimum skywire version v1.3.21** - Cutoff May 1st 2024

* **Minimum skywire version v1.3.23** - Cutoff July 1st 2024

* The visor must be an **ARM or RISC architecture SBC running on approved [hardware](#hardware)**

* Visors must be running on **[the skywire production deployment](https://conf.skywire.skycoin.com)** with a config that is updated on every version. No default keys or addresses of this configuration may be removed - but you can add keys
Expand Down Expand Up @@ -109,22 +110,27 @@ skywire-cli -v
skywire-visor -v
```

**Reward eligibility after 4-1-2024 requires Skywire v1.3.19**

Requirement established 3-14-2024

Rewards Cutoff date for updating 4-1-2024

**Reward eligibility after 5-1-2024 requires Skywire v1.3.21**

Requirement established 3-13-2024

Rewards Cutoff date for updating 5-1-2024

**Reward eligibility after 7-1-2024 requires Skywire v1.3.23**

Requirement established 6-25-2024

Rewards Cutoff date for updating 7-1-2024

### Deployment

The deployment your visor is running on can be verified by comparing the services configured in the visor's `.json` config against [conf.skywire.skycoin.com](https://conf.skywire.skycoin.com)

```
cat /opt/skywire/skywire.json
```

The service configuration will be automatically updated any time a config is generated or regenerated.

For those visors in china or those running a dmsghttp-config, compare the dmsghttp-config of your current installation with the dmsghttp-config on the develop branch of [github.com/skycoin/skywire](https://github.com/skycoin/skywire)
Expand Down

0 comments on commit 420a207

Please sign in to comment.