Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5f47713
Fix #2361 - Custom definitions in STArray»STObject
WietseWind Jul 1, 2023
c343efc
Custom binary codec fixes xrpl.js#2361 - missed param def
WietseWind Jul 1, 2023
406678e
Merge branch 'main' into main
ckniffen Jul 3, 2023
415e5bc
Merge branch 'main' into main
ckniffen Jul 7, 2023
0787fe3
Merge branch 'main' into main
ckniffen Jul 12, 2023
87b9986
Merge branch 'main' into main
ckniffen Jul 14, 2023
e2c085c
Support alt. native assets
WietseWind Dec 5, 2023
bb67f39
Add support for native asset & hash @ definitions, add Xahau defs tests
WietseWind Dec 5, 2023
4c9cc5b
Merge branch 'feature/xahau-alt-native-asset'
WietseWind Dec 5, 2023
0c1a00e
Add TX flags in definitions
WietseWind Apr 18, 2024
891f1e4
Add support for definition Flags
WietseWind Apr 18, 2024
cf2d129
Update def tf Flags
WietseWind Apr 18, 2024
0ff75ba
Update versions
WietseWind Jan 18, 2025
92abe33
Merge branch 'wietsewind/main' into xahau/main
WietseWind Jan 18, 2025
9b96c0d
Merge MPToken & Binary Codec Changes
WietseWind Jan 19, 2025
d501d87
Update definitions
WietseWind Jan 19, 2025
69daa43
Update version
WietseWind Jan 19, 2025
8382e1e
Revert XRPL definitions
WietseWind Jan 22, 2025
f955a54
Update definitions to include TRANSACTION_FLAGS/ TRANSACTION_FLAGS_IN…
WietseWind Jan 22, 2025
e0b418d
update package
WietseWind Jan 22, 2025
ddf0ec0
Update XRPL+Xahau definitions
WietseWind May 13, 2025
91cafce
Update definitions
WietseWind May 13, 2025
6f4cf00
Fix mptoken, fix NFTokenModify
WietseWind Jun 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17,820 changes: 15,245 additions & 2,575 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions packages/ripple-binary-codec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ripple-binary-codec",
"version": "2.2.0",
"description": "XRP Ledger binary codec",
"name": "xrpl-binary-codec-prerelease",
"version": "8.4.0",
"description": "XRP Ledger Protocol Binary Codec - For XRPL, Xahau and other networks (with dynamic definitions)",
"files": [
"dist/*",
"src/*"
Expand All @@ -24,19 +24,19 @@
"lint": "eslint . --ext .ts --ext .test.js"
},
"keywords": [
"ripple",
"xrp",
"xrp ledger",
"xrpl"
"xrpl",
"xahau"
],
"repository": {
"type": "git",
"url": "git@github.com:XRPLF/xrpl.js.git"
"url": "git@github.com:WietseWind/xrpl.js.git"
},
"bugs": {
"url": "https://github.com/XRPLF/xrpl.js/issues"
"url": "https://github.com/WietseWind/xrpl.js/issues"
},
"homepage": "https://github.com/XRPLF/xrpl.js/tree/main/packages/ripple-binary-codec#readme",
"homepage": "https://github.com/WietseWind/xrpl.js/tree/main/packages/ripple-binary-codec#readme",
"license": "ISC",
"readmeFilename": "README.md",
"prettier": "@xrplf/prettier-config",
Expand Down
Loading