Skip to content

Releases: XRPLWin/XRPL-HookParser

v2.0.1

10 Mar 21:44
Compare
Choose a tag to compare

Define ttREMIT (code 95)

v2.0.0

09 Feb 10:32
5375b15
Compare
Choose a tag to compare

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

22 Jan 16:39
Compare
Choose a tag to compare

Added missing ttCONTRACT and more tests.

v1.2.0

29 Dec 09:50
Compare
Choose a tag to compare

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

16 Dec 20:18
Compare
Choose a tag to compare

Added lookup() method to find any combination of mapped data.

v1.1.9

14 Dec 20:14
Compare
Choose a tag to compare

Added two new methods: installedHooksStats() and uninstalledHooksStats()

v1.1.8

07 Dec 12:51
Compare
Choose a tag to compare

Fix bug when hook is registered as installed but it was unchanged in modified node.

v1.1.7

02 Dec 12:02
Compare
Choose a tag to compare

Added static method TxHookParser::toParams() to get array key-value parameters from created hook.

v1.1.6

02 Dec 08:18
Compare
Choose a tag to compare

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

01 Dec 14:41
Compare
Choose a tag to compare

Added createdHooksDetailed() method.
Added ext-bcmath in composer requirements.