Matus Balascak
|
e4b44ea619
|
feat(suite): implement evm-rpc worker
|
2025-12-22 12:43:42 +01:00 |
|
Jun Luo
|
48b5ca0b38
|
feat(blockchain-link): Add basic support for Stellar.
|
2025-05-15 14:48:38 +02:00 |
|
Jaroslav Hrách
|
422c175f4f
|
feat(blockchain-link): migrate ripple-lib to xrpl.js
|
2025-03-24 13:34:43 +01:00 |
|
Szymon Lesisz
|
5d1c40cf02
|
chore(blockchain-link): use @trezor/websocket-client package
|
2025-02-01 14:09:31 +01:00 |
|
yanas
|
b96c899ebb
|
chore(packages): autofix for sort-imports eslint rule
|
2025-01-30 16:34:04 +01:00 |
|
Tomas Martykan
|
bb1b85ff65
|
chore(blockchain-link): replace cross-fetch in workers webpack
|
2024-12-18 09:24:09 +01:00 |
|
Martin Varmuza
|
6956a791e4
|
chore(blockchain-link): remove invalid webpack config
|
2024-11-12 13:21:17 +01:00 |
|
Peter Sanderson
|
e22b683733
|
chore: enable import/order rule for whole codebase
|
2024-11-06 18:20:26 +01:00 |
|
Samuel Šulovský
|
08d84dfe6b
|
fix(blockchain-link): PR review fixes
change unsubscribe response to correct one
move WSOL_MINT to link-utils
add solana worker to workers.web.js
use arrayPartition for senders/receivers
|
2023-11-16 10:35:35 +01:00 |
|
Samuel Šulovský
|
662bc092a5
|
feat(blockchain-link): Solana worker setup
subscribe, unsubscribe, getInfo
|
2023-11-16 10:35:35 +01:00 |
|
tomasklim
|
3b117830aa
|
chore(blockchain-link): remove ts-loader from blockchain-link
|
2023-06-21 16:06:27 +02:00 |
|
Daniel Suchý
|
182439a7f1
|
chore: TS refactor to composite project, upgrade to TS 4.5 (#4851)
|
2022-02-24 10:49:03 +01:00 |
|
Szymon Lesisz
|
eac6227d88
|
refactor(blockchain-link): webpack without babel
- use ts-loader instead of babel-loader
- remove nodejs build
- remove custom obscure module-worker-loader
- use commonjs syntax in webpack configs
|
2022-01-19 11:29:12 +01:00 |
|
Vladimir Volek
|
9eef7e18e2
|
feat: Cardano intergration
fix: tests
fix: move utils to blockfrost SDK
fix: revert some lint changes
fix: update blockfrost SDK
fix: more lint
fix: remove node only SDK
fix: lint and ts
chore" bump lint
fix: lock
fix: update lib
fix: yarn install
fix: add dep
fix: add dep
fix: lint
fix: lint
fix: rename network
fix: cardano -> blockfrost
fix: lint
fix: any
chore(blockchain-link): add unit tests for cardano utils
chore: validate endpoints
fix: typo
chore: adjust fixtures
fix(blockchain-link): force blake2b version to match trezor/utxo-lib
fix: use reduce in filterTokenTransfers
chore: update readme
chore: use asset.fingerprint from a backend
fix: types
fix: types
fix: params
|
2021-10-29 14:47:51 +02:00 |
|
Szymon Lesisz
|
c7fe1f054c
|
fix(blockchain-link): change XRP default base reserve
|
2021-10-04 17:48:46 +02:00 |
|
Szymon Lesisz
|
da93a756b0
|
fix(blockchain-link): revert adding peer dependencies
10332ee2b7
|
2021-10-04 09:25:54 +02:00 |
|
Szymon Lesisz
|
9954543094
|
fix(blockchain-link): add missing peer dependency of "ws" lib
|
2021-10-01 15:13:21 +02:00 |
|
Szymon Lesisz
|
adc7eaee31
|
chore: use webpack5 in @trezor/blockchain-link
|
2021-09-30 09:21:16 +02:00 |
|
Szymon Lesisz
|
9d2fa6fef4
|
Blockchain link 1.0.13 (#2053)
changes
- Add AccountTransaction.target.n (output index) field
- Fix build/node/ripple-worker (webpack configuration)
- Update dependencies
|
2020-06-26 15:06:35 +02:00 |
|
Szymon Lesisz
|
3d158052b1
|
blockchain-link@1.0.6 (#865)
* blockchain-link@1.0.6
* tests typecheck fix
* update trezor-connect@8.0.11
* update build trezor-connect@8.0.11
|
2019-12-10 09:58:11 +01:00 |
|
Szymon Lesisz
|
1a44e6b7d5
|
Feature/node modules update (#820)
* update webpack reladed node_modules
* move jest & @types/jest to top-level package.json
* move babel related packages to top-level package.json
* Update yarn.lock
* move eslint related packackages to top-level package.json
* packages/suite lint fixes
* use babel without npx
* package/blockchain-link lint fixes
* package/components and storybook lint fixes
* package/connect-explorer lint fixes
* packages rollout + suite remove eslint import workaround
* fix translations:extract CI ?
* package/suite-web eslint fixes
* translations:extract fix 2
* translations:extract fix 3
* Update package.json
* use top-level eslintrc.js
* another connect-explorer lint fix
* tsconfig: fix for excluded suite-web tests
* unify tsconfigs indent
* add storybook elint rule
* rename blockchain-link tsconfigs and bump ts-loader + ts-node
* bump connect-explorer outdated + cross-env
* new prettier fixes (indent)
* fix some duplicities
* rename storybook eslintrc
* remove storybook-react-router
* fix indent in tsconfig
* storybook lint fix
* fix blockchain-link unit test config
* blockchain-link noEmit on type-check and unit tests
* fix blockchain-link webpack configs
* remove pretty-quick and prettylint (not used)
* fixes after rebase
* lint fix after rebase
|
2019-11-28 14:49:54 +01:00 |
|
Szymon Lesisz
|
35401ca722
|
fix blockchain-link module-worker-loader (declare postMessage)
|
2019-10-25 00:44:11 +02:00 |
|
Szymon Lesisz
|
22d3fcd46e
|
disable eslint in blockchain-link webpack loader
|
2019-08-08 13:52:01 +02:00 |
|
Szymon Lesisz
|
258d0adaba
|
@blockchain-link: add build for react-native
|
2019-08-08 13:43:45 +02:00 |
|
Szymon Lesisz
|
8d6c0ae855
|
remove unnecessary eslint-ignore and ts-ignore + ts fix for ripple available balance
|
2019-07-24 18:44:09 +02:00 |
|
Vladimir Volek
|
e14b523226
|
Add 'packages/blockchain-link/' from commit '21e2523c245511777797f0733d741b112d83713d'
git-subtree-dir: packages/blockchain-link
git-subtree-mainline: ec7d3578e5
git-subtree-split: 21e2523c24
|
2019-07-03 15:38:20 +02:00 |
|