@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.
- package/dist/browser.cjs +73 -41
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +1 -1
- package/dist/browser.d.ts +1 -1
- package/dist/browser.js +4 -4
- package/dist/cdn/transaction-decoder.global.js +13 -13
- package/dist/cdn/transaction-decoder.global.js.map +1 -1
- package/dist/{chunk-2ZO6MJJX.js → chunk-G7JZHSYX.js} +12 -11
- package/dist/chunk-G7JZHSYX.js.map +1 -0
- package/dist/{chunk-FKBKAWB3.js → chunk-GGBHTWJL.js} +5 -5
- package/dist/chunk-GGBHTWJL.js.map +1 -0
- package/dist/{chunk-NDBDNXBI.js → chunk-GXZOF3QY.js} +27 -3
- package/dist/chunk-GXZOF3QY.js.map +1 -0
- package/dist/{chunk-T4H2HHIB.js → chunk-XVHJWV5U.js} +32 -25
- package/dist/chunk-XVHJWV5U.js.map +1 -0
- package/dist/data.cjs +62 -31
- package/dist/data.cjs.map +1 -1
- package/dist/data.d.cts +2 -2
- package/dist/data.d.ts +2 -2
- package/dist/data.js +2 -2
- package/dist/index.cjs +73 -41
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/server.cjs +43 -31
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +2 -1
- package/dist/server.d.ts +2 -1
- package/dist/server.js +12 -7
- package/dist/server.js.map +1 -1
- package/dist/{utils-BEpSreRR.d.cts → utils-CBAkjQh3.d.cts} +1 -1
- package/dist/{utils-De_c6fUK.d.ts → utils-xT9-km0r.d.ts} +1 -1
- package/package.json +3 -3
- package/src/core/dataModel.ts +31 -1
- package/src/core/integrateDecoder.ts +2 -1
- package/src/decoder/browserCache.ts +6 -1
- package/src/decoder/errors.ts +2 -2
- package/src/decoder/events.ts +3 -3
- package/src/decoder/functionSignature.ts +9 -9
- package/src/decoder/getDataFromExternalSources.ts +2 -2
- package/src/decoder/interfaces.ts +1 -1
- package/src/decoder/kvCache.ts +6 -1
- package/src/decoder/lruCache.ts +6 -1
- package/src/decoder/lsp7TransferBatch.test.ts +3 -0
- package/src/decoder/plugins/enhanceBurntPix.ts +2 -1
- package/src/decoder/plugins/enhanceGraffiti.ts +17 -3
- package/src/decoder/plugins/enhanceLSP26FollowerSystem.ts +8 -4
- package/src/decoder/plugins/enhanceLSP6KeyManager.ts +1 -0
- package/src/decoder/plugins/enhanceLSP7DigitalAsset.ts +7 -5
- package/src/decoder/plugins/enhanceLSP9Vault.ts +8 -7
- package/src/decoder/plugins/enhanceRetrieveAbi.ts +6 -5
- package/src/decoder/plugins/index.ts +1 -3
- package/src/decoder/plugins/schemaDefault.ts +4 -3
- package/src/decoder/plugins/standardPlugin.ts +1 -1
- package/src/decoder/singleGQL.ts +2 -2
- package/src/decoder/transaction.ts +2 -1
- package/src/decoder/utils.ts +2 -2
- package/src/example/usage.ts +4 -3
- package/src/server/addressResolver.ts +1 -1
- package/src/server/decodeTransactionSync.ts +1 -0
- package/src/server/decodeTransactionsBatch.ts +1 -1
- package/src/server/finishDecoding.ts +8 -4
- package/src/server/lsp23Resolver.ts +3 -2
- package/src/server/types.ts +1 -1
- package/src/shared/addressResolver.ts +4 -4
- package/src/utils/json-bigint.ts +4 -4
- package/dist/chunk-2ZO6MJJX.js.map +0 -1
- package/dist/chunk-FKBKAWB3.js.map +0 -1
- package/dist/chunk-NDBDNXBI.js.map +0 -1
- package/dist/chunk-T4H2HHIB.js.map +0 -1
package/dist/browser.d.cts
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-
|
|
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-
|
|
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-
|
|
38
|
+
} from "./chunk-G7JZHSYX.js";
|
|
39
39
|
import {
|
|
40
40
|
consumerModel,
|
|
41
41
|
createGlobalInstance,
|
|
42
42
|
decodeTransaction,
|
|
43
43
|
decodeTransactionAsync
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-GXZOF3QY.js";
|
|
45
45
|
import {
|
|
46
46
|
fetchMultipleAddresses,
|
|
47
47
|
fetchProfilesByControllers,
|
|
48
48
|
getGraphQLEndpoint,
|
|
49
49
|
getImage
|
|
50
|
-
} from "./chunk-
|
|
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-
|
|
68
|
+
} from "./chunk-XVHJWV5U.js";
|
|
69
69
|
export {
|
|
70
70
|
AddressResolver,
|
|
71
71
|
DEPLOY_ERC1167_PROXIES_SELECTOR,
|