Skip to content

Commit

Permalink
bump v0.7.0 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Cyberaurora <[email protected]>
  • Loading branch information
kb1ns and kb1ns authored Dec 14, 2023
1 parent 87aee02 commit ef54baf
Showing 1 changed file with 25 additions and 43 deletions.
68 changes: 25 additions & 43 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
# v0.7.0-rc.13

- online test of migration

# v0.5.1
# v0.7.0

- enable polygon
- remove redis & mysql
- add rocksdb
- add migration support from v0.6.x to v0.7.x
- rewrite sequencer & order manager: read and write events/orders from/to rocksdb
- rewrite prover: read and write proofs from/to rocksdb

# v0.5.0-rc3
# v0.7.0-rc.13

- update sidecar
- online test of migration

# v0.5.0-rc2
# v0.6.2

- road to decentralize
- initiate dump command from external storage to support migration

# v0.5.0-dev
# v0.5.1

- extend fusotao events scanning to support markets/x25519_key
- add polygon chain id
- extend fusotao events scanning procedure to support markets/x25519_key
- remove mmap
- seperate some shared data reading from core data
- seperate some shared data from core data
- add broker signature support
- encrypt config file
- merge sidecar
Expand All @@ -27,21 +28,15 @@

- reduce output flush delay

# v0.4.0
# ~v0.4.0~

(don't use this version)
- add: verify compress
- add: some refactor
- remove: unused features

# v0.4.0-rc.1

- update rpc client

# v0.4.0-rc.0

- remove some features
- some refactor
- refactor some code

# v0.3.8

Expand All @@ -50,33 +45,28 @@

# v0.3.4-test.1

- release v0.3.4-test.1

# v0.3.4-test

- release 0.3.4-test
- add verify compress
- verify compressed proofs

# v0.3.3

- release 0.3.3

# v0.3.1

- release 0.3.1
- release 0.3.1, see the previous dozens of RELEASE CANDIDATES

# v0.3.1-rc.13
- reduce logs in loop

# v0.3.1-rc.12
- update submit proof
- disable to update fee when ppi is too high
- disable updating fees when PPI is too high

# v0.3.1-test.2
- update submit proof

# v0.3.1-rc.10
- add query scan height
- update proof-submitting procedure
- refactor scanning procedure

# v0.3.1-rc.4
- update redis tls config

Expand Down Expand Up @@ -105,37 +95,29 @@

- enable rejecting authorizing

# v0.2.5-rc.7

- copy unit tests

# v0.2.5-rc.5

- wait for proofs InBlock

# v0.2.5-rc.4

- use inner counter instead of Arc

# v0.2.4

- MaxFee Constraint of increasing fee

# v0.2.3

- Proving Performance Index
- add Proving Performance Index(PPI)

# v0.2.2

- ignore unchanged merkle root

# v0.2.1

- merge makers in a proof
- merge makers in a single proof

# v0.2.0

- self-trade prevention
- add self-trade prevention

# v0.1.3

Expand Down

0 comments on commit ef54baf

Please sign in to comment.