File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 107
107
108
108
## Release notes
109
109
110
+ * [ 2021-12-23] ( release-notes/2021-12-23.md )
110
111
* [ 2021-12-20] ( release-notes/2021-12-20.md )
111
112
* [ 2021-12-10] ( release-notes/2021-12-10.md )
112
113
* [ 2021-12-07] ( release-notes/2021-12-07.md )
Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments