Skip to content

Commit

Permalink
Merge pull request #2971 from OriginTrail/v6/develop
Browse files Browse the repository at this point in the history
OriginTrail Devnet Prerelease v6.2.0 Hotfix 11
  • Loading branch information
branarakic authored Feb 12, 2024
2 parents 936cd39 + f5529b5 commit 362df7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail_node",
"version": "6.2.0+hotfix.10",
"version": "6.2.0+hotfix.11",
"description": "OTNode V6",
"main": "index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions src/migration/migration-executor.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MigrationExecutor {
const validationModuleManager = container.resolve('validationModuleManager');

const migration = new PullBlockchainShardingTableMigration(
'pullShardingTableMigrationV620Hotfix10',
'pullShardingTableMigrationV620Hotfix11',
logger,
config,
repositoryModuleManager,
Expand Down Expand Up @@ -374,7 +374,7 @@ class MigrationExecutor {
const repositoryModuleManager = container.resolve('repositoryModuleManager');

const migration = new RemoveServiceAgreementsForChiadoMigration(
'removeServiceAgreementsForChiadoMigrationV6.2.0.hotfix10',
'removeServiceAgreementsForChiadoMigrationV6.2.0.Hotfix11',
logger,
config,
repositoryModuleManager,
Expand Down
2 changes: 1 addition & 1 deletion src/modules/blockchain/implementation/web3-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class Web3Service {

this.logger.debug(
`Sending signed transaction ${functionName} to the blockchain ${this.getBlockchainId()}` +
`with gas limit: ${gasLimit.toString()} and gasPrice ${gasPrice.toString()}. ` +
` with gas limit: ${gasLimit.toString()} and gasPrice ${gasPrice.toString()}. ` +
`Transaction queue length: ${this.getTotalTransactionQueueLength()}. Wallet used: ${
operationalWallet.address
}`,
Expand Down

0 comments on commit 362df7d

Please sign in to comment.