Skip to content

Commit a009f4c

Browse files
committed
Add 2021-12-23 release note
1 parent 7e629ff commit a009f4c

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107

108108
## Release notes
109109

110+
* [2021-12-23](release-notes/2021-12-23.md)
110111
* [2021-12-20](release-notes/2021-12-20.md)
111112
* [2021-12-10](release-notes/2021-12-10.md)
112113
* [2021-12-07](release-notes/2021-12-07.md)

release-notes/2021-12-23.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 2021-12-23
2+
3+
Docker TAG: `iconloop/icon2-node:v1.1.3`
4+
Goloop release: [https://github.com/icon-project/goloop/releases/tag/v1.1.3](https://github.com/icon-project/goloop/releases/tag/v1.1.3)
5+
6+
**This version applies the following changes:**
7+
8+
* Avoid ID validation on transition with already validated flag
9+
* Fix panic in validation on send transaction for deposit check
10+
* Fix ICX issue and regulate module
11+
12+
**To upgrade your docker**, update your `docker-compose.yml` as follow:
13+
14+
* `image: 'iconloop/icon2-node'`
15+
16+
OR
17+
* `image: 'icon2-node:v1.1.3'`
18+
19+
Then run the following command in order to upgrade your docker container:
20+
21+
```
22+
docker-compose pull && docker-compose down && docker-compose up -d
23+
```

0 commit comments

Comments
 (0)