Skip to content

Commit 77bb323

Browse files
sw360cabalbttxzivkovicmilos
authored
ci(supernova): fixing not working supernova reports (#19)
* attempt to run supernova ci * attempt to run supernova ci again * attempt to fix bootstrap of supernova workflow * supernova workflow updated * using nightly build in supernova workflow * hiding extra output of supernova * final tuning on supernova ci * workflow using wrong branch name * preparing PR for supernova workflow * attempt to run supernova reporting * fixing image in ci action * unsleep before running supernova in ci * add daily report * small fixes --------- Co-authored-by: albttx <[email protected]> Co-authored-by: Miloš Živković <[email protected]> Co-authored-by: Miloš Živković <[email protected]> Co-authored-by: Albert Le Batteux <[email protected]> Co-authored-by: sw360cab <[email protected]>
1 parent d45004e commit 77bb323

File tree

345 files changed

+410
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+410
-19
lines changed

.github/workflows/benchmarks.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Benchmarks
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 1 * * *' # run on default branch every day
7+
jobs:
8+
benchmarks:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
12+
steps:
13+
- name: Checkout from gno repository
14+
uses: actions/checkout@v3
15+
with:
16+
repository: gnolang/gno
17+
fetch-depth: 2
18+
ref: 'gh-benchmarks'
19+
- name: Commit & Push changes
20+
uses: stefanzweifel/git-auto-commit-action@v4
21+
with:
22+
branch: gh-pages

.github/workflows/supernova.yml

+17-19
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
branches:
55
- ci/supernova
66
schedule:
7-
- cron: '0 2 * * *' # run at 2 AM UTC
7+
- cron: "0 2 * * *" # run at 2 AM UTC
8+
workflow_dispatch:
89

910
jobs:
1011
supernova:
@@ -15,9 +16,9 @@ jobs:
1516

1617
services:
1718
gnoland:
18-
image: ghcr.io/gnolang/gno:latest
19+
image: ghcr.io/gnolang/gno/gnoland:nightly
1920
# keep the container running
20-
options: --workdir /opt/gno/src/gno.land -it --entrypoint "bash"
21+
options: --workdir /gnoroot -it --entrypoint "sh"
2122
ports:
2223
- 26657:26657
2324
- 36657:36657
@@ -27,27 +28,25 @@ jobs:
2728

2829
- name: setup and start gnoland chain
2930
run: |
30-
docker exec ${{ job.services.gnoland.id }} gnoland -skip-start=true
31-
docker exec ${{ job.services.gnoland.id }} sed -i 's#laddr =.*:26657.*#laddr = "tcp://0.0.0.0:26657"#g' testdir/config/config.toml
32-
docker exec -dit ${{ job.services.gnoland.id }} gnoland
33-
34-
- name: install some softwares
35-
run: |
36-
sudo apt-get update -y && sudo apt-get install -y wget curl unzip sudo
31+
docker exec ${{ job.services.gnoland.id }} gnoland config init
32+
docker exec ${{ job.services.gnoland.id }} sed -i 's#laddr =.*:26657.*#laddr = "tcp://0.0.0.0:26657"#g' gnoland-data/config/config.toml
33+
docker exec ${{ job.services.gnoland.id }} sed -i 's#skip_timeout_commit = false#skip_timeout_commit = true#g' gnoland-data/config/config.toml
34+
docker exec -dit ${{ job.services.gnoland.id }} gnoland start -lazy
3735
3836
- name: download supernova
3937
run: |
40-
export SUPERNOVA_VERSION=1.0.0
41-
wget -c https://github.com/gnolang/supernova/releases/download/v${SUPERNOVA_VERSION}/supernova_${SUPERNOVA_VERSION}_linux_amd64.tar.gz -O - | tar -xz -C /usr/local/bin/
42-
# install supernova scripts
43-
wget -O /tmp/main.zip https://github.com/gnolang/supernova/archive/refs/heads/main.zip
44-
unzip -d /tmp/ /tmp/main.zip
45-
cp -r /tmp/supernova-main/scripts .
38+
rm -rf /tmp/main.zip /tmp/supernova-main
39+
export SUPERNOVA_VERSION=1.3.1
40+
wget -c https://github.com/gnolang/supernova/releases/download/v${SUPERNOVA_VERSION}/supernova_${SUPERNOVA_VERSION}_linux_amd64.tar.gz -O - | tar -xz -C /tmp
4641
42+
- name: wait Gno to be ready (sleep)
43+
run: |
44+
sleep 20
45+
4746
- name: run supernova
4847
run: |
49-
curl -v http://localhost:26657/status
50-
supernova -sub-accounts 5 -transactions 100 -url http://localhost:26657 -mnemonic "source bonus chronic canvas draft south burst lottery vacant surface solve popular case indicate oppose farm nothing bullet exhibit title speed wink action roast" -output result.json
48+
curl -v http://127.0.0.1:26657/status
49+
/tmp/supernova -sub-accounts 10 -transactions 1000 -url http://127.0.0.1:26657 -mnemonic "source bonus chronic canvas draft south burst lottery vacant surface solve popular case indicate oppose farm nothing bullet exhibit title speed wink action roast" -output result.json > /dev/null 2>&1
5150
5251
- name: archive supernova result
5352
uses: actions/upload-artifact@v3
@@ -70,5 +69,4 @@ jobs:
7069
7170
- uses: stefanzweifel/git-auto-commit-action@v4
7271
with:
73-
push_options: '--force'
7472
commit_message: add daily report

reports/codecov/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Codecov snippets
2+
3+
## Badges
4+
5+
- gno/gno.land: ![](https://codecov.io/gh/gnolang/gno/branch/master/graph/badge.svg?token=HPP82HR1P4&flag=gno.land)
6+
- gno/gnovm: ![](https://codecov.io/gh/gnolang/gno/branch/master/graph/badge.svg?token=HPP82HR1P4&flag=gnovm)
7+
- gno/tm2: ![](https://codecov.io/gh/gnolang/gno/branch/master/graph/badge.svg?token=HPP82HR1P4&flag=tm2)
8+
9+
## Graphs
10+
11+
### Gno
12+
13+
![](https://codecov.io/gh/gnolang/gno/branch/master/graphs/sunburst.svg?token=HPP82HR1P4)
14+
15+
![](https://codecov.io/gh/gnolang/gno/branch/master/graphs/tree.svg?token=HPP82HR1P4)
16+
17+
![](https://codecov.io/gh/gnolang/gno/branch/master/graphs/icicle.svg?token=HPP82HR1P4)

reports/gh-stargazers/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Stargazers over time
2+
3+
[![Stargazers over time](https://starchart.cc/gnolang/gno.svg)](https://starchart.cc/gnolang/gno)
4+
[![Stargazers over time](https://starchart.cc/gnolang/awesome-gno.svg)](https://starchart.cc/gnolang/awesome-gno)
5+
6+
<!--
7+
- benchmarks
8+
- roadmap
9+
- hackerspace
10+
- meetings
11+
- workshops
12+
- ...
13+
-->
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-04-22T02:27:40.883849299Z","numTransactions":10,"gasUsed":1590000,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-22T02:27:57.163166539Z","numTransactions":60,"gasUsed":9637791,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-22T02:27:58.175372795Z","numTransactions":30,"gasUsed":4820970,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-04-23T02:34:39.408239609Z","numTransactions":4,"gasUsed":630948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-23T02:34:55.651760148Z","numTransactions":60,"gasUsed":9632652,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-23T02:34:56.659470821Z","numTransactions":36,"gasUsed":5785161,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-04-24T02:29:07.666299254Z","numTransactions":7,"gasUsed":1109211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-24T02:29:20.857182595Z","numTransactions":60,"gasUsed":9636483,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-24T02:29:21.866351125Z","numTransactions":33,"gasUsed":5303067,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-04-25T02:27:44.550180139Z","numTransactions":11,"gasUsed":1750603,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-25T02:28:00.806386394Z","numTransactions":60,"gasUsed":9637887,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-25T02:28:01.814304289Z","numTransactions":29,"gasUsed":4660271,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-04-26T02:27:42.363039437Z","numTransactions":6,"gasUsed":948948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-26T02:27:55.615987401Z","numTransactions":60,"gasUsed":9636047,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-26T02:27:56.632838181Z","numTransactions":34,"gasUsed":5463766,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-04-27T02:27:41.943822298Z","numTransactions":6,"gasUsed":948948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-27T02:27:58.281743378Z","numTransactions":60,"gasUsed":9636047,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-27T02:27:59.297851198Z","numTransactions":34,"gasUsed":5463766,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-04-28T02:28:10.33399904Z","numTransactions":7,"gasUsed":1109211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-28T02:28:26.319611057Z","numTransactions":60,"gasUsed":9636483,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-28T02:28:27.3336086Z","numTransactions":33,"gasUsed":5303067,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-04-29T02:26:10.341422182Z","numTransactions":6,"gasUsed":948948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-29T02:26:23.534462748Z","numTransactions":60,"gasUsed":9636047,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-29T02:26:24.542663943Z","numTransactions":34,"gasUsed":5463766,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-04-30T02:26:55.985096566Z","numTransactions":3,"gasUsed":473211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-30T02:27:09.140414389Z","numTransactions":60,"gasUsed":9629723,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-30T02:27:10.149397108Z","numTransactions":37,"gasUsed":5945827,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-01T02:28:24.498242068Z","numTransactions":3,"gasUsed":473211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-01T02:28:40.758451Z","numTransactions":60,"gasUsed":9629723,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-01T02:28:41.767755204Z","numTransactions":37,"gasUsed":5945827,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-02T02:27:49.677357197Z","numTransactions":8,"gasUsed":1269474,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-02T02:28:05.719220326Z","numTransactions":60,"gasUsed":9636919,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-02T02:28:06.731041639Z","numTransactions":32,"gasUsed":5142368,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-03T02:26:08.354240601Z","numTransactions":13,"gasUsed":2071809,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-03T02:26:21.536497281Z","numTransactions":60,"gasUsed":9638079,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-03T02:26:22.547370094Z","numTransactions":27,"gasUsed":4338873,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-04T02:26:25.592072991Z","numTransactions":10,"gasUsed":1590000,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-04T02:26:42.396849676Z","numTransactions":60,"gasUsed":9637791,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-04T02:26:43.41203388Z","numTransactions":30,"gasUsed":4820970,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-05T02:25:11.455712633Z","numTransactions":2,"gasUsed":315474,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-05T02:25:27.233155776Z","numTransactions":60,"gasUsed":9626794,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-05T02:25:28.242679339Z","numTransactions":38,"gasUsed":6106493,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-06T02:23:48.239860025Z","numTransactions":2,"gasUsed":315474,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-06T02:24:01.413530522Z","numTransactions":60,"gasUsed":9626794,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-06T02:24:02.422761995Z","numTransactions":38,"gasUsed":6106493,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-07T02:32:02.824668867Z","numTransactions":1,"gasUsed":157737,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-07T02:32:16.013501424Z","numTransactions":60,"gasUsed":9623865,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-07T02:32:17.022160994Z","numTransactions":39,"gasUsed":6267159,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-08T02:28:40.435815696Z","numTransactions":4,"gasUsed":630948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-08T02:28:53.102233755Z","numTransactions":60,"gasUsed":9632652,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-08T02:28:54.114207363Z","numTransactions":36,"gasUsed":5785161,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":96,"blocks":[{"blockNumber":9,"created":"2023-05-09T02:28:06.156881859Z","numTransactions":6,"gasUsed":948948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-09T02:28:22.023885443Z","numTransactions":60,"gasUsed":9636047,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-09T02:28:23.037177858Z","numTransactions":34,"gasUsed":5463766,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-10T02:26:19.68189222Z","numTransactions":7,"gasUsed":1109211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-10T02:26:35.933543326Z","numTransactions":60,"gasUsed":9636483,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-10T02:26:36.946037096Z","numTransactions":33,"gasUsed":5303067,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":94,"blocks":[{"blockNumber":9,"created":"2023-05-11T02:26:35.182701995Z","numTransactions":15,"gasUsed":2393015,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-11T02:26:52.014847116Z","numTransactions":60,"gasUsed":9638271,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-11T02:26:53.05132623Z","numTransactions":25,"gasUsed":4017475,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-12T02:25:18.850019176Z","numTransactions":9,"gasUsed":1429737,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-12T02:25:35.127814533Z","numTransactions":60,"gasUsed":9637355,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-12T02:25:36.13660819Z","numTransactions":31,"gasUsed":4981669,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-13T02:25:15.564034659Z","numTransactions":19,"gasUsed":3035427,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-13T02:25:31.818151101Z","numTransactions":60,"gasUsed":9638655,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-13T02:25:32.826936005Z","numTransactions":21,"gasUsed":3374679,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-14T02:29:19.708144398Z","numTransactions":13,"gasUsed":2071809,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-14T02:29:32.891967651Z","numTransactions":60,"gasUsed":9638079,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-14T02:29:33.90560397Z","numTransactions":27,"gasUsed":4338873,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-15T02:30:40.705247194Z","numTransactions":12,"gasUsed":1911206,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-15T02:30:53.879834362Z","numTransactions":60,"gasUsed":9637983,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-15T02:30:54.891903268Z","numTransactions":28,"gasUsed":4499572,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":96,"blocks":[{"blockNumber":9,"created":"2023-05-16T02:29:09.661011925Z","numTransactions":4,"gasUsed":630948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-16T02:29:24.422176868Z","numTransactions":60,"gasUsed":9632652,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-16T02:29:25.435806194Z","numTransactions":36,"gasUsed":5785161,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":96,"blocks":[{"blockNumber":9,"created":"2023-05-17T02:28:56.334314744Z","numTransactions":4,"gasUsed":630948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-17T02:29:12.618471416Z","numTransactions":60,"gasUsed":9632652,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-17T02:29:13.630549334Z","numTransactions":36,"gasUsed":5785161,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-18T02:27:36.159703535Z","numTransactions":3,"gasUsed":473211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-18T02:27:52.341179639Z","numTransactions":60,"gasUsed":9629723,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-18T02:27:53.353533822Z","numTransactions":37,"gasUsed":5945827,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":99,"blocks":[{"blockNumber":9,"created":"2023-05-19T02:28:08.06139942Z","numTransactions":2,"gasUsed":315474,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-19T02:28:24.297129842Z","numTransactions":60,"gasUsed":9626794,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-19T02:28:25.305250037Z","numTransactions":38,"gasUsed":6106493,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-20T02:25:53.900450403Z","numTransactions":10,"gasUsed":1590000,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-20T02:26:07.104762626Z","numTransactions":60,"gasUsed":9637791,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-20T02:26:08.115120313Z","numTransactions":30,"gasUsed":4820970,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-21T02:33:11.0622315Z","numTransactions":3,"gasUsed":473211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-21T02:33:27.762497519Z","numTransactions":60,"gasUsed":9629723,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-21T02:33:28.778293239Z","numTransactions":37,"gasUsed":5945827,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-22T02:33:27.980670608Z","numTransactions":14,"gasUsed":2232412,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-22T02:33:41.176343723Z","numTransactions":60,"gasUsed":9638175,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-22T02:33:42.186696123Z","numTransactions":26,"gasUsed":4178174,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-23T02:29:15.802847243Z","numTransactions":6,"gasUsed":948948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-23T02:29:28.997031726Z","numTransactions":60,"gasUsed":9636047,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-23T02:29:30.006500203Z","numTransactions":34,"gasUsed":5463766,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-24T02:31:33.40450241Z","numTransactions":20,"gasUsed":3196030,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-24T02:31:46.584473894Z","numTransactions":60,"gasUsed":9638751,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-24T02:31:47.594451151Z","numTransactions":20,"gasUsed":3213980,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-25T02:28:55.157920283Z","numTransactions":9,"gasUsed":1429737,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-25T02:29:08.322683379Z","numTransactions":60,"gasUsed":9637355,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-25T02:29:09.334004527Z","numTransactions":31,"gasUsed":4981669,"gasLimit":10000000}]}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"averageTPS":99,"blocks":[{"blockNumber":9,"created":"2023-05-26T02:28:35.301857714Z","numTransactions":1,"gasUsed":157737,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-26T02:28:51.557284224Z","numTransactions":60,"gasUsed":9623865,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-26T02:28:52.56550324Z","numTransactions":39,"gasUsed":6267159,"gasLimit":10000000}]}

0 commit comments

Comments
 (0)