Skip to content

Commit

Permalink
Github Unit Test Fixes (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x19 authored Mar 29, 2024
1 parent 44794a3 commit 2de45d1
Show file tree
Hide file tree
Showing 24 changed files with 346 additions and 285 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"address": "0x0a807ad3bedabd23768aac0a43c2d99bc1e3b2da",
"type": "keystore",
"private_key": "",
"public_key": "",
"account": {
"address": "0x0a807ad3bedabd23768aac0a43c2d99bc1e3b2da",
"url": "keystore:///home/nevio/dev/unpack/solgo-orig/data/faucets/ethereum/UTC--2024-03-29T17-32-06.393857990Z--0a807ad3bedabd23768aac0a43c2d99bc1e3b2da"
},
"password": "c2ltdWxhdG9y",
"network": "ethereum",
"tags": [
"test"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"address": "0x2e0e4c548a427a78a93242478cc4e89cd1abf4d4",
"type": "keystore",
"private_key": "",
"public_key": "",
"account": {
"address": "0x2e0e4c548a427a78a93242478cc4e89cd1abf4d4",
"url": "keystore:///home/nevio/dev/unpack/solgo-orig/data/faucets/ethereum/UTC--2024-03-29T17-19-15.517272929Z--2e0e4c548a427a78a93242478cc4e89cd1abf4d4"
},
"password": "c2ltdWxhdG9y",
"network": "ethereum",
"tags": [
"test"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"address": "0x4a62f89dfa1d76c59cf40548c86a27718b5f0c9c",
"type": "keystore",
"private_key": "",
"public_key": "",
"account": {
"address": "0x4a62f89dfa1d76c59cf40548c86a27718b5f0c9c",
"url": "keystore:///home/nevio/dev/unpack/solgo-orig/data/faucets/ethereum/UTC--2024-03-29T17-18-29.078640087Z--4a62f89dfa1d76c59cf40548c86a27718b5f0c9c"
},
"password": "c2ltdWxhdG9y",
"network": "ethereum",
"tags": [
"test"
]
}
2 changes: 1 addition & 1 deletion data/solc/releases/releases.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/tests/audits/ERC20.slither.raw.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/tests/audits/Lottery.slither.raw.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/tests/audits/SimpleStorage.slither.raw.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/tests/audits/TokenSale.slither.raw.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/tests/audits/VulnerableBank.slither.raw.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2de45d1

Please sign in to comment.