Commit Graph

4750 Commits

Author SHA1 Message Date
tequ
b43f5a4d8e Merge branch 'main-xahau' into workflow-publish 2026-05-24 12:10:07 +09:00
tequ
9444693967 Use xahaud binary directly in workflow instead xahauci image (#52) 2026-05-24 11:59:28 +09:00
tequ
1de9e4e35b Update Node.js versions in GitHub Actions workflow to support 20,22,24 and 26 (#40) 2026-05-24 11:07:44 +09:00
tequ
8e371d5fb7 Merge branch 'main-xahau' into workflow-publish 2026-05-20 13:26:14 +09:00
tequ
fd43b82827 comment outed mailing list (#49) 2026-05-20 13:23:55 +09:00
tequ
d1670c5f3b Merge branch 'main-xahau' into workflow-publish 2026-05-20 12:52:15 +09:00
tequ
e4569e492a Fix build command 2026-05-20 11:31:53 +09:00
tequ
b310c6c25a Fix setTransactionFlagsToNumber for Xahau transactions (#26)
* Fix SetHook txflags
* fix setTransactionFlagsToNumber
* additional checks for setTransactionFlagsToNumber
* fix setTransactionFlagsToNumber for SetHook
* Add URITokenMint, ClaimReward to txToFlag
2026-05-20 11:00:42 +09:00
tequ
6eb09d8606 Merge branch 'main-xahau' into workflow-publish 2026-05-18 20:30:40 +09:00
tequ
bd0e5e6537 add ref: ${{ github.event.release.tag_name }} 2026-05-18 18:59:00 +09:00
tequ
355bb3fcce Publish npm packages by GitHub release 2026-05-18 18:47:07 +09:00
tequ
40c07a68b9 add workflow_dispatch 2026-05-18 16:16:32 +09:00
zgrguric
a8939c883b Refactor amount assignment in partialPayment.ts (#43)
DeliverMax is expected from xahau.js but it should fallback to Amount.

DeliverMax is returned in xrpl api v2, but Amount is used when querying via API v1 which is xahau at at the moment.
2026-05-13 03:11:40 +00:00
tequ
05e8c2dbda XAH Ledger -> Xahau Network (#47) 2026-05-13 12:08:30 +09:00
tequ
b2046efe85 Add npm trusted publishing workflow
Add GitHub Actions workflow for npm trusted publishing via OIDC.

The workflow validates package version bumps on PRs with npm publish dry-runs, publishes changed workspace packages from main-xahau, and creates matching GitHub releases. Shared npm publish logic is implemented as a local composite action used by both dry-run and publish jobs.
2026-05-13 12:01:45 +09:00
zgrguric
e838caaffc Improve HookStateScale validation (#38)
* Fix HookStateScale validation
* Fix new line in accountSet test
2026-05-12 15:04:26 +00:00
zgrguric
b9fb8a1924 Add lsfTshCollect flag in AccountRoot (#41) 2026-05-12 14:47:02 +00:00
tequ
de97ef13e9 Update History.md (#46) 2026-05-12 23:42:55 +09:00
tequ
c1aed4ef48 Fix: workflow browser tests work correctly (#44) 2026-05-12 23:09:41 +09:00
Denis Angell
35c294218d cut v4.0.3 xahau@4.0.3 2025-11-18 12:29:03 +01:00
tequ
58150f156e generate correct xahau-latest-min.js file name (#3034) (#39) 2025-11-18 12:15:20 +01:00
Denis Angell
d7b3a02ad2 cut v4.0.2 2025-11-12 12:31:40 +01:00
tequ
ac33a1584d Support ExtendedHookState (#34) 2025-11-12 12:01:45 +01:00
tequ
8bbc84057c Support Cron StartTime, improvements (#33) 2025-11-12 12:01:33 +01:00
tequ
0ca36e1314 Update xahauci 2025.7.9 (#36) 2025-11-12 12:01:16 +01:00
tequ
e454c61994 Support Cron Amendment (#32) 2025-10-17 18:44:07 +10:00
Denis Angell
b5f15ac075 cut v4.0.1 xahau@4.0.1 2025-10-02 19:09:24 +02:00
tequ
5ec5ad8e1e Deep Freeze XLS-77d (#2873) (#29)
Co-authored-by: Chenna Keshava B S <21219765+ckeshava@users.noreply.github.com>
Co-authored-by: Denis Angell <dangell@transia.co>
2025-10-02 18:51:18 +02:00
tequ
043620b637 feat: add Clawback amendment support (#2353) (#28)
* Add Clawback transaction
* Account flag lsfAllowTrustLineClawback
* Support bitwise flag checking of 64 bit flags

Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
2025-10-02 18:50:42 +02:00
tequ
83a25c6c34 HookCanEmit (#22) xahau@4.0.0 2025-07-07 18:31:55 +02:00
tequ
7a79042735 Add validation amount on Remit (#27) 2025-07-07 18:31:42 +02:00
tequ
72ed28b1fe Touch (#23) 2025-07-07 18:30:40 +02:00
tequ
aa1ff0e32d Remarks (#24) 2025-07-07 18:30:28 +02:00
Denis Angell
69e8b786ed xahau-patch 2025-03-14 16:50:42 +01:00
Denis Angell
d6fdad0a30 xahau-patch 2025-03-14 16:04:11 +01:00
Denis Angell
8b21c9adf6 xahau-functionality 2025-03-14 15:40:35 +01:00
Denis Angell
aae7e315e8 xahau-patch 2025-03-14 15:40:35 +01:00
Denis Angell
9544e1794e xahau-patch 2025-03-14 15:08:35 +01:00
dependabot[bot]
92eb809397 build(deps): bump @noble/hashes from 1.4.0 to 1.5.0 (#2814)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: justinr1234 <justinr1234@gmail.com>
Co-authored-by: anissa-ripple <165064424+anissa-ripple@users.noreply.github.com>
2024-11-04 11:15:03 -06:00
dependabot[bot]
799cd65386 build(deps): bump @scure/bip39 from 1.3.0 to 1.4.0 (#2813)
Bumps [@scure/bip39](https://github.com/paulmillr/scure-bip39) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/paulmillr/scure-bip39/releases)
- [Commits](https://github.com/paulmillr/scure-bip39/compare/1.3.0...1.4.0)

---
updated-dependencies:
- dependency-name: "@scure/bip39"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: anissa-ripple <165064424+anissa-ripple@users.noreply.github.com>
Co-authored-by: justinr1234 <justinr1234@gmail.com>
2024-11-04 08:28:33 -08:00
dependabot[bot]
29d145138b build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0 (#2799)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: anissa-ripple <165064424+anissa-ripple@users.noreply.github.com>
2024-11-04 10:10:51 -06:00
Mayukha Vadari
496f774154 fix: resolve TransactionStream and Ledger model issues (#2779)
* update TransactionStream model

* fix everywhere else

* add close_time_iso

* add close_time_iso to TransactionStream

* update HISTORY

* fix tests

* fix import

* Update packages/xrpl/src/client/partialPayment.ts
2024-11-04 10:55:47 -05:00
dependabot[bot]
0395c14392 build(deps-dev): bump @types/lodash from 4.17.7 to 4.17.12 (#2810) 2024-10-21 16:23:46 +00:00
dependabot[bot]
2a77e2cd91 build(deps-dev): bump typedoc from 0.26.9 to 0.26.10 (#2809) 2024-10-21 16:17:27 +00:00
dependabot[bot]
619c9ae13a build(deps-dev): bump typedoc from 0.26.7 to 0.26.9 (#2803) 2024-10-16 14:30:07 +00:00
Mayukha Vadari
8beb1292b5 fix: make transaction-generating scripts more robust (#2690)
* improve scripts

* Update settings.json

* update file locations after refactor
2024-10-11 14:40:19 -07:00
dependabot[bot]
649bf7d277 build(deps): bump @scure/bip32 from 1.4.0 to 1.5.0 (#2791) 2024-10-02 00:37:54 +00:00
dependabot[bot]
e0d368791b build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#2792) 2024-10-01 21:01:32 +00:00
Zhiyuan Wang
be9b48b071 Add include_deleted param to ledger_entry API (#2725)
* add nfts_by_issuer data type

* update HISTORY.md

* update HISTORY.md

* added to index and change field name

* change to added in history

* reformat change in history

* reformat history on bfts_by_issuer

* add include_deleted field

* update history

* fix an error in histroy

* changed comments

---------

Authored-by: Kassaking <kassaking7@gmail.com>
2024-10-01 16:54:00 -04:00
dependabot[bot]
55892c8b89 build(deps-dev): bump webpack from 5.93.0 to 5.95.0 (#2785) 2024-09-26 19:34:40 +00:00