Skip to content

chore(main): release 2.7.0 #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@
# Changelog

## [2.7.0](https://github.com/sprintertech/sprinter-signing/compare/v2.6.0...v2.7.0) (2025-07-22)


### Features

* across message handler ([#11](https://github.com/sprintertech/sprinter-signing/issues/11)) ([7e7902b](https://github.com/sprintertech/sprinter-signing/commit/7e7902b5878172b5e0c7773f765de4a8f3b1f73b))
* allow for coordinator to be set manually ([#9](https://github.com/sprintertech/sprinter-signing/issues/9)) ([b3b05cc](https://github.com/sprintertech/sprinter-signing/commit/b3b05cc06808520ff73387e61ab6a80b65b3620f))
* bump solver config ([#57](https://github.com/sprintertech/sprinter-signing/issues/57)) ([7e6a7ce](https://github.com/sprintertech/sprinter-signing/commit/7e6a7ce09f0396a7cbf397835a8ae0982b43fe71))
* implement admin functions contract ([#16](https://github.com/sprintertech/sprinter-signing/issues/16)) ([6f4ace1](https://github.com/sprintertech/sprinter-signing/commit/6f4ace1ab9d028f2aa9c7167d736da52e0f98890))
* integrate solver config ([#41](https://github.com/sprintertech/sprinter-signing/issues/41)) ([b21c36b](https://github.com/sprintertech/sprinter-signing/commit/b21c36b9105dc84eed9c84bf31f23c31be80a45a))
* match across zero address output tokens ([#29](https://github.com/sprintertech/sprinter-signing/issues/29)) ([8c6cd21](https://github.com/sprintertech/sprinter-signing/commit/8c6cd21833c5451e23a4f053290d1e767fbf0779))
* match contract signature ([#22](https://github.com/sprintertech/sprinter-signing/issues/22)) ([46e97f8](https://github.com/sprintertech/sprinter-signing/commit/46e97f8324378c5426f6e677a90e815873d31b50))
* mayan message handling ([#37](https://github.com/sprintertech/sprinter-signing/issues/37)) ([9289a38](https://github.com/sprintertech/sprinter-signing/commit/9289a38976afcfd4a569377dd5ec1a8f1fcbd92d))
* rhinestone message handler ([#56](https://github.com/sprintertech/sprinter-signing/issues/56)) ([6d09d0c](https://github.com/sprintertech/sprinter-signing/commit/6d09d0cfed4e175d8759391348e8861374523dd0))
* signing api ([#13](https://github.com/sprintertech/sprinter-signing/issues/13)) ([de3529b](https://github.com/sprintertech/sprinter-signing/commit/de3529bc70c36e8410aa5310f1e2fc62424985fd))
* startup configuration ([#18](https://github.com/sprintertech/sprinter-signing/issues/18)) ([4058f7d](https://github.com/sprintertech/sprinter-signing/commit/4058f7dae40a083cd20686da1df8644f883422d3))
* status api ([#15](https://github.com/sprintertech/sprinter-signing/issues/15)) ([c42f422](https://github.com/sprintertech/sprinter-signing/commit/c42f42291aea12f65feaf40d488e320085bb02d2))
* use nonce from api ([#25](https://github.com/sprintertech/sprinter-signing/issues/25)) ([ad5538a](https://github.com/sprintertech/sprinter-signing/commit/ad5538a75c1124bd481dd8840ae0f59a54170456))
* wait for confirmations based on value ([#23](https://github.com/sprintertech/sprinter-signing/issues/23)) ([f7424d4](https://github.com/sprintertech/sprinter-signing/commit/f7424d43bce133190013d7dd16a9ab47c01caefe))


### Bug Fixes

* match signature with on-chain one ([#26](https://github.com/sprintertech/sprinter-signing/issues/26)) ([efeceb0](https://github.com/sprintertech/sprinter-signing/commit/efeceb032201f0f53c0a9c47361ce0e2ce8b307d))
* release and build action ([#34](https://github.com/sprintertech/sprinter-signing/issues/34)) ([f5d5f9d](https://github.com/sprintertech/sprinter-signing/commit/f5d5f9d9cb686f301c7fe6cb4958ecb6c2ea0079))
* remove mayan driver check ([#55](https://github.com/sprintertech/sprinter-signing/issues/55)) ([648a2e4](https://github.com/sprintertech/sprinter-signing/commit/648a2e401db908ec1b2224192cc99f85a4325ca1))
* set repayer address from solver config ([#43](https://github.com/sprintertech/sprinter-signing/issues/43)) ([160c65e](https://github.com/sprintertech/sprinter-signing/commit/160c65e4b519a3d35a15b6304fbd969ae6832d51))
* set repayment address as liquidity pool ([#28](https://github.com/sprintertech/sprinter-signing/issues/28)) ([664d249](https://github.com/sprintertech/sprinter-signing/commit/664d249fa6e83d78713ddd59326f532285b74af7))
* use deposit tx to fetch across deposit ([#40](https://github.com/sprintertech/sprinter-signing/issues/40)) ([f33a6c4](https://github.com/sprintertech/sprinter-signing/commit/f33a6c4293a23b724075dd0ddb35669e342d0252))
* use order hash as deposit ID ([#47](https://github.com/sprintertech/sprinter-signing/issues/47)) ([4c8762a](https://github.com/sprintertech/sprinter-signing/commit/4c8762af6093e174a7dee7e3b49b2ef7e419bf9c))


### Miscellaneous

* add release please starting commit hash ([#36](https://github.com/sprintertech/sprinter-signing/issues/36)) ([35c0976](https://github.com/sprintertech/sprinter-signing/commit/35c0976e19ff1726f8e3e6c7283cf12f027642e2))
* publish latest image on push to main ([#19](https://github.com/sprintertech/sprinter-signing/issues/19)) ([015b0ad](https://github.com/sprintertech/sprinter-signing/commit/015b0adabbf8e7f8ba0171c04a04c73d52a25358))
* publish tagged docker image on release ([#33](https://github.com/sprintertech/sprinter-signing/issues/33)) ([1ce2cb3](https://github.com/sprintertech/sprinter-signing/commit/1ce2cb37167117f721837f9ea4e05bb0d20d9c70))

## Changelog
Loading