feat: add enableSwaps in transferWithHook and transfer#97
Conversation
transferWithHook and transfertransferWithHook and transfer
I went through implementation and it seems this could be an issue (not a GO dev so I could be wrong), but it should be defaulted on API as it is a new feature not to break older integrations
It seems it has not yet been deployed on production |
BeroBurny
left a comment
There was a problem hiding this comment.
- is the doc set manually like I did, or do you take it from somewhere else?
Documentation is not automated, you need to update it manually
docs/docs/03-sdk/04-methods-reference/transfer
|
Thanks Bero. I've now set it to I realized the docs aren't really linted, I'll do this in another PR, otherwise every time I save, prettier changes everything. |
|
🚀 Deployment Completed Docs: View Deployment -> https://a5f1b8d8.sprinter-docs.pages.dev |
|
🚀 Deployment Completed Docs: View Deployment -> https://6396917f.sprinter-docs.pages.dev |
🤖 I have created a release *beep* *boop* --- <details><summary>sprinter-sdk: 1.1.0</summary> ## [1.1.0](sprinter-sdk-v1.0.2...sprinter-sdk-v1.1.0) (2024-12-11) ### Features * add enableSwaps in `transferWithHook` and `transfer` ([#97](#97)) ([bd21311](bd21311)), closes [#94](#94) </details> <details><summary>sprinter-react: 1.1.0</summary> ## [1.1.0](sprinter-react-v1.0.0...sprinter-react-v1.1.0) (2024-12-11) ### Features * add enableSwaps in `transferWithHook` and `transfer` ([#97](#97)) ([bd21311](bd21311)), closes [#94](#94) ### Bug Fixes * **PoC:** readme, some errors and other nits ([#90](#90)) ([f4fb199](f4fb199)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- <details><summary>docs: 1.0.0</summary> ## [1.0.0](docs-v0.0.1...docs-v1.0.0) (2025-01-13) ### ⚠ BREAKING CHANGES * All functions renamed, different API and flows, please consult docs or reach out to us directly! ### Features * add enableSwaps in `transferWithHook` and `transfer` ([#97](#97)) ([bd21311](bd21311)), closes [#94](#94) * add relay to the docs ([#103](#103)) ([310c506](310c506)) * Add sweep function ([#115](#115)) ([efaaa2b](efaaa2b)), closes [#110](#110) * cross chain contract call ([#21](#21)) ([69c0128](69c0128)) * depricate provider param from sdk ([#41](#41)) ([72297fe](72297fe)) * docs POC ([#14](#14)) ([8cd800d](8cd800d)) * dynamic supported network and tokens in docs ([#32](#32)) ([abe5618](abe5618)), closes [#29](#29) * erc20 with contract call ([#39](#39)) ([77e1d8d](77e1d8d)), closes [#38](#38) * native tokens transfers ([#40](#40)) ([d4edf35](d4edf35)), closes [#36](#36) * refactor api ([#61](#61)) ([d6b1e9c](d6b1e9c)) </details> <details><summary>sprinter-sdk: 1.2.0</summary> ## [1.2.0](sprinter-sdk-v1.1.2...sprinter-sdk-v1.2.0) (2025-01-13) ### Features * Add sweep function ([#115](#115)) ([efaaa2b](efaaa2b)), closes [#110](#110) ### Bug Fixes * webpack import meta error ([#114](#114)) ([f5f6fcf](f5f6fcf)) </details> <details><summary>sprinter-react: 1.2.0</summary> ## [1.2.0](sprinter-react-v1.1.2...sprinter-react-v1.2.0) (2025-01-13) ### Features * Add sweep function ([#115](#115)) ([efaaa2b](efaaa2b)), closes [#110](#110) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Thibaut Sardan <github@thib.top>
closes #94