Commit graph

148 commits

Author SHA1 Message Date
Claude
5e38ba0bc8
rebrand(lethean): update branding, ports, and config for Lethean blockchain
- Coin: Zano → Lethean, ticker: ZAN/ZANO → LTHN
- Ports: 11211 → 36941 (mainnet RPC), 46941 (testnet RPC)
- Wallet: 11212 → 36944/46944
- Address prefix: iTHN
- URLs: zano.org → lethean.io
- Explorer links: explorer.lthn.io

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 22:24:13 +01:00
jejolare
71194385e3 9.2.2 2026-02-28 12:02:03 +01:00
Dmitrii Kolpakov
69fba8749f
Merge pull request #15 from andrew-besedin/feature/fix-validate-tokens-input-comma
update: fix new `validateTokensInput` util bugfixes build absence issue
2026-02-28 12:00:59 +01:00
Andrew Besedin
d2e3ecb1a3 update: fix new bugfixes build absence issue 2026-02-28 12:16:21 +03:00
jejolare
016020ecb5 9.2.1 2026-02-27 12:49:25 +01:00
Dmitrii Kolpakov
1523e39c11
Merge pull request #14 from andrew-besedin/feature/fix-validate-tokens-input-comma
feat: fix `validateTokensInput` comma separator processing
2026-02-25 16:28:22 +01:00
Andrew Besedin
ef43f69fd4 fix: fix validateTokensInput comma separator processing 2026-02-25 17:51:51 +03:00
Dmitrii Kolpakov
289a18ff0b
Merge pull request #13 from andrew-besedin/main
feat: add readme direct daemon & wallet fetches
2026-01-30 18:03:27 +07:00
Andrew Besedin
60a0ee149b add: add readme direct daemon & wallet fetches 2026-01-28 15:11:59 +03:00
Dmitrii Kolpakov
d668af5e44
Merge pull request #12 from hyle-team/dependabot/npm_and_yarn/node-forge-1.3.2
Bump node-forge from 1.3.1 to 1.3.2
2025-11-28 16:37:04 +07:00
dependabot[bot]
0fb791b47e
Bump node-forge from 1.3.1 to 1.3.2
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.3.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-28 09:35:16 +00:00
jejolare
4b7674792b 9.2.0 2025-06-28 02:04:01 +07:00
jejolare
971469f151 update axios 2025-06-28 02:03:35 +07:00
jejolare
e7daff1d41 9.1.0 2025-06-28 00:30:16 +07:00
lukachi
9c2107869b
refactor: streamline server request handling in ZanoWallet
- Simplified the connection logic by removing the unnecessary IIFE (Immediately Invoked Function Expression) for handling server requests.
- Changed the condition to directly check if server requests are disabled, improving readability.
- Updated variable names for clarity, ensuring that error handling and credential setting are more straightforward.
- Enhanced the flow of the onConnectEnd callback to include the token directly from the result, making the code cleaner and easier to follow.
2025-06-27 16:48:51 +03:00
lukachi
b515cb16e0
upd pkg exports cfg 2025-06-25 11:51:51 +03:00
jejolare
90a4e4d5a1 9.0.0 2025-02-28 11:13:30 +07:00
jejolare
00581bb272 8.7.0 2025-02-28 11:10:05 +07:00
jejolare
81aaf4c60d export backend types 2025-02-28 11:09:56 +07:00
jejolare
ffd90a503e 8.6.0 2025-02-28 11:08:32 +07:00
jejolare
228b2e9465 revert 2025-02-28 11:08:22 +07:00
jejolare
d171f2b223 8.5.0 2025-02-28 11:05:56 +07:00
jejolare
23bc48d58a 8.4.0 2025-02-28 11:05:43 +07:00
jejolare
7b51c5e91f rebuild 2025-02-28 11:05:39 +07:00
jejolare
c7161f5b6d 8.3.0 2025-02-28 11:04:56 +07:00
jejolare
e263faf387 Merge branch 'main' of github.com:hyle-team/zano_web3 2025-02-28 11:04:49 +07:00
jejolare
ae446d7e1a fix Transaction type 2025-02-28 11:04:45 +07:00
Dmitrii Kolpakov
119cc65f12
Merge pull request #8 from andrew-besedin/develop
add validateTokensInput readme
2025-02-24 17:30:52 +07:00
jejolare
8f6c760122 8.2.0 2025-02-19 16:07:35 +07:00
jejolare
9379003948 rebuild 2025-02-19 16:07:27 +07:00
jejolare
fa311680f9 8.1.0 2025-02-19 00:35:52 +07:00
jejolare
b806792017 make fetchDaemon and fetchWallet public methods 2025-02-19 00:35:28 +07:00
jejolare
f3e31087dc 8.0.0 2025-01-08 23:39:13 +07:00
jejolare
f6ab5b53f9 make lib pre-built 2025-01-08 23:38:56 +07:00
jejolare
ab7192ea5b 7.4.0 2024-12-28 23:47:29 +07:00
jejolare
2fc43ef590 add node-forge types 2024-12-28 23:47:22 +07:00
jejolare
5d783804b7 7.3.0 2024-12-28 23:45:40 +07:00
jejolare
a7349d7600 add wallet auth support 2024-12-28 23:44:03 +07:00
andrewprog97
4b143c1612 add validateTokensInput readme 2024-11-06 20:17:47 +03:00
jejolare
f59a4eff6e 7.2.0 2024-11-06 22:44:41 +07:00
Dmitrii Kolpakov
86bd02a2b2
Merge pull request #7 from aiprivet/feature_add_get_alias_details
fix types
2024-11-06 22:43:53 +07:00
Alexandr
2e1a328b99 fix types 2024-11-06 18:40:35 +03:00
jejolare
d90917a96e 7.1.0 2024-11-06 20:34:26 +07:00
jejolare
6a90dc0dd8 Merge branch 'main' of https://github.com/hyle-team/zano_web3 2024-11-06 20:33:56 +07:00
jejolare
519ca56123 7.0.0 2024-11-06 20:32:41 +07:00
Dmitrii Kolpakov
27f7ddec0c
Merge pull request #3 from andrew-besedin/develop
add validateTokensInput shared function
2024-11-06 20:32:03 +07:00
jejolare
e6f8683777 6.15.0 2024-11-06 20:24:38 +07:00
jejolare
a09a16dbe4 Merge branches 'main' and 'main' of https://github.com/hyle-team/zano_web3 2024-11-06 20:22:58 +07:00
Dmitrii Kolpakov
b6438e4a53
Merge pull request #6 from aiprivet/feature_add_get_alias_details
add readme
2024-11-06 20:22:29 +07:00
Alexandr
3e16251ddf add readme 2024-11-05 23:06:12 +03:00