Skip to content

Commit cbfa074

Browse files
committed
Added EVMLiSAExecutor and updated references
In addition:- Updated ABIManager to exclude global variables with state mutability view and pure. - Introduced EVMLiSAExecutor for managing asynchronous task execution with enhanced logging and timeout handling. - Added LiSAConfigurationManager methods to create configurations with specified paths. - Refactored MyCache to include new warning types and improved thread safety. - Expanded VulnerabilitiesObject to include randomness and possible randomness dependency scores. - Implemented comprehensive tests for randomness dependency analysis. - Updated logging configuration to include class names in log outputs.
2 parents 3ce703d + fe6ba19 commit cbfa074

27 files changed

+1813
-1018
lines changed

scripts/bash/evmlisa-job-cpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#SBATCH --cpus-per-task=1
77
#SBATCH --time=3-00:00:00
88
#SBATCH --mem=64G
9-
#SBATCH --mail-user=[email protected]
9+
#SBATCH --mail-user=<email>
1010
#SBATCH --mail-type=FAIL
1111
#SBATCH --partition=cpu
1212
#SBATCH --qos=cpu

scripts/bash/evmlisa-job-cpu_guest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#SBATCH --cpus-per-task=1
77
#SBATCH --time=3-00:00:00
88
#SBATCH --mem=64G
9-
#SBATCH --mail-user=[email protected]
9+
#SBATCH --mail-user=<email>
1010
#SBATCH --mail-type=FAIL
1111
#SBATCH --partition=cpu_guest
1212
#SBATCH --qos=cpu_guest

scripts/bash/job-handler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#SBATCH --cpus-per-task=1
66
#SBATCH --time=0-06:00:00
77
#SBATCH --mem=16G
8-
#SBATCH --mail-user=[email protected]
8+
#SBATCH --mail-user=<email>
99
#SBATCH --mail-type=FAIL
1010
#SBATCH --partition=cpu
1111
#SBATCH --qos=cpu

scripts/python/benchmark-checkers/compile-smart-contracts.py

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

0 commit comments

Comments
 (0)