- 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
- online test of migration
- initiate dump command from external storage to support migration
- add polygon chain id
- extend fusotao events scanning procedure to support markets/x25519_key
- remove mmap
- seperate some shared data from core data
- add broker signature support
- encrypt config file
- merge sidecar
- reduce output flush delay
(don't use this version)
- add: verify compress
- add: some refactor
- remove: unused features
- update rpc client
- remove some features
- refactor some code
- upgrade substrate version to 0.9.30
- compress proofs
- verify compressed proofs
- release 0.3.3
- release 0.3.1, see the previous dozens of RELEASE CANDIDATES
- reduce logs in loop
- update submit proof
- disable updating fees when PPI is too high
- update submit proof
- update proof-submitting procedure
- refactor scanning procedure
- update redis tls config
- first prd rc
- first prd rc
- fixbug about submitting proofs
- update dominator status
- fixbug: force update proved_event_id from chain fixed time
- fixbug: sync proved event id from chain when submit proofs failed
- fixbug: force set scale of transfer_in/out to 18
- enable rejecting authorizing
- wait for proofs InBlock
- MaxFee Constraint of increasing fee
- add Proving Performance Index(PPI)
- ignore unchanged merkle root
- merge makers in a single proof
- add self-trade prevention
- synchronizing blocks concurrently
- attach config example
- first release
- fusotao master compatible