@@ -4,6 +4,152 @@ All notable changes to this project will be documented in this file. And this pr
44
55## [ Unreleased]
66
7+ ## [ v1.0.1] - 2019-10-25
8+
9+ ### Framework
10+
11+ - [ Optimization] Support docker image release. [ @leeyr338 ]
12+
13+ ### Executor
14+
15+ - [ Fix] Fix Executor's panic when vm memery offset greater then size. [ @jerry-yu ]
16+
17+ ### Auth
18+
19+ - [ Fix] Fix duplicate transaction hash in block. [ @jerry-yu ]
20+
21+ ## [ v1.0.0] - 2019-09-06
22+
23+ ** NOTE** : The snapshot feature is not available in this version, sorry for any inconvenience it may caused.
24+
25+ ### Protocol
26+
27+ - [ Protocol] Switch project license from GPL 3.0 to Apache License 2.0. [ @jerry-yu ] [ @leeyr338 ] [ @kaikai1024 ] [ @ouwenkg ]
28+
29+ ### Framework
30+
31+ - [ VM] Using new [ cita-vm] ( https://github.com/cryptape/cita-vm ) . [ @jerry-yu ] [ @leeyr338 ]
32+
33+ - [ DB] Using new [ cita-database] ( https://github.com/cryptape/cita-database ) . [ @kaikai1024 ]
34+
35+ ### Executor
36+
37+ - [ Fix] Fix black list error. [ @jerry-yu ]
38+
39+ - [ Fix] Passed all compatible state tests. [ @jerry-yu ]
40+
41+ - [ Fix] Fix sync blocks error. [ @jerry-yu ]
42+
43+ - [ Fix] Fix rustc unexpected unwrap. [ @ouwenkg ]
44+
45+ - [ Fix] Fix transfer failed in charge. [ @ouwenkg ]
46+
47+ - [ Refactor] refactor errors in executor and chain. [ @ouwenkg ]
48+
49+ - [ Fix] Using buildin contracts in cita-vm and remove old parts in cita-executor. [ @ouwenkg ]
50+
51+ - [ Fix] Using ` context.rs ` to replace ` env_info.rs ` . [ @ouwenkg ]
52+
53+ - [ Fix] Remove useless vm feature. [ @kaikai1024 ]
54+
55+ - [ Fix] Rewrite logic about vm in cita-executor. [ @leeyr338 ]
56+
57+ - [ Fix] Rewrite logic about native contracts in cita_executor. [ @ouwenkg ]
58+
59+ - [ Fix] Remove grpc contracts. [ @ouwenkg ]
60+
61+ - [ Fix] Fix out of array error. [ @jerry-yu ]
62+
63+ ### Chain
64+
65+ - [ Fix] Fix get state proof empty. [ @ouwenkg ]
66+
67+ - [ Rewrite] Rewrite entire log filter. [ @kaikai1024 ]
68+
69+ - [ Optimization] Remove useless HeapSizeOf trait. [ @ouwenkg ]
70+
71+ - [ Rewrite] Rewrite blooms. [ @kaikai1024 ]
72+
73+ - [ Rewrite] Rewrite ` db_index.rs ` to replace ` extra.rs ` , ` ids ` . [ @ouwenkg ]
74+
75+ - [ Fix] Fix process exit in chain in certain situation. [ @leeyr338 ]
76+
77+ ### Consensus
78+
79+ - [ Optimization] Remove unused NTP Service. [ @jerry-yu ]
80+
81+ - [ Optimization] Update cita-logger. [ @kaikai1024 ]
82+
83+ ### Auth
84+
85+ - [ Refactor] Increase quota charged in data store. [ @luqz ]
86+
87+ ### Network
88+
89+ - [ Optimization] Using new p2p. [ @jerry-yu ]
90+
91+ ### CITA-common
92+
93+ - [ Optimization] Update docker image. [ @kaikai1024 ]
94+
95+ - [ Optimization] Update ethereum types version. [ @leeyr338 ]
96+
97+ - [ Optimization] Update sodiumoxide. [ @leeyr338 ]
98+
99+ - [ Optimization] Clear useless files in util. [ @kaikai1024 ]
100+
101+ - [ Optimization] Move util errors to cita. [ @kaikai1024 ]
102+
103+ - [ Optimization] Remove unused rlp crate. [ @leeyr ]
104+
105+ - [ Fix] Remove grpc parts in libproto. [ @ouwenkg ]
106+
107+ - [ Rewrite] Rewrite semantic version. [ @kaikai1024 ]
108+
109+ - [ Protocol] Switch license from GPL to Apache 2.0. [ @leeyr338 ]
110+
111+ ### CITA-VM
112+
113+ - [ Fix] Add internal error type. [ @ouwenkg ]
114+
115+ - [ Fix] Ensure that vm compatibles with old vm. [ @jerry-yu ]
116+
117+ - [ Fix] Add get storage changes interface for genesis. [ @ouwenkg ]
118+
119+ ### Tools
120+
121+ - [ Fix] Fix amend system script. [ @kaikai1024 ]
122+
123+ - [ Fix] Eliminate yaml warnings in txtool. [ @ouwenkg ]
124+
125+ ### Test
126+
127+ - [ CI] Add automatically license checker ` fossa ` . [ @kaikai1024 ]
128+
129+ - [ contract] Update test contracts. [ @kaikai1024 ]
130+
131+ - [ CI] Upgrade ubuntu version in docker image. [ @leeyr338 ]
132+
133+ - [ Fix] Fix security dependencies in contracts tests. [ @kaikai1024 ]
134+
135+ - [ CI] Fix ci tests before release. [ @ouwenkg ]
136+
137+ ### Doc
138+
139+ - [ Docs] Add block chain governmenta docs. [ @nanmuxiusi ]
140+
141+ - [ Docs] More descriptions about filter. [ @kaikai1024 ]
142+
143+ - [ Docs] Fix chores in docs. [ @nanmuxiusi ]
144+
145+ - [ Docs] Remove Huawei Cloud Deploy documentation. [ @nanmuxiusi ]
146+
147+ - [ Docs] Fix link in getting-started page. [ @nanmuxiusi ]
148+
149+ - [ Docs] Fix typo and remove duplicate files. [ @nanmuxiusi ]
150+
151+ - [ Docs] More descriptions about cumulative quota used. [ @kaikai1024 ]
152+
7153## [ v0.25.1] - 2019-07-31
8154
9155Fix the issue about showing the wrong version.
@@ -865,7 +1011,9 @@ Release the first version of CITA.
8651011[ set quota price ] : https://docs.citahub.com/zh-CN/cita/system/price
8661012[ sidechain exit mechanism ] : https://docs.nervos.org/cita/#/crosschain/crosschain_contract_example
8671013
868- [ Unreleased ] : https://github.com/cryptape/cita/compare/v0.25.1...HEAD
1014+ [ Unreleased ] : https://github.com/cryptape/cita/compare/v1.0.1...HEAD
1015+ [ v1.0.1 ] : https://github.com/cryptape/cita/compare/v1.0.0...v1.0.1
1016+ [ v1.0.0 ] : https://github.com/cryptape/cita/compare/v0.25.1...v1.0.0
8691017[ v0.25.1 ] : https://github.com/cryptape/cita/compare/v0.25.0...v0.25.1
8701018[ v0.25.0 ] : https://github.com/cryptape/cita/compare/v0.24.1...v0.25.0
8711019[ v0.24.1 ] : https://github.com/cryptape/cita/compare/v0.24.0...v0.24.1
0 commit comments