diff --git a/Jenkinsfile b/Jenkinsfile index f1f77bcdc0..6b5a54d6fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,7 +91,7 @@ pipeline { steps { timeout(20) { dir('FunctionalTests') { - checkout scm: [$class: 'GitSCM', userRemoteConfigs: [[url: 'https://github.com/aionnetwork/node_test_harness.git']], branches: [[name: '70c4712']]], poll: false + checkout scm: [$class: 'GitSCM', userRemoteConfigs: [[url: 'https://github.com/aionnetwork/node_test_harness.git']], branches: [[name: '764b12d']]], poll: false } sh('cp pack/oan.tar.bz2 FunctionalTests/Tests') diff --git a/tooling/blockSigner/block_signer-1.1.jar b/tooling/blockSigner/block_signer-1.1.jar index 507acb5717..62f432c098 100644 Binary files a/tooling/blockSigner/block_signer-1.1.jar and b/tooling/blockSigner/block_signer-1.1.jar differ