Releases: XRPLWin/XRPL-HookParser
Releases · XRPLWin/XRPL-HookParser
v2.0.0
What is new in version 2.x
Version 2.x brings overhaul of hook detection code and now
positions are tracked, which in return allows new methods
listed below. For each installed, modified and uninstalled
hook on account it is possible to get position in which change
was occured. Modified Hooks method now does not return hooks
which was reinstalled but contents are not changed (Flag=0 is normalized),
those are now available in unmodifiedHooks
and unmodifiedHooksPos
methods.
- Added
uninstalledHooksPos()
method
- Added
installedHooksPos()
method
- Changed
modifiedHooks()
method
- Added
modifiedHooksPos()
method
- Added
unmodifiedHooks()
method
- Added
unmodifiedHooksPos()
method
v1.2.1
Added missing ttCONTRACT
and more tests.
v1.2.0
This is major release as it fixes cases when multiple hooks are installed to single account but it is same hook hash.
This version changes detector logic and now it tracks hook instances per hook hash and its position.
v1.1.10
Added lookup()
method to find any combination of mapped data.
v1.1.9
Added two new methods: installedHooksStats()
and uninstalledHooksStats()
v1.1.8
Fix bug when hook is registered as installed but it was unchanged in modified node.
v1.1.7
Added static method TxHookParser::toParams()
to get array key-value parameters from created hook.
v1.1.6
Add deprecated ttNICKNAME_SET
and ttSPINAL_TAP
so this package is compatible with old testnet hooks.
Decode now has optional throw param, undefined triggers now returns as null.
v1.1.4
Added createdHooksDetailed()
method.
Added ext-bcmath in composer requirements.