tapimo 0.9.0 → 0.10.1
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/ApiKey.d.ts +2 -1
- package/dist/ApiKey.d.ts.map +1 -1
- package/dist/ApiKeys.d.ts +4 -2
- package/dist/ApiKeys.d.ts.map +1 -1
- package/dist/ApiKeys.js +26 -1
- package/dist/ApiKeys.js.map +1 -1
- package/dist/App.d.ts +4292 -3708
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +1 -0
- package/dist/App.js.map +1 -1
- package/dist/Webhooks.d.ts +21 -20
- package/dist/Webhooks.d.ts.map +1 -1
- package/dist/Webhooks.js +66 -23
- package/dist/Webhooks.js.map +1 -1
- package/dist/admin/App.d.ts +91 -84
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +26 -17
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.js +6 -0
- package/dist/admin/apps/api-keys.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts +4 -2
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +168 -168
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.js +69 -69
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/analytics/Analytics.d.ts.map +1 -1
- package/dist/analytics/Analytics.js +26 -0
- package/dist/analytics/Analytics.js.map +1 -1
- package/dist/apps/Zones.d.ts +4280 -84
- package/dist/apps/Zones.d.ts.map +1 -1
- package/dist/apps/Zones.js +30 -10
- package/dist/apps/Zones.js.map +1 -1
- package/dist/apps/data/App.d.ts +5799 -4929
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/FxOracle.d.ts +4 -5
- package/dist/apps/data/FxOracle.d.ts.map +1 -1
- package/dist/apps/data/FxOracle.js +19 -4
- package/dist/apps/data/FxOracle.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +3391 -492
- package/dist/apps/data/routes/activities.d.ts.map +1 -1
- package/dist/apps/data/routes/activities.js +372 -29
- package/dist/apps/data/routes/activities.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +853 -339
- package/dist/apps/data/routes/addresses.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.d.ts +10 -10
- package/dist/apps/data/routes/balances.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.js +145 -83
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/blocks.d.ts +123 -123
- package/dist/apps/data/routes/coingecko.d.ts +169 -169
- package/dist/apps/data/routes/earn.d.ts +455 -1
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +369 -45
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +114 -118
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/fee-amm.d.ts +24 -24
- package/dist/apps/data/routes/indexer.d.ts +35 -34
- package/dist/apps/data/routes/indexer.d.ts.map +1 -1
- package/dist/apps/data/routes/indexer.js +3 -2
- package/dist/apps/data/routes/indexer.js.map +1 -1
- package/dist/apps/data/routes/receipts.d.ts.map +1 -1
- package/dist/apps/data/routes/receipts.js +68 -47
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/rpc.d.ts +31 -31
- package/dist/apps/data/routes/rpc.d.ts.map +1 -1
- package/dist/apps/data/routes/rpc.js +5 -1
- package/dist/apps/data/routes/rpc.js.map +1 -1
- package/dist/apps/data/routes/tokenlist.d.ts +12 -12
- package/dist/apps/data/routes/tokens.d.ts +461 -459
- package/dist/apps/data/routes/tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/transactions.d.ts +313 -305
- package/dist/apps/data/routes/transactions.d.ts.map +1 -1
- package/dist/apps/data/routes/transactions.js +25 -23
- package/dist/apps/data/routes/transactions.js.map +1 -1
- package/dist/apps/data/routes/transfers.d.ts +108 -86
- package/dist/apps/data/routes/transfers.d.ts.map +1 -1
- package/dist/apps/data/routes/transfers.js +618 -105
- package/dist/apps/data/routes/transfers.js.map +1 -1
- package/dist/apps/data/routes/valuation.d.ts +21 -21
- package/dist/apps/data/routes/valuation.d.ts.map +1 -1
- package/dist/apps/data/routes/valuation.js +2 -2
- package/dist/apps/data/routes/valuation.js.map +1 -1
- package/dist/apps/data/routes/webhooks.d.ts +519 -868
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +642 -353
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/data/routes/zones.d.ts +31 -31
- package/dist/apps/data/routes/zones.d.ts.map +1 -1
- package/dist/apps/data/routes/zones.js +4 -2
- package/dist/apps/data/routes/zones.js.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
- package/dist/apps/funding/routes/providers.d.ts +13 -13
- package/dist/apps/funding/routes/quotes.d.ts +89 -89
- package/dist/apps/funding/routes/transfers.d.ts +36 -36
- package/dist/apps/funding/routes/transfers.js +1 -1
- package/dist/apps/funding/routes/transfers.js.map +1 -1
- package/dist/apps/management/App.d.ts +11 -309
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +74 -74
- package/dist/apps/management/routes/billing.js +1 -1
- package/dist/apps/management/routes/billing.js.map +1 -1
- package/dist/apps/management/routes/faucet.d.ts +35 -35
- package/dist/apps/management/routes/faucet.js +2 -2
- package/dist/apps/management/routes/faucet.js.map +1 -1
- package/dist/apps/management/routes/invitations.d.ts +134 -134
- package/dist/apps/management/routes/invite-links.d.ts +80 -80
- package/dist/apps/management/routes/members.d.ts +69 -69
- package/dist/apps/management/routes/orgs.d.ts +98 -98
- package/dist/apps/management/routes/projects.d.ts +60 -60
- package/dist/apps/management/routes/usage.d.ts +72 -72
- package/dist/apps/management/routes/verified-token-requests.d.ts +83 -83
- package/dist/apps/management/routes/webhooks.d.ts +203 -618
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/mcp.d.ts.map +1 -1
- package/dist/apps/mcp.js +4 -1
- package/dist/apps/mcp.js.map +1 -1
- package/dist/apps/mpp/App.d.ts +56 -44
- package/dist/apps/mpp/App.d.ts.map +1 -1
- package/dist/apps/mpp/Mpp.d.ts +3 -0
- package/dist/apps/mpp/Mpp.d.ts.map +1 -1
- package/dist/apps/mpp/Mpp.js +3 -0
- package/dist/apps/mpp/Mpp.js.map +1 -1
- package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
- package/dist/apps/mpp/internal/Adapter.js +9 -2
- package/dist/apps/mpp/internal/Adapter.js.map +1 -1
- package/dist/db/Db.d.ts +4 -2
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +75 -15
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +19 -0
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +24 -0
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
- package/dist/db/tables/sponsoredTransactions.js +4 -1
- package/dist/db/tables/sponsoredTransactions.js.map +1 -1
- package/dist/db/tables/webhookQueueEvents.d.ts +122 -0
- package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -0
- package/dist/db/tables/webhookQueueEvents.js +160 -0
- package/dist/db/tables/webhookQueueEvents.js.map +1 -0
- package/dist/db/tables/webhookSubscriptions.d.ts +58 -3
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +86 -3
- package/dist/db/tables/webhookSubscriptions.js.map +1 -1
- package/dist/internal/Auth.d.ts +3 -0
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +6 -4
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/MetricSink.d.ts +139 -3
- package/dist/internal/MetricSink.d.ts.map +1 -1
- package/dist/internal/MetricSink.js +144 -4
- package/dist/internal/MetricSink.js.map +1 -1
- package/dist/internal/RateLimit.d.ts +4 -6
- package/dist/internal/RateLimit.d.ts.map +1 -1
- package/dist/internal/RateLimit.js +15 -14
- package/dist/internal/RateLimit.js.map +1 -1
- package/dist/internal/Schema.js +1 -1
- package/dist/internal/Schema.js.map +1 -1
- package/dist/internal/Store.d.ts +2 -1
- package/dist/internal/Store.d.ts.map +1 -1
- package/dist/internal/Store.js +57 -18
- package/dist/internal/Store.js.map +1 -1
- package/dist/internal/Tidx.d.ts +1 -3
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +1 -3
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Value.d.ts +2 -0
- package/dist/internal/Value.d.ts.map +1 -1
- package/dist/internal/Value.js +25 -0
- package/dist/internal/Value.js.map +1 -1
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +2 -1
- package/dist/internal/Viem.js.map +1 -1
- package/dist/internal/WebhookDestination.d.ts +2 -0
- package/dist/internal/WebhookDestination.d.ts.map +1 -1
- package/dist/internal/WebhookDestination.js +11 -0
- package/dist/internal/WebhookDestination.js.map +1 -1
- package/dist/internal/WebhookTransfer.d.ts +75 -0
- package/dist/internal/WebhookTransfer.d.ts.map +1 -0
- package/dist/internal/WebhookTransfer.js +299 -0
- package/dist/internal/WebhookTransfer.js.map +1 -0
- package/dist/internal/Webhooks.d.ts +176 -0
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +216 -20
- package/dist/internal/Webhooks.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts +4 -0
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +11 -7
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
- package/dist/internal/funding/Reconciliation.js +128 -0
- package/dist/internal/funding/Reconciliation.js.map +1 -1
- package/dist/internal/funding/providers/relay.d.ts +6 -4
- package/dist/internal/funding/providers/relay.d.ts.map +1 -1
- package/dist/internal/funding/providers/relay.js +71 -9
- package/dist/internal/funding/providers/relay.js.map +1 -1
- package/package.json +4 -4
- package/src/ApiKeys.test.ts +20 -0
- package/src/ApiKeys.ts +28 -1
- package/src/App.test.ts +10 -8
- package/src/App.ts +1 -0
- package/src/Client.test-d.ts +61 -5
- package/src/Webhooks.bench.ts +714 -0
- package/src/Webhooks.memory.bench.ts +250 -0
- package/src/Webhooks.test.ts +77 -6
- package/src/Webhooks.ts +85 -29
- package/src/admin/apps/api-keys.test.ts +9 -0
- package/src/admin/apps/api-keys.ts +15 -0
- package/src/admin/ui/src/lib/query-client.ts +3 -2
- package/src/admin/ui/src/routes/api-keys.tsx +31 -9
- package/src/admin/ui.generated.ts +69 -69
- package/src/analytics/Analytics.test.ts +8 -0
- package/src/analytics/Analytics.ts +26 -0
- package/src/apps/Zones.test.ts +23 -5
- package/src/apps/Zones.ts +31 -10
- package/src/apps/composition.test.ts +1 -0
- package/src/apps/data/App.test.ts +2 -2
- package/src/apps/data/FxOracle.test.ts +18 -0
- package/src/apps/data/FxOracle.ts +28 -5
- package/src/apps/data/routes/activities.bench.ts +41 -0
- package/src/apps/data/routes/activities.test.ts +122 -2
- package/src/apps/data/routes/activities.ts +435 -32
- package/src/apps/data/routes/balances.bench.ts +21 -0
- package/src/apps/data/routes/balances.test.ts +119 -10
- package/src/apps/data/routes/balances.ts +164 -97
- package/src/apps/data/routes/blocks.bench.ts +34 -0
- package/src/apps/data/routes/blocks.test.ts +12 -6
- package/src/apps/data/routes/coingecko.bench.ts +53 -0
- package/src/apps/data/routes/earn.bench.ts +71 -0
- package/src/apps/data/routes/earn.test.ts +197 -0
- package/src/apps/data/routes/earn.ts +487 -45
- package/src/apps/data/routes/exchanges.bench.ts +85 -0
- package/src/apps/data/routes/exchanges.test.ts +7 -6
- package/src/apps/data/routes/exchanges.ts +124 -117
- package/src/apps/data/routes/fee-amm.bench.ts +13 -0
- package/src/apps/data/routes/indexer.bench.ts +8 -0
- package/src/apps/data/routes/indexer.test.ts +2 -1
- package/src/apps/data/routes/indexer.ts +3 -2
- package/src/apps/data/routes/receipts.bench.ts +39 -0
- package/src/apps/data/routes/receipts.test.ts +24 -7
- package/src/apps/data/routes/receipts.ts +67 -50
- package/src/apps/data/routes/rpc.bench.ts +14 -0
- package/src/apps/data/routes/rpc.test.ts +27 -0
- package/src/apps/data/routes/rpc.ts +5 -1
- package/src/apps/data/routes/tokenlist.bench.ts +3 -0
- package/src/apps/data/routes/tokens.bench.ts +76 -0
- package/src/apps/data/routes/tokens.test.ts +51 -0
- package/src/apps/data/routes/transactions.bench.ts +40 -0
- package/src/apps/data/routes/transactions.test.ts +42 -0
- package/src/apps/data/routes/transactions.ts +44 -39
- package/src/apps/data/routes/transfers.bench.ts +28 -0
- package/src/apps/data/routes/transfers.test.ts +402 -24
- package/src/apps/data/routes/transfers.ts +708 -101
- package/src/apps/data/routes/valuation.bench.ts +14 -0
- package/src/apps/data/routes/valuation.test.ts +26 -0
- package/src/apps/data/routes/valuation.ts +6 -2
- package/src/apps/data/routes/verified-tokens.bench.ts +8 -0
- package/src/apps/data/routes/webhooks.bench.ts +26 -0
- package/src/apps/data/routes/webhooks.scan.test.ts +326 -0
- package/src/apps/data/routes/webhooks.test.ts +466 -135
- package/src/apps/data/routes/webhooks.ts +820 -429
- package/src/apps/data/routes/zones.bench.ts +32 -0
- package/src/apps/data/routes/zones.test.ts +1 -1
- package/src/apps/data/routes/zones.ts +7 -2
- package/src/apps/funding/routes/chains.test.ts +1 -1
- package/src/apps/funding/routes/deposit-addresses.test.ts +1 -1
- package/src/apps/funding/routes/deposit-addresses.ts +1 -1
- package/src/apps/funding/routes/providers.test.ts +1 -1
- package/src/apps/funding/routes/quotes.test.ts +2 -2
- package/src/apps/funding/routes/transfers.test.ts +3 -6
- package/src/apps/funding/routes/transfers.ts +1 -1
- package/src/apps/management/routes/billing.ts +1 -1
- package/src/apps/management/routes/faucet.ts +2 -2
- package/src/apps/management/routes/me.test.ts +31 -0
- package/src/apps/mcp.ts +4 -1
- package/src/apps/mpp/Mpp.test.ts +13 -1
- package/src/apps/mpp/Mpp.ts +8 -0
- package/src/apps/mpp/internal/Adapter.ts +10 -2
- package/src/db/Db.test.ts +40 -6
- package/src/db/Db.ts +114 -19
- package/src/db/Schema.ts +32 -0
- package/src/db/tables/sponsoredTransactions.ts +9 -2
- package/src/db/tables/webhookQueueEvents.ts +285 -0
- package/src/db/tables/webhookSubscriptions.ts +131 -4
- package/src/internal/Auth.test.ts +61 -50
- package/src/internal/Auth.ts +9 -4
- package/src/internal/EarnVaults.test.ts +2 -2
- package/src/internal/MetricSink.test.ts +575 -0
- package/src/internal/MetricSink.ts +325 -10
- package/src/internal/RateLimit.test.ts +23 -18
- package/src/internal/RateLimit.ts +23 -15
- package/src/internal/Schema.ts +1 -1
- package/src/internal/Store.test.ts +99 -13
- package/src/internal/Store.ts +52 -17
- package/src/internal/Tidx.test.ts +4 -4
- package/src/internal/Tidx.ts +1 -3
- package/src/internal/Value.test.ts +25 -0
- package/src/internal/Value.ts +29 -0
- package/src/internal/Viem.test.ts +8 -0
- package/src/internal/Viem.ts +2 -1
- package/src/internal/WebhookDestination.test.ts +20 -0
- package/src/internal/WebhookDestination.ts +10 -0
- package/src/internal/WebhookTransfer.test.ts +89 -0
- package/src/internal/WebhookTransfer.ts +430 -0
- package/src/internal/Webhooks.test.ts +616 -0
- package/src/internal/Webhooks.ts +412 -24
- package/src/internal/funding/Provider.test.ts +48 -8
- package/src/internal/funding/Provider.ts +12 -7
- package/src/internal/funding/Reconciliation.local.test.ts +3 -1
- package/src/internal/funding/Reconciliation.test.ts +1240 -0
- package/src/internal/funding/Reconciliation.ts +136 -0
- package/src/internal/funding/SourceObservation.test.ts +1 -0
- package/src/internal/funding/providers/index.test.ts +73 -3
- package/src/internal/funding/providers/relay.test.ts +2 -9
- package/src/internal/funding/providers/relay.ts +72 -13
|
@@ -389,6 +389,39 @@ describe('durableObject', () => {
|
|
|
389
389
|
`)
|
|
390
390
|
})
|
|
391
391
|
|
|
392
|
+
test('preserves bigint values and collision-shaped strings', async () => {
|
|
393
|
+
const { namespace } = TestStore.durableObjectNamespace()
|
|
394
|
+
const store = Store.durableObject<{
|
|
395
|
+
value: { bigint: bigint; legacyMarker: string; valueMarker: string }
|
|
396
|
+
}>(namespace)
|
|
397
|
+
const value = {
|
|
398
|
+
bigint: 42n,
|
|
399
|
+
legacyMarker: '123#__bigint',
|
|
400
|
+
valueMarker: 'tempo-api:store:value:bigint:123',
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
await store.put('value', value)
|
|
404
|
+
await store.update('value', (current) => ({
|
|
405
|
+
op: 'set',
|
|
406
|
+
result: undefined,
|
|
407
|
+
value: { ...current!, bigint: current!.bigint + 1n },
|
|
408
|
+
}))
|
|
409
|
+
|
|
410
|
+
expect(await store.get('value')).toEqual({ ...value, bigint: 43n })
|
|
411
|
+
})
|
|
412
|
+
|
|
413
|
+
test('reads typed values written with the legacy codec', async () => {
|
|
414
|
+
const { getState, namespace } = TestStore.durableObjectNamespace()
|
|
415
|
+
await getState('channel').put('channel', 'tempo-api:store:json:v1:{"spent":"42#__bigint"}')
|
|
416
|
+
const store = Store.durableObject<TypedItems>(namespace)
|
|
417
|
+
|
|
418
|
+
expect(await store.get('channel')).toMatchInlineSnapshot(`
|
|
419
|
+
{
|
|
420
|
+
"spent": 42n,
|
|
421
|
+
}
|
|
422
|
+
`)
|
|
423
|
+
})
|
|
424
|
+
|
|
392
425
|
test('keeps typed updates linearizable', async () => {
|
|
393
426
|
const { namespace } = TestStore.durableObjectNamespace()
|
|
394
427
|
const storeA = Store.durableObject<TypedItems>(namespace)
|
|
@@ -439,11 +472,11 @@ describe('durableObject', () => {
|
|
|
439
472
|
|
|
440
473
|
test('rejects typed values written with an unknown codec version', async () => {
|
|
441
474
|
const { getState, namespace } = TestStore.durableObjectNamespace()
|
|
442
|
-
await getState('channel').put('channel', 'tempo-api:store:json:
|
|
475
|
+
await getState('channel').put('channel', 'tempo-api:store:json:v3:{}')
|
|
443
476
|
const store = Store.durableObject<TypedItems>(namespace)
|
|
444
477
|
|
|
445
478
|
await expect(store.get('channel')).rejects.toThrowErrorMatchingInlineSnapshot(
|
|
446
|
-
`[Store.DurableObjectCodecError: Unsupported Durable Object store codec version:
|
|
479
|
+
`[Store.DurableObjectCodecError: Unsupported Durable Object store codec version: v3]`,
|
|
447
480
|
)
|
|
448
481
|
})
|
|
449
482
|
|
|
@@ -744,11 +777,9 @@ describe('memoize', () => {
|
|
|
744
777
|
const values = await Promise.all(requests)
|
|
745
778
|
|
|
746
779
|
expect(calls).toMatchInlineSnapshot(`1`)
|
|
747
|
-
expect(
|
|
748
|
-
{
|
|
749
|
-
|
|
750
|
-
}
|
|
751
|
-
`)
|
|
780
|
+
expect(await store.get('memo:test')).toMatchInlineSnapshot(
|
|
781
|
+
`"tempo-api:store:json:v2:{"value":"fresh"}"`,
|
|
782
|
+
)
|
|
752
783
|
expect(values).toMatchInlineSnapshot(`
|
|
753
784
|
[
|
|
754
785
|
{
|
|
@@ -805,8 +836,65 @@ describe('memoize', () => {
|
|
|
805
836
|
`)
|
|
806
837
|
})
|
|
807
838
|
|
|
839
|
+
test('preserves bigint values and collision-shaped strings on cache hits', async () => {
|
|
840
|
+
const store = Store.memory()
|
|
841
|
+
let calls = 0
|
|
842
|
+
const fetch = async () => {
|
|
843
|
+
calls += 1
|
|
844
|
+
return {
|
|
845
|
+
bigint: 42n,
|
|
846
|
+
legacyMarker: '123#__bigint',
|
|
847
|
+
valueMarker: 'tempo-api:store:value:bigint:123',
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
const first = await Store.memoize(fetch, { key: 'memo:test', store, ttl: 60_000 })
|
|
852
|
+
const second = await Store.memoize(fetch, { key: 'memo:test', store, ttl: 60_000 })
|
|
853
|
+
|
|
854
|
+
expect(first).toEqual(second)
|
|
855
|
+
expect(second).toEqual({
|
|
856
|
+
bigint: 42n,
|
|
857
|
+
legacyMarker: '123#__bigint',
|
|
858
|
+
valueMarker: 'tempo-api:store:value:bigint:123',
|
|
859
|
+
})
|
|
860
|
+
expect(calls).toBe(1)
|
|
861
|
+
})
|
|
862
|
+
|
|
863
|
+
test('does not cache undefined results', async () => {
|
|
864
|
+
const store = Store.memory()
|
|
865
|
+
let calls = 0
|
|
866
|
+
const fetch = async () => {
|
|
867
|
+
calls += 1
|
|
868
|
+
return undefined
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
const first = await Store.memoize(fetch, { key: 'memo:test', store, ttl: 60_000 })
|
|
872
|
+
const second = await Store.memoize(fetch, { key: 'memo:test', store, ttl: 60_000 })
|
|
873
|
+
|
|
874
|
+
expect(first).toBeUndefined()
|
|
875
|
+
expect(second).toBeUndefined()
|
|
876
|
+
expect(await store.get('memo:test')).toBeNull()
|
|
877
|
+
expect(calls).toBe(2)
|
|
878
|
+
})
|
|
879
|
+
|
|
880
|
+
test('refreshes legacy untagged cache entries', async () => {
|
|
881
|
+
const store = Store.memory({ entries: [['memo:test', '{"value":"123#__bigint"}']] })
|
|
882
|
+
let calls = 0
|
|
883
|
+
|
|
884
|
+
const value = await Store.memoize(
|
|
885
|
+
async () => {
|
|
886
|
+
calls += 1
|
|
887
|
+
return { value: '123#__bigint' }
|
|
888
|
+
},
|
|
889
|
+
{ key: 'memo:test', store, ttl: 60_000 },
|
|
890
|
+
)
|
|
891
|
+
|
|
892
|
+
expect(value).toEqual({ value: '123#__bigint' })
|
|
893
|
+
expect(calls).toBe(1)
|
|
894
|
+
})
|
|
895
|
+
|
|
808
896
|
test('refreshes corrupt cache entries', async () => {
|
|
809
|
-
const store = Store.memory({ entries: [['memo:test', 'not-json']] })
|
|
897
|
+
const store = Store.memory({ entries: [['memo:test', 'tempo-api:store:json:v2:not-json']] })
|
|
810
898
|
|
|
811
899
|
const value = await Store.memoize(async () => ({ value: 'fresh' }), {
|
|
812
900
|
key: 'memo:test',
|
|
@@ -819,11 +907,9 @@ describe('memoize', () => {
|
|
|
819
907
|
"value": "fresh",
|
|
820
908
|
}
|
|
821
909
|
`)
|
|
822
|
-
expect(
|
|
823
|
-
{
|
|
824
|
-
|
|
825
|
-
}
|
|
826
|
-
`)
|
|
910
|
+
expect(await store.get('memo:test')).toMatchInlineSnapshot(
|
|
911
|
+
`"tempo-api:store:json:v2:{"value":"fresh"}"`,
|
|
912
|
+
)
|
|
827
913
|
})
|
|
828
914
|
})
|
|
829
915
|
|
package/src/internal/Store.ts
CHANGED
|
@@ -578,7 +578,8 @@ export declare namespace durableObject {
|
|
|
578
578
|
/**
|
|
579
579
|
* Wraps an async producer with store-backed caching. Returns the cached value if
|
|
580
580
|
* present and valid; otherwise runs `fetch`, stores the JSON-encoded result
|
|
581
|
-
* under `key` with `ttl` milliseconds, and returns it.
|
|
581
|
+
* under `key` with `ttl` milliseconds, and returns it. Undefined results are
|
|
582
|
+
* returned without being cached.
|
|
582
583
|
*/
|
|
583
584
|
export async function memoize<value>(
|
|
584
585
|
fetch: () => Promise<value>,
|
|
@@ -587,9 +588,11 @@ export async function memoize<value>(
|
|
|
587
588
|
const { key, store, ttl } = options
|
|
588
589
|
|
|
589
590
|
const raw = await store.get(key)
|
|
590
|
-
|
|
591
|
+
// Old cache entries used ambiguous untagged bigint strings. Refresh them
|
|
592
|
+
// instead of guessing whether a matching string was originally a bigint.
|
|
593
|
+
if (raw?.startsWith(jsonCodecPrefix)) {
|
|
591
594
|
try {
|
|
592
|
-
return
|
|
595
|
+
return jsonDecode(raw) as value
|
|
593
596
|
} catch {
|
|
594
597
|
// Corrupt entries are treated as misses so the next call refreshes.
|
|
595
598
|
}
|
|
@@ -604,7 +607,8 @@ export async function memoize<value>(
|
|
|
604
607
|
// fetch is still in flight.
|
|
605
608
|
const flight = (async () => {
|
|
606
609
|
const value = await fetch()
|
|
607
|
-
|
|
610
|
+
if (value === undefined) return value
|
|
611
|
+
await store.put(key, jsonEncode(value), { ttl })
|
|
608
612
|
return value
|
|
609
613
|
})()
|
|
610
614
|
flights.set(key, flight)
|
|
@@ -721,24 +725,55 @@ async function durableObjectRetry<value>(call: () => Promise<value>): Promise<va
|
|
|
721
725
|
}
|
|
722
726
|
}
|
|
723
727
|
|
|
724
|
-
const
|
|
725
|
-
const
|
|
726
|
-
const
|
|
728
|
+
const jsonCodecRoot = 'tempo-api:store:json:'
|
|
729
|
+
const jsonCodecVersion = 'v2'
|
|
730
|
+
const jsonCodecPrefix = `${jsonCodecRoot}${jsonCodecVersion}:`
|
|
731
|
+
const jsonValuePrefix = 'tempo-api:store:value:'
|
|
732
|
+
const legacyDurableObjectCodecPrefix = `${jsonCodecRoot}v1:`
|
|
733
|
+
|
|
734
|
+
function jsonEncode(value: unknown): string {
|
|
735
|
+
const encoded = JSON.stringify(value, (_key, item) => {
|
|
736
|
+
if (typeof item === 'bigint') return `${jsonValuePrefix}bigint:${item}`
|
|
737
|
+
if (typeof item === 'string' && item.startsWith(jsonValuePrefix))
|
|
738
|
+
return `${jsonValuePrefix}string:${item}`
|
|
739
|
+
return item
|
|
740
|
+
})
|
|
741
|
+
if (encoded === undefined) throw new TypeError('Store value is not serializable')
|
|
742
|
+
return `${jsonCodecPrefix}${encoded}`
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
function jsonDecode(value: string): unknown {
|
|
746
|
+
return JSON.parse(value.slice(jsonCodecPrefix.length), (_key, item) => {
|
|
747
|
+
if (typeof item !== 'string' || !item.startsWith(jsonValuePrefix)) return item
|
|
748
|
+
if (item.startsWith(`${jsonValuePrefix}string:`))
|
|
749
|
+
return item.slice(`${jsonValuePrefix}string:`.length)
|
|
750
|
+
if (item.startsWith(`${jsonValuePrefix}bigint:`)) {
|
|
751
|
+
const bigint = item.slice(`${jsonValuePrefix}bigint:`.length)
|
|
752
|
+
if (!/^-?\d+$/.test(bigint)) throw new TypeError('Store bigint is malformed')
|
|
753
|
+
return BigInt(bigint)
|
|
754
|
+
}
|
|
755
|
+
throw new TypeError('Store value tag is unsupported')
|
|
756
|
+
})
|
|
757
|
+
}
|
|
727
758
|
|
|
728
759
|
function durableObjectEncode(value: unknown): string {
|
|
729
|
-
if (typeof value === 'string' && !value.startsWith(
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
760
|
+
if (typeof value === 'string' && !value.startsWith(jsonCodecRoot)) return value
|
|
761
|
+
try {
|
|
762
|
+
return jsonEncode(value)
|
|
763
|
+
} catch (cause) {
|
|
764
|
+
throw new TypeError('Durable Object store value is not serializable', {
|
|
765
|
+
cause,
|
|
766
|
+
})
|
|
767
|
+
}
|
|
733
768
|
}
|
|
734
769
|
|
|
735
770
|
function durableObjectDecode(value: null | string): unknown {
|
|
736
|
-
if (value === null || !value.startsWith(
|
|
737
|
-
if (
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
771
|
+
if (value === null || !value.startsWith(jsonCodecRoot)) return value
|
|
772
|
+
if (value.startsWith(jsonCodecPrefix)) return jsonDecode(value)
|
|
773
|
+
if (value.startsWith(legacyDurableObjectCodecPrefix))
|
|
774
|
+
return Json.parse(value.slice(legacyDurableObjectCodecPrefix.length))
|
|
775
|
+
const [version] = value.slice(jsonCodecRoot.length).split(':')
|
|
776
|
+
throw new DurableObjectCodecError(version)
|
|
742
777
|
}
|
|
743
778
|
|
|
744
779
|
function cloudflareKvExpirationTtl(ttl: number | undefined) {
|
|
@@ -330,9 +330,9 @@ describe('resolve', () => {
|
|
|
330
330
|
test('passes Zone metadata to the resolver', () => {
|
|
331
331
|
expect(
|
|
332
332
|
Tidx.resolve(({ zone }) => ({ baseUrl: zone ? 'http://tidx:8080' : undefined }), {
|
|
333
|
-
chainId: Zones.
|
|
333
|
+
chainId: Zones.zoneModeratoInternal.id,
|
|
334
334
|
principal: null,
|
|
335
|
-
zone: Zones.
|
|
335
|
+
zone: Zones.zoneModeratoInternal,
|
|
336
336
|
}),
|
|
337
337
|
).toMatchInlineSnapshot(`
|
|
338
338
|
{
|
|
@@ -469,7 +469,7 @@ describe('getClient', () => {
|
|
|
469
469
|
)
|
|
470
470
|
try {
|
|
471
471
|
const client = Tidx.getClient({
|
|
472
|
-
chainId: Zones.
|
|
472
|
+
chainId: Zones.zoneModeratoInternal.id,
|
|
473
473
|
tidx: {
|
|
474
474
|
baseUrl: 'https://internal.indexer',
|
|
475
475
|
zoneHeaders: {
|
|
@@ -477,7 +477,7 @@ describe('getClient', () => {
|
|
|
477
477
|
'CF-Access-Client-Secret': 'client-secret',
|
|
478
478
|
},
|
|
479
479
|
},
|
|
480
|
-
zone: Zones.
|
|
480
|
+
zone: Zones.zoneModeratoInternal,
|
|
481
481
|
})
|
|
482
482
|
await client.fetch({ query: 'select 1' })
|
|
483
483
|
|
package/src/internal/Tidx.ts
CHANGED
|
@@ -92,9 +92,7 @@ export function getClient(options: getClient.Options): Client {
|
|
|
92
92
|
* output (`baseUrl` + auth + `chainId`), not the principal, so a resolver
|
|
93
93
|
* `tidx` may branch on any principal field while client cardinality stays
|
|
94
94
|
* bounded by the number of distinct upstreams — callers that resolve to the same
|
|
95
|
-
* upstream share a client.
|
|
96
|
-
* `Webhooks.createPoller` (the scheduled poller) so the resolver logic lives in
|
|
97
|
-
* one place.
|
|
95
|
+
* upstream share a client.
|
|
98
96
|
*/
|
|
99
97
|
export function createGetClient(options: createGetClient.Options = {}): GetClient {
|
|
100
98
|
const { defaultChainId = Viem.defaultChainId, tidx } = options
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
import * as Value from './Value.js'
|
|
2
2
|
|
|
3
|
+
describe('blockToIso', () => {
|
|
4
|
+
test('prefers the millisecond timestamp on a raw header', () => {
|
|
5
|
+
expect(
|
|
6
|
+
Value.blockToIso({ timestamp: '0x6a7b5571', timestampMillis: '0x19ff1c5c312' }),
|
|
7
|
+
).toMatchInlineSnapshot(`"2026-08-11T17:01:37.426Z"`)
|
|
8
|
+
})
|
|
9
|
+
|
|
10
|
+
test('falls back to whole seconds when the millisecond timestamp is absent', () => {
|
|
11
|
+
expect(Value.blockToIso({ timestamp: '0x6a7b5571' })).toMatchInlineSnapshot(
|
|
12
|
+
`"2026-08-11T17:01:37.000Z"`,
|
|
13
|
+
)
|
|
14
|
+
})
|
|
15
|
+
|
|
16
|
+
test('reads a viem-formatted header', () => {
|
|
17
|
+
expect(
|
|
18
|
+
Value.blockToIso({ timestamp: 1_786_467_697n, timestampMillis: '0x19ff1c5c312' }),
|
|
19
|
+
).toMatchInlineSnapshot(`"2026-08-11T17:01:37.426Z"`)
|
|
20
|
+
})
|
|
21
|
+
|
|
22
|
+
test('returns undefined without a usable timestamp', () => {
|
|
23
|
+
expect(Value.blockToIso(undefined)).toMatchInlineSnapshot(`undefined`)
|
|
24
|
+
expect(Value.blockToIso({ timestamp: null })).toMatchInlineSnapshot(`undefined`)
|
|
25
|
+
})
|
|
26
|
+
})
|
|
27
|
+
|
|
3
28
|
describe('tokenAmount', () => {
|
|
4
29
|
test('renders a self-contained token quantity', () => {
|
|
5
30
|
expect(
|
package/src/internal/Value.ts
CHANGED
|
@@ -111,6 +111,35 @@ export function hexSecondsToIso(value: unknown): string | undefined {
|
|
|
111
111
|
return seconds === undefined ? undefined : new Date(seconds * 1000).toISOString()
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
+
/**
|
|
115
|
+
* Read a block's timestamp as epoch milliseconds, preferring Tempo's
|
|
116
|
+
* `timestampMillis` over the second-granularity `timestamp`. Accepts hex
|
|
117
|
+
* quantities (raw RPC) and bigint/number (viem-formatted).
|
|
118
|
+
*/
|
|
119
|
+
function blockToMillis(block: unknown): number | undefined {
|
|
120
|
+
if (typeof block !== 'object' || block === null) return undefined
|
|
121
|
+
const { timestamp, timestampMillis } = block as {
|
|
122
|
+
timestamp?: unknown
|
|
123
|
+
timestampMillis?: unknown
|
|
124
|
+
}
|
|
125
|
+
const millis = quantity(timestampMillis)
|
|
126
|
+
if (millis !== undefined) return millis
|
|
127
|
+
const seconds = quantity(timestamp)
|
|
128
|
+
return seconds === undefined ? undefined : seconds * 1_000
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/** Convert a block's timestamp to an ISO 8601 datetime string, preserving milliseconds. */
|
|
132
|
+
export function blockToIso(block: unknown): string | undefined {
|
|
133
|
+
const millis = blockToMillis(block)
|
|
134
|
+
return millis === undefined ? undefined : new Date(millis).toISOString()
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/** Narrows a quantity that may arrive hex-encoded (raw RPC) or decoded (viem). */
|
|
138
|
+
function quantity(value: unknown): number | undefined {
|
|
139
|
+
const number = toNumber(value)
|
|
140
|
+
return number === undefined || !Number.isFinite(number) ? undefined : number
|
|
141
|
+
}
|
|
142
|
+
|
|
114
143
|
/**
|
|
115
144
|
* Coerce a TIDX timestamp column (Date / epoch seconds / epoch ms / ISO string)
|
|
116
145
|
* to an ISO 8601 datetime string. Returns undefined when the value cannot be
|
|
@@ -220,6 +220,14 @@ describe('resolveRpc', () => {
|
|
|
220
220
|
})
|
|
221
221
|
|
|
222
222
|
describe('getClient', () => {
|
|
223
|
+
test('disables multicall for Zones', () => {
|
|
224
|
+
const l1Client = Viem.getClient({ chainId: 4217 })
|
|
225
|
+
const zoneClient = Viem.getClient({ chainId: zone.id, zone })
|
|
226
|
+
|
|
227
|
+
expect(l1Client.batch?.multicall).toEqual({ deployless: true })
|
|
228
|
+
expect(zoneClient.batch?.multicall).toBe(false)
|
|
229
|
+
})
|
|
230
|
+
|
|
223
231
|
test('sends inferred Bearer auth', async () => {
|
|
224
232
|
const fetch = vi
|
|
225
233
|
.spyOn(globalThis, 'fetch')
|
package/src/internal/Viem.ts
CHANGED
|
@@ -163,7 +163,8 @@ export function getClient(options: getClient.Options): getClient.ReturnType {
|
|
|
163
163
|
// (e.g. `balanceOf` across many tokens) and pay one RPC round-trip.
|
|
164
164
|
// Deployless mode bytecode-injects multicall3 so Tempo, which doesn't
|
|
165
165
|
// configure a deployed multicall3, can still serve the aggregated call.
|
|
166
|
-
|
|
166
|
+
// Zones disable multicall entirely and issue concurrent direct `eth_call`s instead.
|
|
167
|
+
batch: { multicall: zone ? false : { deployless: true } },
|
|
167
168
|
chain: { ...tempoMainnet, id: chainId },
|
|
168
169
|
transport: http(rpcUrl, fetchOptions ? { fetchOptions } : {}),
|
|
169
170
|
})
|
|
@@ -93,6 +93,26 @@ describe('from', () => {
|
|
|
93
93
|
})
|
|
94
94
|
})
|
|
95
95
|
|
|
96
|
+
describe('isRetryable', () => {
|
|
97
|
+
test.each([
|
|
98
|
+
['success', { ok: true, status: 204 }, false],
|
|
99
|
+
['redirect', { error: 'redirect rejected (302)', ok: false, status: 302 }, false],
|
|
100
|
+
['bad request', { error: 'non-2xx response (400)', ok: false, status: 400 }, false],
|
|
101
|
+
['request timeout', { error: 'non-2xx response (408)', ok: false, status: 408 }, true],
|
|
102
|
+
['rate limited', { error: 'non-2xx response (429)', ok: false, status: 429 }, true],
|
|
103
|
+
['server error', { error: 'non-2xx response (503)', ok: false, status: 503 }, true],
|
|
104
|
+
['opaque redirect', { error: 'redirect rejected (0)', ok: false }, false],
|
|
105
|
+
['timeout', { error: 'timed out after 10000ms', ok: false }, true],
|
|
106
|
+
['network error', { error: 'TypeError: fetch failed', ok: false }, true],
|
|
107
|
+
['unknown error', { ok: false }, true],
|
|
108
|
+
] satisfies readonly [string, WebhookDestination.Result, boolean][])(
|
|
109
|
+
'%s',
|
|
110
|
+
(_label, result, retryable) => {
|
|
111
|
+
expect(WebhookDestination.isRetryable(result)).toBe(retryable)
|
|
112
|
+
},
|
|
113
|
+
)
|
|
114
|
+
})
|
|
115
|
+
|
|
96
116
|
describe('url().deliver', () => {
|
|
97
117
|
test('signs the body and POSTs a 2xx as success', async () => {
|
|
98
118
|
let captured:
|
|
@@ -100,6 +100,16 @@ export type Result = {
|
|
|
100
100
|
status?: number | undefined
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
+
/** Returns whether another delivery attempt could plausibly succeed. */
|
|
104
|
+
export function isRetryable(result: Result): boolean {
|
|
105
|
+
if (result.ok) return false
|
|
106
|
+
if (result.status !== undefined)
|
|
107
|
+
return result.status === 408 || result.status === 429 || result.status >= 500
|
|
108
|
+
// Workers exposes rejected redirects as an opaque response without a status.
|
|
109
|
+
if (result.error && /redirect/i.test(result.error)) return false
|
|
110
|
+
return true
|
|
111
|
+
}
|
|
112
|
+
|
|
103
113
|
/**
|
|
104
114
|
* Canonical constructor: normalizes a value into a validated {@link Instance} by
|
|
105
115
|
* delegating to the matching builder (`url`, `slack`, `betterStack`), each of
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import type { Hex } from 'ox'
|
|
2
|
+
|
|
3
|
+
import * as WebhookTransfer from './WebhookTransfer.js'
|
|
4
|
+
|
|
5
|
+
const token: Hex.Hex = '0x20c0000000000000000000000000000000000001'
|
|
6
|
+
const sender: Hex.Hex = `0x${'aa'.repeat(20)}`
|
|
7
|
+
const recipient: Hex.Hex = `0x${'bb'.repeat(20)}`
|
|
8
|
+
const other: Hex.Hex = `0x${'cc'.repeat(20)}`
|
|
9
|
+
const transactionHash = `0x${'ef'.repeat(32)}`
|
|
10
|
+
const transferTopic = '0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef'
|
|
11
|
+
const timestamp = '2026-01-01T00:00:00.000Z'
|
|
12
|
+
|
|
13
|
+
const addressTopic = (address: string) => `0x${'0'.repeat(24)}${address.slice(2)}`
|
|
14
|
+
|
|
15
|
+
function transferLog(overrides: Record<string, unknown> = {}) {
|
|
16
|
+
return {
|
|
17
|
+
address: token,
|
|
18
|
+
blockNumber: '0x7b',
|
|
19
|
+
data: `0x${(10n ** 18n).toString(16).padStart(64, '0')}`,
|
|
20
|
+
logIndex: '0x4',
|
|
21
|
+
topics: [transferTopic, addressTopic(sender), addressTopic(recipient)],
|
|
22
|
+
transactionHash,
|
|
23
|
+
transactionIndex: '0x0',
|
|
24
|
+
...overrides,
|
|
25
|
+
} as never
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
describe('decode', () => {
|
|
29
|
+
test('decodes a strict TIP-20 Transfer log', () => {
|
|
30
|
+
expect(WebhookTransfer.decode(transferLog(), timestamp)).toMatchInlineSnapshot(`
|
|
31
|
+
{
|
|
32
|
+
"address": "0x20c0000000000000000000000000000000000001",
|
|
33
|
+
"amount": "1000000000000000000",
|
|
34
|
+
"blockNumber": 123,
|
|
35
|
+
"logIndex": 4,
|
|
36
|
+
"recipient": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
|
|
37
|
+
"sender": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
|
38
|
+
"timestamp": "2026-01-01T00:00:00.000Z",
|
|
39
|
+
"transactionHash": "0xefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefef",
|
|
40
|
+
}
|
|
41
|
+
`)
|
|
42
|
+
})
|
|
43
|
+
|
|
44
|
+
test('rejects non-TIP-20 addresses and malformed payloads', () => {
|
|
45
|
+
const cases: readonly Record<string, unknown>[] = [
|
|
46
|
+
// Outside the deterministic TIP-20 address range.
|
|
47
|
+
{ address: other },
|
|
48
|
+
// Missing recipient topic.
|
|
49
|
+
{ topics: [transferTopic, addressTopic(sender)] },
|
|
50
|
+
// Wrong event selector.
|
|
51
|
+
{ topics: [`0x${'12'.repeat(32)}`, addressTopic(sender), addressTopic(recipient)] },
|
|
52
|
+
// Sender topic without the address left-padding.
|
|
53
|
+
{ topics: [transferTopic, `0x${'ff'.repeat(32)}`, addressTopic(recipient)] },
|
|
54
|
+
// Amount payload is not one word.
|
|
55
|
+
{ data: '0x01' },
|
|
56
|
+
// Pending-log positions cannot form a cursor.
|
|
57
|
+
{ blockNumber: null },
|
|
58
|
+
{ logIndex: null },
|
|
59
|
+
]
|
|
60
|
+
for (const overrides of cases)
|
|
61
|
+
expect(
|
|
62
|
+
WebhookTransfer.decode(transferLog(overrides), timestamp),
|
|
63
|
+
JSON.stringify(overrides),
|
|
64
|
+
).toBeUndefined()
|
|
65
|
+
})
|
|
66
|
+
})
|
|
67
|
+
|
|
68
|
+
describe('matches', () => {
|
|
69
|
+
const data = WebhookTransfer.decode(transferLog(), timestamp)!
|
|
70
|
+
|
|
71
|
+
test('AND-combines side, either-side address, and token filters', () => {
|
|
72
|
+
const cases: readonly [WebhookTransfer.Filters, boolean][] = [
|
|
73
|
+
[{}, true],
|
|
74
|
+
[{ sender }, true],
|
|
75
|
+
[{ sender: recipient }, false],
|
|
76
|
+
[{ recipient }, true],
|
|
77
|
+
[{ recipient: sender }, false],
|
|
78
|
+
[{ address: sender }, true],
|
|
79
|
+
[{ address: recipient }, true],
|
|
80
|
+
[{ address: other }, false],
|
|
81
|
+
[{ token }, true],
|
|
82
|
+
[{ token: '0x20c0000000000000000000000000000000000002' }, false],
|
|
83
|
+
[{ recipient, sender, token }, true],
|
|
84
|
+
[{ recipient: sender, sender, token }, false],
|
|
85
|
+
]
|
|
86
|
+
for (const [filters, expected] of cases)
|
|
87
|
+
expect(WebhookTransfer.matches(data, filters), JSON.stringify(filters)).toBe(expected)
|
|
88
|
+
})
|
|
89
|
+
})
|