Skip to content

Commit

Permalink
Use typed map in big int heap (#200)
Browse files Browse the repository at this point in the history
* format whitespace

* use typed map in `<bigIntHeap>`

* Update `preserves-definedness` comments

* update preserves-definedness comments

* Set Version: 0.1.2

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
bbyalcinkaya and devops authored Feb 20, 2024
1 parent 8ee410b commit c96ca58
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 85 deletions.
2 changes: 1 addition & 1 deletion elrond-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ Initialize the call state and invoke the endpoint function:
</moduleInst>
...
</wasm>
<bigIntHeap> _ => .Map </bigIntHeap>
<bigIntHeap> _ => .MapIntToInt </bigIntHeap>
<bufferHeap> _ => .MapIntToBytes </bufferHeap>
<bytesStack> _ => .BytesStack </bytesStack>
<contractModIdx> MODIDX:Int </contractModIdx>
Expand Down
2 changes: 1 addition & 1 deletion elrond-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module ELROND-NODE
// executional
// every contract call uses its own wasm module instance, managed data heaps, and bytesStack.
<wasm/>
<bigIntHeap> .Map </bigIntHeap>
<bigIntHeap> .MapIntToInt </bigIntHeap>
<bufferHeap> .MapIntToBytes </bufferHeap>
<bytesStack> .BytesStack </bytesStack>
<contractModIdx> .Int </contractModIdx>
Expand Down
2 changes: 1 addition & 1 deletion kmultiversx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kmultiversx"
version = "0.1.1"
version = "0.1.2"
description = "Python tools for Elrond semantics"
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
Loading

0 comments on commit c96ca58

Please sign in to comment.