mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 19:56:44 +00:00
update test data
This commit is contained in:
parent
b845d71098
commit
468c17d90b
3 changed files with 52 additions and 17 deletions
|
|
@ -75,6 +75,7 @@ export const DataTable: FC<Props> = ({
|
||||||
<Td
|
<Td
|
||||||
key={idx}
|
key={idx}
|
||||||
px={0}
|
px={0}
|
||||||
|
pr={2}
|
||||||
>
|
>
|
||||||
{item[columnHeader.toLowerCase()]}
|
{item[columnHeader.toLowerCase()]}
|
||||||
</Td>
|
</Td>
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,9 @@ export const DownloadsTable: FC<Props> = ({
|
||||||
'Kind',
|
'Kind',
|
||||||
'Arch',
|
'Arch',
|
||||||
'Size',
|
'Size',
|
||||||
'Published'
|
'Published',
|
||||||
|
'Signature',
|
||||||
|
'Checksum (MD5)'
|
||||||
]}
|
]}
|
||||||
data={data}
|
data={data}
|
||||||
/>
|
/>
|
||||||
|
|
@ -126,7 +128,9 @@ export const DownloadsTable: FC<Props> = ({
|
||||||
'Kind',
|
'Kind',
|
||||||
'Arch',
|
'Arch',
|
||||||
'Size',
|
'Size',
|
||||||
'Published'
|
'Published',
|
||||||
|
'Signature',
|
||||||
|
'Checksum (MD5)'
|
||||||
]}
|
]}
|
||||||
data={data}
|
data={data}
|
||||||
/>
|
/>
|
||||||
|
|
@ -139,7 +143,9 @@ export const DownloadsTable: FC<Props> = ({
|
||||||
'Kind',
|
'Kind',
|
||||||
'Arch',
|
'Arch',
|
||||||
'Size',
|
'Size',
|
||||||
'Published'
|
'Published',
|
||||||
|
'Signature',
|
||||||
|
'Checksum (MD5)'
|
||||||
]}
|
]}
|
||||||
data={data}
|
data={data}
|
||||||
/>
|
/>
|
||||||
|
|
@ -152,7 +158,9 @@ export const DownloadsTable: FC<Props> = ({
|
||||||
'Kind',
|
'Kind',
|
||||||
'Arch',
|
'Arch',
|
||||||
'Size',
|
'Size',
|
||||||
'Published'
|
'Published',
|
||||||
|
'Signature',
|
||||||
|
'Checksum (MD5)'
|
||||||
]}
|
]}
|
||||||
data={data}
|
data={data}
|
||||||
/>
|
/>
|
||||||
|
|
@ -165,7 +173,9 @@ export const DownloadsTable: FC<Props> = ({
|
||||||
'Kind',
|
'Kind',
|
||||||
'Arch',
|
'Arch',
|
||||||
'Size',
|
'Size',
|
||||||
'Published'
|
'Published',
|
||||||
|
'Signature',
|
||||||
|
'Checksum (MD5)'
|
||||||
]}
|
]}
|
||||||
data={data}
|
data={data}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,9 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
release: 'Geth 1.10.23',
|
release: 'Geth 1.10.23',
|
||||||
|
|
@ -13,7 +15,9 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
release: 'Geth 1.10.23',
|
release: 'Geth 1.10.23',
|
||||||
|
|
@ -21,7 +25,9 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
release: 'Geth 1.10.23',
|
release: 'Geth 1.10.23',
|
||||||
|
|
@ -29,7 +35,9 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
release: 'Geth 1.10.23',
|
release: 'Geth 1.10.23',
|
||||||
|
|
@ -37,7 +45,9 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
release: 'Geth 1.10.23',
|
release: 'Geth 1.10.23',
|
||||||
|
|
@ -45,7 +55,9 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
release: 'Geth 1.10.23',
|
release: 'Geth 1.10.23',
|
||||||
|
|
@ -53,7 +65,9 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
release: 'Geth 1.10.23',
|
release: 'Geth 1.10.23',
|
||||||
|
|
@ -61,7 +75,9 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
release: 'Geth 1.10.23',
|
release: 'Geth 1.10.23',
|
||||||
|
|
@ -69,7 +85,9 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
release: 'Geth 1.10.23',
|
release: 'Geth 1.10.23',
|
||||||
|
|
@ -77,7 +95,9 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
release: 'Geth 1.10.23',
|
release: 'Geth 1.10.23',
|
||||||
|
|
@ -85,7 +105,9 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
release: 'Geth 1.10.23',
|
release: 'Geth 1.10.23',
|
||||||
|
|
@ -93,6 +115,8 @@ export const testDownloadData = [
|
||||||
kind: 'archive',
|
kind: 'archive',
|
||||||
arch: '64-bit',
|
arch: '64-bit',
|
||||||
size: '11.71 MB',
|
size: '11.71 MB',
|
||||||
published: 'Last Wednesday at 11:11 AM'
|
published: 'Last Wednesday at 11:11 AM',
|
||||||
|
signature: 'Signature',
|
||||||
|
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
Loading…
Reference in a new issue