Skip to content

Commit c8116ef

Browse files
committed
Revert transaction "type" to "kind" for backwards compatability in hyperindex v2
Update npm packages Add windows arm package Rename typo Fix test
1 parent 6652fc9 commit c8116ef

12 files changed

Lines changed: 74 additions & 73 deletions

File tree

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ export interface Transaction {
764764
gasUsed?: bigint
765765
contractAddress?: string
766766
logsBloom?: string
767-
type?: number
767+
kind?: number
768768
root?: string
769769
status?: number
770770
l1Fee?: bigint
@@ -813,7 +813,7 @@ export type TransactionField = 'BlockHash'|
813813
'GasUsed'|
814814
'ContractAddress'|
815815
'LogsBloom'|
816-
'Type'|
816+
'Kind'|
817817
'Root'|
818818
'Status'|
819819
'L1Fee'|

index.js

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envio-dev/hypersync-client-darwin-arm64",
3-
"version": "0.7.1",
3+
"version": "0.7.0-hyperindex-v2-compatible",
44
"cpu": [
55
"arm64"
66
],
@@ -16,4 +16,4 @@
1616
"os": [
1717
"darwin"
1818
]
19-
}
19+
}

npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envio-dev/hypersync-client-darwin-x64",
3-
"version": "0.7.1",
3+
"version": "0.7.0-hyperindex-v2-compatible",
44
"cpu": [
55
"x64"
66
],
@@ -16,4 +16,4 @@
1616
"os": [
1717
"darwin"
1818
]
19-
}
19+
}

npm/linux-arm64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envio-dev/hypersync-client-linux-arm64-gnu",
3-
"version": "0.7.1",
3+
"version": "0.7.0-hyperindex-v2-compatible",
44
"cpu": [
55
"arm64"
66
],
@@ -19,4 +19,4 @@
1919
"libc": [
2020
"glibc"
2121
]
22-
}
22+
}

npm/linux-x64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envio-dev/hypersync-client-linux-x64-gnu",
3-
"version": "0.7.1",
3+
"version": "0.7.0-hyperindex-v2-compatible",
44
"cpu": [
55
"x64"
66
],
@@ -19,4 +19,4 @@
1919
"libc": [
2020
"glibc"
2121
]
22-
}
22+
}

npm/linux-x64-musl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envio-dev/hypersync-client-linux-x64-musl",
3-
"version": "0.7.1",
3+
"version": "0.7.0-hyperindex-v2-compatible",
44
"cpu": [
55
"x64"
66
],
@@ -19,4 +19,4 @@
1919
"libc": [
2020
"musl"
2121
]
22-
}
22+
}

npm/win32-arm64-msvc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envio-dev/hypersync-client-win32-arm64-msvc",
3-
"version": "0.7.1",
3+
"version": "0.7.0-hyperindex-v2-compatible",
44
"cpu": [
55
"arm64"
66
],
@@ -16,4 +16,4 @@
1616
"os": [
1717
"win32"
1818
]
19-
}
19+
}

npm/win32-x64-msvc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envio-dev/hypersync-client-win32-x64-msvc",
3-
"version": "0.7.1",
3+
"version": "0.7.0-hyperindex-v2-compatible",
44
"cpu": [
55
"x64"
66
],
@@ -16,4 +16,4 @@
1616
"os": [
1717
"win32"
1818
]
19-
}
19+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@envio-dev/hypersync-client",
33
"description": "HyperSync Client by Envio",
4-
"version": "0.7.1",
4+
"version": "0.7.0-hyperindex-v2-compatible",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"napi": {

0 commit comments

Comments
 (0)