Skip to content

Releases: axonweb3/axon

v0.1.0-alpha.8

22 Mar 09:37
19d9909
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat(executor): add ckb light client system contract (#1068) @peterzhb

🐛 Bug Fixes

  • fix: decode interoperation transaction signature (#1092) @KaoImin
  • fix(interoperation): the cell capacity calculation (#1074) @KaoImin

🐝 refactor

  • refactor: move system contracts solidity projects to builtin-contract (#1084) @peterzhb
  • refactor: allow image cell system contract to receive multiple blocks (#1069) @felicityin
  • refactor: configure the server to serve JSON-RPC (#1093) @liya2017
  • refactor: remove outdated cross chain code (#1085) @KaoImin
  • refactor: change max_connections num type to u32 (#1076) @liya2017

🧰 Chore

✨ Other changes

⬆️ Dependency Updates

Full Changelog: v0.1.0-alpha.7...v0.1.0

v0.1.0-alpha.7

13 Mar 14:28
7a468e5
Compare
Choose a tag to compare

What's Changed

🚀 Features

🐝 refactor

📖 Documentation

⬆️ Dependency Updates

Full Changelog: v0.1.0-alpha.6...v0.1.0

v0.1.0-alpha.6

25 Feb 02:05
6b4b45f
Compare
Choose a tag to compare

What's Changed

🐝 refactor

  • refactor: change some rlp impl into proc macro (#1031) @KaoImin

📖 Documentation

✨ Other changes

⬆️ Dependency Updates

Full Changelog: v0.1.0-alpha.5...v0.1.0

v0.1.0-alpha.5

08 Feb 07:38
2684f2d
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat(interoperation): add verify image cell by ckb vm (#984) @KaoImin

🐛 Bug Fixes

🧰 Chore

📖 Documentation

⬆️ Dependency Updates

Full Changelog: v0.1.0-alpha.4...v0.1.0

v0.1.0-alpha.4

18 Jan 07:26
c8bd3f0
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🐝 refactor

🧰 Chore

✨ Other changes

⬆️ Dependency Updates

Full Changelog: v0.1.0-alpha.3...v0.1.0

v0.1.0-alpha.3

06 Jan 06:51
ecbf731
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: implement write interfaces for image cell system contract (#917) @felicityin

🐛 Bug Fixes

🐝 refactor

🧰 Chore

  • chore(deps): bump tokio from 1.23.0 to 1.24.0 (#964) @dependabot
  • chore(deps-dev): bump @babel/plugin-transform-modules-commonjs from 7.19.6 to 7.20.11 in /tests/e2e (#943) @dependabot
  • chore(deps): bump puppeteer from 19.3.0 to 19.4.1 in /tests/e2e (#942) @dependabot
  • chore(deps): bump ckb-types from 0.105.1 to 0.106.0 (#932) @dependabot

✨ Other changes

⬆️ Dependency Updates

🌈 Style

Full Changelog: v0.1.0-alpha.2...v0.1.0

v0.1.0-alpha.2

21 Dec 07:43
b2ebbf3
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: add write interfaces and abi for image cell system contract (#909) @felicityin

✨ Other changes

⬆️ Dependency Updates

Full Changelog: v0.1.0-alpha.1...v0.1.0

v0.1.0-alpha.1

12 Dec 09:41
5ccb6cf
Compare
Choose a tag to compare

This is the first release of Axon.

Some highlights:

  • Universal abstraction built on CKB-VM
  • Native interoperability based on IBC
  • Developer friendly design
  • High performance based on Overlord Consensus protocol
  • 100% EVM compatibility

Read more: https://docs.axonweb3.io/

What's Changed

feature

  • feat: add fee allocate and support use as lib (#856) @KaoImin
  • feat: change type of ckb_address in Transfer from H160 to String (#686) @ashuralyk
  • feat: apply ERC1967 proxy feature on metadata and crosschain contract (#633) @ashuralyk
  • feat(ibc): add ibc compat skeleton (#650) @KaoImin

Bug Fixes

chore

Documentation

Other changes

Read more