Skip to content

Releases: XRPLWin/XRPL-HookParser

v2.0.4

10 Nov 19:44

Choose a tag to compare

Add two new HookOn idenfitiers: ttCRON and ttCRON_SET

v2.0.3

16 Sep 18:17

Choose a tag to compare

Add two new HookOn idenfitiers: ttCLAWBACK and ttREMARKS_SET

v2.0.2

26 May 08:20
3d4ced2

Choose a tag to compare

Add documentation for HookCanEmit

v2.0.1

10 Mar 21:44

Choose a tag to compare

Define ttREMIT (code 95)

v2.0.0

09 Feb 10:32
5375b15

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

Choose a tag to compare

Added missing ttCONTRACT and more tests.

v1.2.0

29 Dec 09:50

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

Choose a tag to compare

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

v1.1.9

14 Dec 20:14

Choose a tag to compare

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

v1.1.8

07 Dec 12:51

Choose a tag to compare

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