c4605
f5b572eebd
Squashed commit of the following:
...
commit a9488404b028aaeef5b7ab867a2392a969834fb0
Author: c4605 <bolasblack@gmail.com >
Date: Mon May 12 23:36:07 2025 +0800
docs: optimize deps
commit a50d05dca2
Author: sofinico <nicolettisofia1@gmail.com >
Date: Wed May 7 16:50:43 2025 +0200
chore: address bro-sdk team review
commit 47fcf33525
Merge: d13a68d 2188881
Author: Sofía <36451685+sofinico@users.noreply.github.com >
Date: Tue May 6 17:36:14 2025 +0200
Merge branch 'snapshots/v0.5' into feat/update-v0.5-readme
commit d13a68d4f8
Author: sofinico <nicolettisofia1@gmail.com >
Date: Tue May 6 17:18:15 2025 +0200
fix: add temporal patch to prevent `pnpm docs:watch` from failing
commit fef755490f
Author: sofinico <nicolettisofia1@gmail.com >
Date: Tue May 6 17:15:20 2025 +0200
chore(docs): fix lint errors and remove unsed packages
commit f8739f7f17
Author: Facundo Lerena <faculerena@gmail.com >
Date: Wed Apr 30 16:17:59 2025 -0300
docs: Update dev-instructions file.
commit 78de614697
Author: Facundo Lerena <faculerena@gmail.com >
Date: Wed Apr 30 16:06:12 2025 -0300
docs: Update Readme to address example location
commit 4592f31a85
Author: Facundo Lerena <faculerena@gmail.com >
Date: Wed Apr 30 16:05:45 2025 -0300
docs: Update `Bitcoin.ts` mock
commit 355bec1a9b
Merge: a3f0e9a 4fe7500
Author: Facundo Lerena <faculerena@gmail.com >
Date: Wed Apr 30 15:56:15 2025 -0300
Merge branch 'snapshots/v0.5' of github.com:Brotocol-xyz/bro-sdk into feat/update-v0.5-readme
commit a3f0e9ab41
Author: Facundo Lerena <faculerena@gmail.com >
Date: Tue Apr 29 16:10:23 2025 -0300
docs: Remove `docs/readmeCodeSnippets.ts`
commit 23f725bfa9
Author: Facundo Lerena <faculerena@gmail.com >
Date: Tue Apr 29 16:08:55 2025 -0300
docs: Moved exampels into code-snippets, adressed comments in #20
commit f44e4382b7
Merge: 9809076 52d6e8c
Author: Facundo Lerena <faculerena@gmail.com >
Date: Tue Apr 29 11:48:05 2025 -0300
Merged snapshot
commit 9809076820
Merge: f531587 57f8b37
Author: Sofía <36451685+sofinico@users.noreply.github.com >
Date: Mon Apr 28 14:47:40 2025 +0200
Merge pull request #2 from CoinFabrik/feat/update-v0.5-readme-runes-brc20
Docs: Add code snippets for Runes and BRC20
commit 57f8b3790f
Author: Facundo Lerena <faculerena@gmail.com >
Date: Fri Apr 25 15:29:48 2025 -0300
Docs: Update code snippets
Added Runes and BRC20 bridging examples
commit f5315877ee
Author: sofinico <nicolettisofia1@gmail.com >
Date: Fri Apr 25 17:47:04 2025 +0200
docs: address peer-review [wip]
commit 12d8f150e9
Author: sofinico <nicolettisofia1@gmail.com >
Date: Tue Apr 22 14:07:26 2025 +0200
docs: update readme basic operations and add table of contents
commit c52e9b834a
Author: sofinico <nicolettisofia1@gmail.com >
Date: Tue Apr 22 12:28:42 2025 +0200
docs: update code snippets
* Replace `getSupportedRoutes` with `getPossibleRoutes`
* Ajust readmeCodeSnippets.ts to rebrand where applicable
* Add note explaining `functionArgs` serialization design for bridge from Stacks
* Add @types/node dev dependency for readmeCodeSnippets.ts
commit fcddf91a43
Author: sofinico <nicolettisofia1@gmail.com >
Date: Tue Apr 22 11:17:49 2025 +0200
docs: update readme
Changes include:
* Removed static token support table and replaced it with SDK methods that dynamically retrieve supported tokens.
* Replaced the supported chains table with a bullet-point list for improved readability.
* Added a "Basic Operations" section to introcude general usage patterns of the SDK.
* Improved code snippets, with correspondace to the docs/readmeCodeSnippets.ts file for consistency.
commit 029c19922d
Author: sofinico <nicolettisofia1@gmail.com >
Date: Tue Apr 22 11:05:19 2025 +0200
chore: add branded literal type doc
commit 13090aa374
Author: sofinico <nicolettisofia1@gmail.com >
Date: Tue Apr 22 11:04:53 2025 +0200
docs: create readme code snippets and dev instructions files
done #20
2025-05-23 11:59:50 +02:00
c4605
93ca354306
chore: upgrade dependencies
...
fix #10
fix #12
fix #13
fix #14
2025-05-23 11:59:40 +02:00
c4605
7d46cce32c
refactor: rebrand to Brotocol [WIP]
2025-04-20 19:57:04 +02:00
c4605
9fc7067d8f
feat!: upgrade @stacks/* to v7.x, upgrade viem to 2.23.10
...
- Modified network configuration for v7 compatibility
- Updated contract call API to use fetchCallReadOnlyFunction
BREAKING CHANGE:
- bridgeFromStacks.sendTransaction type changed
2025-04-20 15:58:25 +02:00
c4605
07ff25cccc
chore: upgrade viem
2025-03-13 23:44:47 +01:00
c4605
9e3143d307
feat: release 0.4.0
...
* !BREAKING feat: changed TransferProphet structure
* feat(XLinkSDK): add methods brc20Tick(From|To)BRC20Token, runesId(From|To)RunesToken
* feat(XLinkSDK): add method `isSupportedRoute`
* feat: add token DOG, DB20
* feat: export `getTokenIdFromTerminatingStacksTokenContractAddress`
* feat: basic internal implementation of * > BRC-20/Runes
* chore: upgrade smart contracts
* chore: upgrade viem
* refactor: minor improvements
2024-11-20 14:56:06 +01:00
c4605
adb738679d
feat: support bridging token to multiple variants on target EVM chains
...
* aBTC (Stacks) > aBTC (*) / WBTC (Ethereum) / BTCB (BSC)
* sUSDT (Stacks) > sUSDT (*) / USDT (BSC)
2024-10-31 12:07:48 +01:00
c4605
3ffe156c4c
feat: support Manta (EVM), Bera Bartio Testnet (EVM)
2024-10-06 10:08:37 +01:00
david weil
12eef24476
docs: use typedoc to maintain documents ( #4 )
...
* add typedoc comments
* fix merge error
* update dev-dependencies to include typedoc
* update package json
* add errors to typedoc
* add use cases and missing function to typedoc
* README refactor and link to typedoc for documentation
---------
Co-authored-by: ignacio.pena@coinfabrik.com <ignacio.pena@coinfabrik.com >
Co-authored-by: david weil <david.weil@endlesstruction.com.ar >
2024-08-29 07:26:06 +08:00
c4605
c1fc67f9da
chore: upgrade pnpm
2024-07-29 17:51:22 +01:00
c4605
52748027f8
refactor: optimize routes logic
2024-07-23 22:30:45 +01:00
c4605
e4a45f8112
feat: basic implementation
2024-07-18 20:16:55 +01:00
c4605
ed781f7156
initial commit
2024-04-14 17:46:26 +01:00