Skip to content

Commit

Permalink
v1.4.36-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asiaziola committed Aug 10, 2024
1 parent 49af3e0 commit 86bb017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warp-contracts",
"version": "1.4.36",
"version": "1.4.36-beta.0",
"description": "An implementation of the SmartWeave smart contract protocol.",
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/modules/impl/CacheableStateEvaluator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { DefaultStateEvaluator } from './DefaultStateEvaluator';
import { HandlerApi } from './HandlerExecutorFactory';
import { genesisSortKey } from './LexicographicalInteractionsSorter';
import { BasicSortKeyCache } from '../../../cache/BasicSortKeyCache';
import { Benchmark } from 'logging/Benchmark';
import { Benchmark } from '../../../logging/Benchmark';

/**
* An implementation of DefaultStateEvaluator that adds caching capabilities.
Expand Down

0 comments on commit 86bb017

Please sign in to comment.