Skip to content

Commit

Permalink
Update dmsg server ip address in dmsghttp-config.json (#1868)
Browse files Browse the repository at this point in the history
* update dmsg server ip address

* update depndency graph

* update mainnet_rules.md with new min version requirement

* update CHANGELOG.md

* add goda dependency graph
  • Loading branch information
0pcom authored Sep 24, 2024
1 parent ac29ba1 commit 69f1f9e
Show file tree
Hide file tree
Showing 4 changed files with 1,182 additions and 1,145 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ 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.26

- Embed Deployment Configuration [#1873](https://github.com/skycoin/skywire/pull/1873)
- Remove hardcoded services [#1872](https://github.com/skycoin/skywire/pull/1872)
- Update dmsg server ip address in dmsghttp-config.json [#1868](https://github.com/skycoin/skywire/pull/1868)

## 1.3.25

- update skywire-services and skycoin-service-discovery to v1.3.25 [#1864](https://github.com/skycoin/skywire/pull/1864)
- make ready for v1.3.25 [#1863](https://github.com/skycoin/skywire/pull/1863)
- update skywire-utilties [#1862](https://github.com/skycoin/skywire/pull/1862)
- Update Reward Calculation [#1859](https://github.com/skycoin/skywire/pull/1859)

## 1.3.24

- fix Windows installer script [#1858](https://github.com/skycoin/skywire/pull/1858)
- fix reward calculation [#1857](https://github.com/skycoin/skywire/pull/1857)
- fix survey &amp; reward calculation [#1856](https://github.com/skycoin/skywire/pull/1856)
- Fix IP issue on survey [#1855](https://github.com/skycoin/skywire/pull/1855)
- Fix skywire cli log / update dmsg dep [#1853](https://github.com/skycoin/skywire/pull/1853)
- add windows arm64 archive to release [#1852](https://github.com/skycoin/skywire/pull/1852)

## 1.3.23

Expand Down
2 changes: 1 addition & 1 deletion dmsghttp-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"static": "0326978f5a53aff537dbb47fed58b1f123af3b00132d365f1309a14db4168dcff7",
"server": {
"address": "70.121.23.42:9083"
"address": "70.121.13.123:9083"
}
},
{
Expand Down
Loading

0 comments on commit 69f1f9e

Please sign in to comment.