Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

73 lines (49 loc) · 2.77 KB

CHANGELOG

v1.3.0

This release fixes the vulnerabilities in the repo

  • #69 chore: upgrade deps for fixing vulnerabilities

v1.2.0

This release supports state sync at specific height and custom blocks to rollback

Features:

  • #54 feat: add support for state sync at specific height
  • #55 feat: add support for custom blocks to rollback

v1.1.0

This release supports 6 new json rpc queries and also resolves a replay issue.

Features:

  • #42 feat: add support for some json rpc queries

Bugfixes:

  • #37 fix: replay issue with mock app

Chores:

  • #49 chore: bump golang net and grpc lib to secure version

v1.0.0

This release includes 1 bugfix.

Bugfixes:

  • #36 fix: trim the prefix 0 for eth_chainId

v0.0.3

This release includes the features and bugfixes in the v0.0.3 alpha versions and 1 new bugfix.

Bugfixes:

  • #28 fix: fix dependency security issues

v0.0.3-alpha.1

This release adapts the repository to the upstream v0.37.2 version.

Features:

  • #21 feat: add event types for op cross chain events
  • #22 feat: add flag to skip app hash verification

Bugfixes:

  • #20 fix: merge upstream v0.37.2

v0.0.2

This release mainly includes following feature, bugfix and improvement:

Features:

  • #11 feat: add option to disable tx event indexing
  • #14 feat: add websocket client

Bugfixes:

  • #4 fix: infinite re-entry of MarshalJSON method
  • #6 fix: rollback LastRandaoMix was incorrect
  • #16 fix: block include nonce mismatch tx issue

Improvements:

  • #5 perf: performance improvement
  • #8 perf: remove some local client's mutex

v0.0.1

This release mainly includes following feature:

  1. vote pool for cross-chain and data availability challenges
  2. randao feature for data availability challenges
  3. support EVM json-rpc requests