xrpl.js icon indicating copy to clipboard operation
xrpl.js copied to clipboard

Full custom definition support

Open mvadari opened this issue 9 months ago • 5 comments

It'd be much easier to use the same library with different sidechains that support different features, since it affects serialization and signing capabilities.

Some work already done on this front:

  • https://github.com/XRPLF/xrpl.js/pull/2127
  • https://github.com/XRPLF/xrpl.js/pull/2683

The only remaining step is to add support for the server_definitions RPC method - to call it on connection and store/use it if it is different than the stored file.

mvadari avatar May 06 '24 21:05 mvadari