-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #372 from tonlabs/1.11.1-rc
Version 1.11.1
- Loading branch information
Showing
17 changed files
with
141 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "api_derive" | ||
version = "1.11.0" | ||
version = "1.11.1" | ||
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "api_info" | ||
version = "1.11.0" | ||
version = "1.11.1" | ||
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "api_test" | ||
version = "1.11.0" | ||
version = "1.11.1" | ||
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ton_client" | ||
version = "1.11.0" | ||
version = "1.11.1" | ||
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78 changes: 39 additions & 39 deletions
78
...sts/contracts/abi_v2/GiverWallet.abi.json → ...c/tests/contracts/abi_v2/GiverV2.abi.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{"ABI version": 2, | ||
"header": ["time", "expire"], | ||
"functions": [ | ||
{ | ||
"name": "upgrade", | ||
"inputs": [ | ||
{"name":"newcode","type":"cell"} | ||
], | ||
"outputs": [ | ||
] | ||
}, | ||
{ | ||
"name": "sendTransaction", | ||
"inputs": [ | ||
{"name":"dest","type":"address"}, | ||
{"name":"value","type":"uint128"}, | ||
{"name":"bounce","type":"bool"} | ||
], | ||
"outputs": [ | ||
] | ||
}, | ||
{ | ||
"name": "getMessages", | ||
"inputs": [ | ||
], | ||
"outputs": [ | ||
{"components":[{"name":"hash","type":"uint256"},{"name":"expireAt","type":"uint64"}],"name":"messages","type":"tuple[]"} | ||
] | ||
}, | ||
{ | ||
"name": "constructor", | ||
"inputs": [ | ||
], | ||
"outputs": [ | ||
] | ||
} | ||
], | ||
"events": [ | ||
] | ||
{"ABI version": 2, | ||
"header": ["time", "expire"], | ||
"functions": [ | ||
{ | ||
"name": "upgrade", | ||
"inputs": [ | ||
{"name":"newcode","type":"cell"} | ||
], | ||
"outputs": [ | ||
] | ||
}, | ||
{ | ||
"name": "sendTransaction", | ||
"inputs": [ | ||
{"name":"dest","type":"address"}, | ||
{"name":"value","type":"uint128"}, | ||
{"name":"bounce","type":"bool"} | ||
], | ||
"outputs": [ | ||
] | ||
}, | ||
{ | ||
"name": "getMessages", | ||
"inputs": [ | ||
], | ||
"outputs": [ | ||
{"components":[{"name":"hash","type":"uint256"},{"name":"expireAt","type":"uint64"}],"name":"messages","type":"tuple[]"} | ||
] | ||
}, | ||
{ | ||
"name": "constructor", | ||
"inputs": [ | ||
], | ||
"outputs": [ | ||
] | ||
} | ||
], | ||
"events": [ | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.