Releases: bitcoin-sv/arc
v1.3.24
🚀 Release of arc - v1.3.24
Released on: 2025-02-20T13:10:58Z
What's New
Here are the latest updates, bug fixes, and features in this release:
Changelog
New Features
Refactor
Full Changelog:
You can find full changelog here: v1.3.23...v1.3.24
Docker Image:
You can find docker container at Docker Hub
or get it by running docker pull bsvb/arc:1.3.24
Thank you for using arc! 🎉
v1.3.23
🚀 Release of arc - v1.3.23
Released on: 2025-02-19T16:32:51Z
What's New
Here are the latest updates, bug fixes, and features in this release:
Changelog
New Features
Bug fixes
Other work
Full Changelog:
You can find full changelog here: v1.3.22...v1.3.23
Docker Image:
You can find docker container at Docker Hub
or get it by running docker pull bsvb/arc:1.3.23
Thank you for using arc! 🎉
v1.3.22
🚀 Release of arc - v1.3.22
Released on: 2025-02-13T08:51:06Z
What's New
Here are the latest updates, bug fixes, and features in this release:
Changelog
New Features
Bug fixes
Full Changelog:
You can find full changelog here: v1.3.21...v1.3.22
Docker Image:
You can find docker container at Docker Hub
or get it by running docker pull bsvb/arc:1.3.22
Thank you for using arc! 🎉
v1.3.21
🚀 Release of arc - v1.3.21
Released on: 2025-02-12T10:25:53Z
What's New
Here are the latest updates, bug fixes, and features in this release:
Changelog
Bug fixes
Full Changelog:
You can find full changelog here: v1.3.20...v1.3.21
Docker Image:
You can find docker container at Docker Hub
or get it by running docker pull bsvb/arc:1.3.21
Thank you for using arc! 🎉
v1.3.20
🚀 Release of arc - v1.3.20
Released on: 2025-02-06T14:12:59Z
What's New
Here are the latest updates, bug fixes, and features in this release:
Changelog
New Features
- f248943 feat(ARCO-291): Ordered callbacks (#755)
- c8807bb feat(BPAAS-1820): update sdk (#764)
- 1ab5a8e feat: mulitcast (#752)
Refactor
Other work
Full Changelog:
You can find full changelog here: v1.3.19...v1.3.20
Docker Image:
You can find docker container at Docker Hub
or get it by running docker pull bsvb/arc:1.3.20
Thank you for using arc! 🎉
v1.3.19
🚀 Release of arc - v1.3.19
Released on: 2025-02-05T09:56:56Z
What's New
Here are the latest updates, bug fixes, and features in this release:
Changelog
New Features
Full Changelog:
You can find full changelog here: v1.3.18...v1.3.19
Docker Image:
You can find docker container at Docker Hub
or get it by running docker pull bsvb/arc:1.3.19
Thank you for using arc! 🎉
v1.3.18
🚀 Release of arc - v1.3.18
Released on: 2025-02-03T07:48:51Z
What's New
Here are the latest updates, bug fixes, and features in this release:
Changelog
Bug fixes
- 1cc5a84 fix: Return callbacker error (#762)
- a02b3a7 fix: Use ticker instead of timer to update URL mappings (#763)
Refactor
Full Changelog:
You can find full changelog here: v1.3.17...v1.3.18
Docker Image:
You can find docker container at Docker Hub
or get it by running docker pull bsvb/arc:1.3.18
Thank you for using arc! 🎉
v1.3.17
🚀 Release of arc - v1.3.17
Released on: 2025-01-29T15:12:33Z
What's New
Here are the latest updates, bug fixes, and features in this release:
Changelog
New Features
- 38b431a feat(ARCO-291): Ordered send manager with batch callbacks (#754)
- d1ce272 feat(ARCO-301): simplified reorg diagram (#733)
- ac44317 feat: re-activate reorg support (#737)
Bug fixes
Full Changelog:
You can find full changelog here: v1.3.16...v1.3.17
Docker Image:
You can find docker container at Docker Hub
or get it by running docker pull bsvb/arc:1.3.17
Thank you for using arc! 🎉
v1.3.16
🚀 Release of arc - v1.3.16
Released on: 2025-01-27T08:23:10Z
What's New
Here are the latest updates, bug fixes, and features in this release:
Changelog
New Features
- 0ae4172 feat(ARCO-194): update statuses in bulk query (#586)
- 657dd57 feat(ARCO-320): force validation (#756)
- d2f7efa feat(BPAAS-1795): add skipping processed transactions (#709)
- c9b088d feat: add mined update (#745)
- c2c7851 feat: add timeout (#741)
- cde35b2 feat: p2p improvements- safe wire msg reader, supprot auto batching i… (#720)
Bug fixes
- 4e01f82 fix(ARCO-302): Return the status if callback already exists (#757)
- c7c64bc fix: Drop callbacks with nonexisting host (#717)
- 6e231e4 fix: Recover time label in logs (#740)
- 4cedcc5 fix: Return if mq client is nil (#744)
- 3d21a18 fix: Shutdown callback server before closing channels (#738)
- 52182a0 fix: add schema to migration (#722)
- ab88b5a fix: rm sizings (#747)
- 54da037 fix: temporarily remove unique index on blocks and height (#719)
- 153ad99 fix: timeout header check (#748)
Refactor
- 1477947 refactor: Metamorph processor uses message queue client subscribed to callback topic (#715)
- 5b2d12e refactor: Rename setting name (#721)
- 7303948 refactor: block processing (#742)
- 65770e3 refactor: calculate merkle paths (#736)
- 4c36025 refactor: e2e test (#746)
- cea989d refactor: rename p2p package (#718)
- 18d1639 refactor: url mapping (#714)
- 2bc498c refactor: workflows (#749)
Full Changelog:
You can find full changelog here: v1.3.15...v1.3.16
Docker Image:
You can find docker container at Docker Hub
or get it by running docker pull bsvb/arc:1.3.16
Thank you for using arc! 🎉
v1.3.15
🚀 Release of arc - v1.3.15
Released on: 2024-12-18T08:26:25Z
What's New
Here are the latest updates, bug fixes, and features in this release:
Changelog
New Features
- 86ce8e6 feat: checking shared cache for registered txs (#701)
- d25932b feat: set 8MB buffer for p2p msg in blocktx (#711)
Bug fixes
- ba20b1b fix(ARCO-313): temporarily stop reorg support handling to allow for processing mined transactions when gaps are existing (#716)
- 0a75da6 fix: tapi.taal.com/arc => arc.taal.com (#710)
Full Changelog:
You can find full changelog here: v1.3.14...v1.3.15
Docker Image:
You can find docker container at Docker Hub
or get it by running docker pull bsvb/arc:1.3.15