Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Jun 28, 2024
1 parent cb2ee56 commit 0415e70
Show file tree
Hide file tree
Showing 35 changed files with 239,903 additions and 1 deletion.
6,431 changes: 6,431 additions & 0 deletions v07/history/history.json

Large diffs are not rendered by default.

6,431 changes: 6,431 additions & 0 deletions v07/history/script-history.js

Large diffs are not rendered by default.

895 changes: 895 additions & 0 deletions v07/runs/20240628/205701/aabundler.json

Large diffs are not rendered by default.

2,424 changes: 2,424 additions & 0 deletions v07/runs/20240628/205701/aabundler.log

Large diffs are not rendered by default.

780 changes: 780 additions & 0 deletions v07/runs/20240628/205701/aabundler.txt

Large diffs are not rendered by default.

318 changes: 318 additions & 0 deletions v07/runs/20240628/205701/aabundler.xml

Large diffs are not rendered by default.

925 changes: 925 additions & 0 deletions v07/runs/20240628/205701/alto.json

Large diffs are not rendered by default.

142,339 changes: 142,339 additions & 0 deletions v07/runs/20240628/205701/alto.log

Large diffs are not rendered by default.

849 changes: 849 additions & 0 deletions v07/runs/20240628/205701/alto.txt

Large diffs are not rendered by default.

394 changes: 394 additions & 0 deletions v07/runs/20240628/205701/alto.xml

Large diffs are not rendered by default.

123 changes: 123 additions & 0 deletions v07/runs/20240628/205701/html/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
<head>
<style>
#results {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
/*width: 100%;*/
}

#results td, #results th {
border: 1px solid #ddd;
padding: 8px;
}

#results tr:nth-child(even){background-color: #f2f2f2;}

#results tr:hover {background-color: #ddd;}

#results th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #04AA6D;
color: white;
}
</style>
</head>

<h1>EIP-4337 Bundlers Spec Test Results</h1>
<div id=output >
</div>

<p>

This page was generated by <a href="https://github.com/eth-infinitism/bundler-test-results">bundler-test-results</a>


<script>

okmark = '&#9989;'
errmark = '&#10060;'
const dir = './out/'
async function getList() {
list = await fetch(dir+'index.txt').then(r=>r.text())
return list.split('\n').filter(line=>line.endsWith('json')).map(line=>dir+line)
}

async function getJson(path) {
return await fetch(path).then(r=>r.json())
}

function mapTests(testcases) {
return testcases.map(t=>({
name: t['@name'],
classname: t['@classname'],
time: t['@time'],
skipped: t['skipped'],
error: t['error'],
failure: t['failure'],
}))
}

async function load() {
list = await getList()
out=[]
for ( fname of list ) {
const j = await getJson(fname)
test = j.testsuites.testsuite
res = {
name: test['@name'],
fname, //: fname.replace(/.*\/(.*.json)$/,'$1'),
skipped: test['@skipped'],
failures: test['@failures'],
errors: test['@errors'],
time: test['@time'],
tests: mapTests(test.testcase)
}
console.log('res=',JSON.stringify(res,null,2))
out.push(res)
}

return out
}

function ref(data,link) {
if ( !link) return data
return `<a href="${link}">${data}</a>`
}

function tr(...data) {
return `<tr>${data.join(' ')}</tr>`
}

function th(data) {
// return td(data)
return `<th>${data}</th>`
}

function td(data,link) {
return `<td>${ref(data,link)}</td>`
}

async function init() {
data = await load()
console.log(data)
rows = document.querySelector('#output')

rows.innerHTML = '<table id="results"><tbody>\n' +
tr(th('Name'),th('Total'),th('Errors'),th('Failures'),th('Skipped'),th('Time')) +
data.map(line=>{
const {name, fname, skipped, errors,failures, time, tests} = line
link = fname.replace('json', 'txt')
ok = failures== '0' && errors == '0'
return tr(td(name, link),td(tests.length),td(errors),td(failures),td(skipped),td(time))
}).join('\n')
'</tbody></table>'

console.log(rows.innerHTML)

}
init()

</script>

30 changes: 30 additions & 0 deletions v07/runs/20240628/205701/index.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
aabundler.json
aabundler.log
aabundler.txt
aabundler.xml
alto.json
alto.log
alto.txt
alto.xml
html/
index.txt
okbund.json
okbund.log
okbund.txt
okbund.xml
rundler.json
rundler.log
rundler.txt
rundler.xml
silius.json
silius.log
silius.txt
silius.xml
skandha.json
skandha.log
skandha.txt
skandha.xml
transeptor.json
transeptor.log
transeptor.txt
transeptor.xml
901 changes: 901 additions & 0 deletions v07/runs/20240628/205701/okbund.json

Large diffs are not rendered by default.

21,048 changes: 21,048 additions & 0 deletions v07/runs/20240628/205701/okbund.log

Large diffs are not rendered by default.

910 changes: 910 additions & 0 deletions v07/runs/20240628/205701/okbund.txt

Large diffs are not rendered by default.

391 changes: 391 additions & 0 deletions v07/runs/20240628/205701/okbund.xml

Large diffs are not rendered by default.

979 changes: 979 additions & 0 deletions v07/runs/20240628/205701/rundler.json

Large diffs are not rendered by default.

881 changes: 881 additions & 0 deletions v07/runs/20240628/205701/rundler.log

Large diffs are not rendered by default.

434 changes: 434 additions & 0 deletions v07/runs/20240628/205701/rundler.txt

Large diffs are not rendered by default.

244 changes: 244 additions & 0 deletions v07/runs/20240628/205701/rundler.xml

Large diffs are not rendered by default.

925 changes: 925 additions & 0 deletions v07/runs/20240628/205701/silius.json

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions v07/runs/20240628/205701/silius.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
Attaching to bundler-test-executor_bundler-waiter_1, bundler-test-executor_bundler_1, bundler-test-executor_deployer_1, bundler-test-executor_funder_1, geth-1.14
bundler-waiter_1 | 2024-06-28T20:46:42.375311695Z "0x539"
bundler_1 | 2024-06-28T20:46:40.434248766Z 2024-06-28T20:46:40.434163Z  INFO silius::bundler: Starting uopool gRPC service...
bundler_1 | 2024-06-28T20:46:40.435957464Z 2024-06-28T20:46:40.435883Z  INFO silius::bundler: UoPool component connected to Ethereum execution client with version Geth/v1.14.5-stable-0dd173a7/linux-amd64/go1.22.4
bundler_1 | 2024-06-28T20:46:41.439280536Z 2024-06-28T20:46:41.439176Z  INFO silius::bundler: Started uopool gRPC service at 127.0.0.1:3002
bundler_1 | 2024-06-28T20:46:41.439306655Z 2024-06-28T20:46:41.439199Z  INFO silius::bundler: Starting bundling gRPC service...
bundler_1 | 2024-06-28T20:46:41.439668248Z 2024-06-28T20:46:41.439584Z  INFO silius::bundler: Bundling component connected to Ethereum execution client with version Geth/v1.14.5-stable-0dd173a7/linux-amd64/go1.22.4
bundler_1 | 2024-06-28T20:46:41.441957737Z 2024-06-28T20:46:41.441885Z  INFO silius::bundler: Wallet { address: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266, chain_Id: 1337 }
bundler_1 | 2024-06-28T20:46:41.441972314Z 2024-06-28T20:46:41.441897Z  INFO silius::bundler: Connecting to uopool gRPC service...
bundler_1 | 2024-06-28T20:46:41.442336522Z 2024-06-28T20:46:41.442267Z  INFO silius::bundler: Connected to uopool gRPC service
bundler_1 | 2024-06-28T20:46:41.442349386Z 2024-06-28T20:46:41.442295Z  INFO silius_grpc::bundler: Starting auto bundling
bundler_1 | 2024-06-28T20:46:41.442388879Z 2024-06-28T20:46:41.442346Z  INFO silius::bundler: Started bundler gRPC service at 127.0.0.1:3003
bundler_1 | 2024-06-28T20:46:41.442398788Z 2024-06-28T20:46:41.442356Z  INFO silius::bundler: Starting bundler JSON-RPC server...
bundler_1 | 2024-06-28T20:46:41.442438882Z 2024-06-28T20:46:41.442386Z  INFO silius::bundler: Connecting to uopool gRPC service...
bundler_1 | 2024-06-28T20:46:41.442709376Z 2024-06-28T20:46:41.442637Z  INFO silius::bundler: Connected to uopool gRPC service...
bundler_1 | 2024-06-28T20:46:41.442723182Z 2024-06-28T20:46:41.442654Z  INFO silius::bundler: Connecting to bundling gRPC service...
bundler_1 | 2024-06-28T20:46:41.442968168Z 2024-06-28T20:46:41.442890Z  INFO silius::bundler: Connected to bundling gRPC service...
bundler_1 | 2024-06-28T20:46:41.443017078Z 2024-06-28T20:46:41.442965Z  INFO silius::bundler: Started bundler JSON-RPC server with http: 0.0.0.0:3000, ws: 127.0.0.1:3001
bundler_1 | 2024-06-28T20:46:41.444570190Z 2024-06-28T20:46:41.444502Z  INFO silius_bundler::bundler: Skipping creating a new bundle, no user operations
bundler_1 | 2024-06-28T20:46:45.164308203Z 2024-06-28T20:46:45.164201Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:46:45.644384390Z 2024-06-28T20:46:45.644201Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:46:45.879807004Z 2024-06-28T20:46:45.879691Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:46:46.217385664Z 2024-06-28T20:46:46.217281Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:46:48.840826029Z 2024-06-28T20:46:48.840729Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:46:50.028651965Z 2024-06-28T20:46:50.028558Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:46:52.220680852Z 2024-06-28T20:46:52.220568Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:46:54.833343200Z 2024-06-28T20:46:54.833229Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:46:57.192891247Z 2024-06-28T20:46:57.192791Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:47:02.641603302Z 2024-06-28T20:47:02.641505Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:47:03.210124553Z 2024-06-28T20:47:03.210008Z  INFO silius_bundler::bundler: Creating a new bundle with 1 user operations: [UserOperationHash(0x7bf46217d71dae75f4c5254c5c8a80bf8c8a3c7d6ce57b5b161c6a7f9fa2bc44)]
bundler_1 | 2024-06-28T20:47:03.290385458Z 2024-06-28T20:47:03.290311Z  INFO silius_bundler::bundler: Bundle successfully sent, hash: 0xfc3ef4d62d3c56c07e7a4dda3e73922dc66538fc748b9636d445c4fbca305437, account: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266, entry point: 0x0000000071727de22e5e9d8baf0edac6f37da032, beneficiary: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
bundler_1 | 2024-06-28T20:47:03.308437588Z 2024-06-28T20:47:03.308363Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:47:04.103361589Z 2024-06-28T20:47:04.103244Z  INFO silius_bundler::bundler: Creating a new bundle with 1 user operations: [UserOperationHash(0xc11bf45987f1d7cda93e1fee2336c242df32ce2ffda9d0811d25008807dbdfd4)]
bundler_1 | 2024-06-28T20:47:04.183644876Z 2024-06-28T20:47:04.183545Z  INFO silius_bundler::bundler: Bundle successfully sent, hash: 0xc68ca9a761f814759986b5281943fe0ca4e236af3646df6069b7a61550b41b6c, account: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266, entry point: 0x0000000071727de22e5e9d8baf0edac6f37da032, beneficiary: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
bundler_1 | 2024-06-28T20:47:04.200781365Z 2024-06-28T20:47:04.200710Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:47:04.847373032Z 2024-06-28T20:47:04.847246Z  INFO silius_bundler::bundler: Creating a new bundle with 1 user operations: [UserOperationHash(0x1a3de26af7fc9cde1fcd3132cb39b995671a27ac2279d118e9ab06186843eb44)]
bundler_1 | 2024-06-28T20:47:04.927640100Z 2024-06-28T20:47:04.927516Z  INFO silius_bundler::bundler: Bundle successfully sent, hash: 0x41aaa3c175f4199ac4312e8a9fd6ec303513e2de5aabc91923707286944ad2f4, account: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266, entry point: 0x0000000071727de22e5e9d8baf0edac6f37da032, beneficiary: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
bundler_1 | 2024-06-28T20:47:04.952437055Z 2024-06-28T20:47:04.952344Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:47:05.328863457Z 2024-06-28T20:47:05.328749Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:47:05.633151060Z 2024-06-28T20:47:05.633041Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:48:04.221606659Z 2024-06-28T20:48:04.221494Z  INFO silius_grpc::bundler: Stopping auto bundling
bundler_1 | 2024-06-28T20:48:09.344065155Z 2024-06-28T20:48:09.343959Z  INFO silius_grpc::bundler: Stopping auto bundling
deployer_1 | 2024-06-28T20:46:27.855871976Z Deploying entrypoint at 0x0000000071727De22E5E9d8BAf0edAc6f37da032
deployer_1 | 2024-06-28T20:46:33.941765939Z deploying:
bundler_1 | 2024-06-28T20:49:31.272065470Z 2024-06-28T20:49:31.271922Z  INFO silius_bundler::bundler: Creating a new bundle with 1 user operations: [UserOperationHash(0xaa2aeae2a1271de006ce21d28f89a6cee639dadd27e299e99815aee783f353ac)]
bundler_1 | 2024-06-28T20:49:31.352010644Z 2024-06-28T20:49:31.351912Z  INFO silius_bundler::bundler: Bundle successfully sent, hash: 0xafed43cf05655807d29f79fc6a9ee7b6bb51c6afce70eb39304f8b62781eaddf, account: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266, entry point: 0x0000000071727de22e5e9d8baf0edac6f37da032, beneficiary: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
bundler_1 | 2024-06-28T20:49:31.630386830Z 2024-06-28T20:49:31.630274Z  INFO silius_bundler::bundler: Creating a new bundle with 1 user operations: [UserOperationHash(0x3b015042497e897540937dcf501ebbe1e4298104a851270118f782f2ef350dd1)]
bundler_1 | 2024-06-28T20:49:31.710112647Z 2024-06-28T20:49:31.710019Z  INFO silius_bundler::bundler: Bundle successfully sent, hash: 0x34babaa92bdd2a9e6136c4e05c423649170e3958ea5d96a518da6153a880b3dd, account: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266, entry point: 0x0000000071727de22e5e9d8baf0edac6f37da032, beneficiary: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
bundler_1 | 2024-06-28T20:49:32.099161220Z 2024-06-28T20:49:32.099038Z  INFO silius_bundler::bundler: Creating a new bundle with 1 user operations: [UserOperationHash(0xaa020c9c97b94dd0dd14d0bdc1747c272787bebc55ccb83da9e528390bb0c8e1)]
bundler_1 | 2024-06-28T20:49:32.179172106Z 2024-06-28T20:49:32.179076Z  INFO silius_bundler::bundler: Bundle successfully sent, hash: 0xc87199fb6a2b0fa354ff647741b41e0ce9412b6599b8014032358b222cb1121d, account: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266, entry point: 0x0000000071727de22e5e9d8baf0edac6f37da032, beneficiary: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
bundler_1 | 2024-06-28T20:49:32.321183119Z 2024-06-28T20:49:32.321077Z  INFO silius_bundler::bundler: Skipping creating a new bundle, no user operations
geth-1.14 | 2024-06-28T20:46:26.975918640Z ERROR[06-28|20:46:26.975] Head block is not reachable
funder_1 | 2024-06-28T20:46:26.971071810Z Error:
funder_1 | 2024-06-28T20:46:26.971405862Z error sending request for url (http://eth-node:8545/)
funder_1 | 2024-06-28T20:46:26.971415409Z
funder_1 | 2024-06-28T20:46:26.971480140Z Context:
funder_1 | 2024-06-28T20:46:26.971925098Z - Error #0: error sending request for url (http://eth-node:8545/)
funder_1 | 2024-06-28T20:46:26.972324311Z - Error #1: client error (Connect)
funder_1 | 2024-06-28T20:46:26.972879685Z - Error #2: tcp connect error: Connection refused (os error 111)
funder_1 | 2024-06-28T20:46:26.973321236Z - Error #3: Connection refused (os error 111)
funder_1 | 2024-06-28T20:46:26.990327155Z FATAL: unable to find a funder account: no FUND_PRIVATEKEY and no accounts[0] in node
funder_1 | 2024-06-28T20:46:27.361362091Z funded: 0x43378ff8C70109Ee4Dbe85aF34428ab0615EBd23
funder_1 | 2024-06-28T20:46:27.381664154Z funded: 0x43378ff8C70109Ee4Dbe85aF34428ab0615EBd23
funder_1 | 2024-06-28T20:46:27.401529412Z funded: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
funder_1 | 2024-06-28T20:46:27.420971174Z funded: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
Loading

0 comments on commit 0415e70

Please sign in to comment.