Skip to content

Commit

Permalink
Merge pull request #439 from multiversx/localnet-spica
Browse files Browse the repository at this point in the history
Adjust localnet config to work with Spica (upcoming release)
  • Loading branch information
andreibancioiu authored Aug 16, 2024
2 parents fd7531e + 7ec0999 commit ff8f07c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions multiversx_sdk_cli/localnet/node_config_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,8 @@ def patch_config(data: ConfigDict, config: ConfigRoot):
data['EpochStartConfig'].update(epoch_start_config)

# Always use the latest VM
virtual_machine: Dict[str, Any] = dict()
virtual_machine['Execution'] = dict()
virtual_machine['Execution']['WasmVMVersions'] = [{'StartEpoch': 0, 'Version': '*'}]
virtual_machine['Querying'] = dict()
virtual_machine['Querying']['NumConcurrentVMs'] = 1
virtual_machine['Querying']['WasmVMVersions'] = [{'StartEpoch': 0, 'Version': '*'}]

data['VirtualMachine'].update(virtual_machine)
data['VirtualMachine']['Execution']['WasmVMVersions'] = [{'StartEpoch': 0, 'Version': '*'}]
data['VirtualMachine']['Querying']['WasmVMVersions'] = [{'StartEpoch': 0, 'Version': '*'}]


def patch_api(data: ConfigDict, config: ConfigRoot):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "multiversx-sdk-cli"
version = "9.6.0"
version = "9.6.1"
authors = [
{ name="MultiversX" },
]
Expand Down

0 comments on commit ff8f07c

Please sign in to comment.