@lukso/transaction-decoder 1.3.0-dev.c21633f → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/browser.cjs +73 -41
  2. package/dist/browser.cjs.map +1 -1
  3. package/dist/browser.d.cts +1 -1
  4. package/dist/browser.d.ts +1 -1
  5. package/dist/browser.js +4 -4
  6. package/dist/cdn/transaction-decoder.global.js +13 -13
  7. package/dist/cdn/transaction-decoder.global.js.map +1 -1
  8. package/dist/{chunk-2ZO6MJJX.js → chunk-G7JZHSYX.js} +12 -11
  9. package/dist/chunk-G7JZHSYX.js.map +1 -0
  10. package/dist/{chunk-FKBKAWB3.js → chunk-GGBHTWJL.js} +5 -5
  11. package/dist/chunk-GGBHTWJL.js.map +1 -0
  12. package/dist/{chunk-NDBDNXBI.js → chunk-GXZOF3QY.js} +27 -3
  13. package/dist/chunk-GXZOF3QY.js.map +1 -0
  14. package/dist/{chunk-T4H2HHIB.js → chunk-XVHJWV5U.js} +32 -25
  15. package/dist/chunk-XVHJWV5U.js.map +1 -0
  16. package/dist/data.cjs +62 -31
  17. package/dist/data.cjs.map +1 -1
  18. package/dist/data.d.cts +2 -2
  19. package/dist/data.d.ts +2 -2
  20. package/dist/data.js +2 -2
  21. package/dist/index.cjs +73 -41
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.cts +2 -2
  24. package/dist/index.d.ts +2 -2
  25. package/dist/index.js +4 -4
  26. package/dist/server.cjs +43 -31
  27. package/dist/server.cjs.map +1 -1
  28. package/dist/server.d.cts +2 -1
  29. package/dist/server.d.ts +2 -1
  30. package/dist/server.js +12 -7
  31. package/dist/server.js.map +1 -1
  32. package/dist/{utils-BEpSreRR.d.cts → utils-CBAkjQh3.d.cts} +1 -1
  33. package/dist/{utils-De_c6fUK.d.ts → utils-xT9-km0r.d.ts} +1 -1
  34. package/package.json +3 -3
  35. package/src/core/dataModel.ts +31 -1
  36. package/src/core/integrateDecoder.ts +2 -1
  37. package/src/decoder/browserCache.ts +6 -1
  38. package/src/decoder/errors.ts +2 -2
  39. package/src/decoder/events.ts +3 -3
  40. package/src/decoder/functionSignature.ts +9 -9
  41. package/src/decoder/getDataFromExternalSources.ts +2 -2
  42. package/src/decoder/interfaces.ts +1 -1
  43. package/src/decoder/kvCache.ts +6 -1
  44. package/src/decoder/lruCache.ts +6 -1
  45. package/src/decoder/lsp7TransferBatch.test.ts +3 -0
  46. package/src/decoder/plugins/enhanceBurntPix.ts +2 -1
  47. package/src/decoder/plugins/enhanceGraffiti.ts +17 -3
  48. package/src/decoder/plugins/enhanceLSP26FollowerSystem.ts +8 -4
  49. package/src/decoder/plugins/enhanceLSP6KeyManager.ts +1 -0
  50. package/src/decoder/plugins/enhanceLSP7DigitalAsset.ts +7 -5
  51. package/src/decoder/plugins/enhanceLSP9Vault.ts +8 -7
  52. package/src/decoder/plugins/enhanceRetrieveAbi.ts +6 -5
  53. package/src/decoder/plugins/index.ts +1 -3
  54. package/src/decoder/plugins/schemaDefault.ts +4 -3
  55. package/src/decoder/plugins/standardPlugin.ts +1 -1
  56. package/src/decoder/singleGQL.ts +2 -2
  57. package/src/decoder/transaction.ts +2 -1
  58. package/src/decoder/utils.ts +2 -2
  59. package/src/example/usage.ts +4 -3
  60. package/src/server/addressResolver.ts +1 -1
  61. package/src/server/decodeTransactionSync.ts +1 -0
  62. package/src/server/decodeTransactionsBatch.ts +1 -1
  63. package/src/server/finishDecoding.ts +8 -4
  64. package/src/server/lsp23Resolver.ts +3 -2
  65. package/src/server/types.ts +1 -1
  66. package/src/shared/addressResolver.ts +4 -4
  67. package/src/utils/json-bigint.ts +4 -4
  68. package/dist/chunk-2ZO6MJJX.js.map +0 -1
  69. package/dist/chunk-FKBKAWB3.js.map +0 -1
  70. package/dist/chunk-NDBDNXBI.js.map +0 -1
  71. package/dist/chunk-T4H2HHIB.js.map +0 -1
@@ -1,4 +1,4 @@
1
- export { A as TransactionAddressResolver, T as TransactionDecoderResult, i as consumerModel, l as createAggregationKey, j as createGlobalInstance, a as decodeTransaction, k as decodeTransactionAsync, m as defaultPlugins, n as defaultSchemaPlugins, p as getArgByName, q as needsEnhancement, o as standardPlugin, s as standardSchemaPlugin } from './utils-BEpSreRR.cjs';
1
+ export { A as TransactionAddressResolver, T as TransactionDecoderResult, i as consumerModel, l as createAggregationKey, j as createGlobalInstance, a as decodeTransaction, k as decodeTransactionAsync, m as defaultPlugins, n as defaultSchemaPlugins, p as getArgByName, q as needsEnhancement, o as standardPlugin, s as standardSchemaPlugin } from './utils-CBAkjQh3.cjs';
2
2
  export { AddressCache, AddressIdentityCache, AddressResolver, AddressResolverConfig, AggregationState, AssetData, DEPLOY_ERC1167_PROXIES_SELECTOR, DecoderIntegration, DecoderIntegrationConfig, HypersyncQueryConfig, ImageData, ImageURL, JSONbigString, LSP23DeploymentData, LSP23_FACTORY_ADDRESS, LinkData, PluginAggregationEngine, PluginMetadata, ProfileData, ResolveAddressesOptions, ResolveAddressesResponse, SchemaPluginMetadata, TFetchAddressData, TokenData, buildLSP23DeploymentQuery, collectDataKeys, createApiAddressResolver, createDebug, createMemoryAddressCache, createMemoryAddressIdentityCache, createNamedPlugin, createNamedSchemaPlugin, dataKeyToString, decodeDeploymentCalldata, decodeDeploymentOutput, extractControllersFromInitCalldata, fetchMultipleAddresses, fetchProfilesByControllers, getAddress, getAllData, getAllKeys, getAllTransactions, getData, getDataKeyCacheKey, getDecodedCount, getDecodedTransactions, getError, getGraphQLEndpoint, getImage, getSignal, getState, getTransaction, getTransactionByKey, getTransactionCount, getTransactionHashByIndex, getTransactionsByIndex, getTransactionsInOrder, hasData, isLoading, parseDataKey, parseLSP23DeploymentsFromHypersync, pluginRegistry, registerPlugin, registerSchemaPlugin, resolveAddresses, standardAggregation, subscribe } from './index.cjs';
3
3
  export { d as AddressState, m as Aggregation, c as DataKey, j as DecodeEventCallback, a as DecodeEventResult, n as DecoderPlugin, b as DecoderResult, E as EnhancedInfo, i as EnhancerCallback, g as IDataModelConsumer, P as PluginOptions, p as ResultAggregate, q as ResultCreate, r as ResultError, s as ResultExecute, t as ResultExecuteBatch, u as ResultFollowProfile, v as ResultGrafitti, w as ResultRaw, o as ResultSetData, x as ResultSetDataBatch, y as ResultWrapper, S as SchemaPlugin, T as TransactionState } from './index-BzXh7poJ.cjs';
4
4
  import '@preact/signals-core';
package/dist/browser.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { A as TransactionAddressResolver, T as TransactionDecoderResult, i as consumerModel, l as createAggregationKey, j as createGlobalInstance, a as decodeTransaction, k as decodeTransactionAsync, m as defaultPlugins, n as defaultSchemaPlugins, p as getArgByName, q as needsEnhancement, o as standardPlugin, s as standardSchemaPlugin } from './utils-De_c6fUK.js';
1
+ export { A as TransactionAddressResolver, T as TransactionDecoderResult, i as consumerModel, l as createAggregationKey, j as createGlobalInstance, a as decodeTransaction, k as decodeTransactionAsync, m as defaultPlugins, n as defaultSchemaPlugins, p as getArgByName, q as needsEnhancement, o as standardPlugin, s as standardSchemaPlugin } from './utils-xT9-km0r.js';
2
2
  export { AddressCache, AddressIdentityCache, AddressResolver, AddressResolverConfig, AggregationState, AssetData, DEPLOY_ERC1167_PROXIES_SELECTOR, DecoderIntegration, DecoderIntegrationConfig, HypersyncQueryConfig, ImageData, ImageURL, JSONbigString, LSP23DeploymentData, LSP23_FACTORY_ADDRESS, LinkData, PluginAggregationEngine, PluginMetadata, ProfileData, ResolveAddressesOptions, ResolveAddressesResponse, SchemaPluginMetadata, TFetchAddressData, TokenData, buildLSP23DeploymentQuery, collectDataKeys, createApiAddressResolver, createDebug, createMemoryAddressCache, createMemoryAddressIdentityCache, createNamedPlugin, createNamedSchemaPlugin, dataKeyToString, decodeDeploymentCalldata, decodeDeploymentOutput, extractControllersFromInitCalldata, fetchMultipleAddresses, fetchProfilesByControllers, getAddress, getAllData, getAllKeys, getAllTransactions, getData, getDataKeyCacheKey, getDecodedCount, getDecodedTransactions, getError, getGraphQLEndpoint, getImage, getSignal, getState, getTransaction, getTransactionByKey, getTransactionCount, getTransactionHashByIndex, getTransactionsByIndex, getTransactionsInOrder, hasData, isLoading, parseDataKey, parseLSP23DeploymentsFromHypersync, pluginRegistry, registerPlugin, registerSchemaPlugin, resolveAddresses, standardAggregation, subscribe } from './index.js';
3
3
  export { d as AddressState, m as Aggregation, c as DataKey, j as DecodeEventCallback, a as DecodeEventResult, n as DecoderPlugin, b as DecoderResult, E as EnhancedInfo, i as EnhancerCallback, g as IDataModelConsumer, P as PluginOptions, p as ResultAggregate, q as ResultCreate, r as ResultError, s as ResultExecute, t as ResultExecuteBatch, u as ResultFollowProfile, v as ResultGrafitti, w as ResultRaw, o as ResultSetData, x as ResultSetDataBatch, y as ResultWrapper, S as SchemaPlugin, T as TransactionState } from './index-BzXh7poJ.js';
4
4
  import '@preact/signals-core';
package/dist/browser.js CHANGED
@@ -35,19 +35,19 @@ import {
35
35
  parseLSP23DeploymentsFromHypersync,
36
36
  resolveAddresses,
37
37
  subscribe
38
- } from "./chunk-2ZO6MJJX.js";
38
+ } from "./chunk-G7JZHSYX.js";
39
39
  import {
40
40
  consumerModel,
41
41
  createGlobalInstance,
42
42
  decodeTransaction,
43
43
  decodeTransactionAsync
44
- } from "./chunk-NDBDNXBI.js";
44
+ } from "./chunk-GXZOF3QY.js";
45
45
  import {
46
46
  fetchMultipleAddresses,
47
47
  fetchProfilesByControllers,
48
48
  getGraphQLEndpoint,
49
49
  getImage
50
- } from "./chunk-FKBKAWB3.js";
50
+ } from "./chunk-GGBHTWJL.js";
51
51
  import {
52
52
  PluginAggregationEngine,
53
53
  collectDataKeys,
@@ -65,7 +65,7 @@ import {
65
65
  standardAggregation,
66
66
  standardPlugin,
67
67
  standardSchemaPlugin
68
- } from "./chunk-T4H2HHIB.js";
68
+ } from "./chunk-XVHJWV5U.js";
69
69
  export {
70
70
  AddressResolver,
71
71
  DEPLOY_ERC1167_PROXIES_SELECTOR,