Skip to content

Commit

Permalink
Merge branch 'WE-8876-update-we-core-with-final-tag' into 'release-1.15'
Browse files Browse the repository at this point in the history
WE-8876 - Update we core with final tag

See merge request development/we/node/open-source-node!31
  • Loading branch information
egnatovskiy committed Apr 11, 2024
2 parents 8b14909 + 9d554d8 commit 4006e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,7 @@ trait Caches extends Blockchain with ScorexLogging {
val newContractValidatorSet = newValidatorsPool.currentValidatorSet(blockTimestamp)
lastBlockContractValidatorsCache = Some(newContractValidatorSet)
log.trace(
s"Updated contract validators cache at '$blockTimestamp': '${newContractValidatorSet.mkString("', '")}'.\n" +
s"\tPermissions: '${newValidatorsPool.validatorPermissions}'"
s"Updated contract validators cache at '$blockTimestamp': '${newContractValidatorSet.mkString("', '")}'.\n"
)

doAppend(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.6.2
wecore.version=1.15.0-RC1
wecore.version=1.15.0

0 comments on commit 4006e1f

Please sign in to comment.