-
Notifications
You must be signed in to change notification settings - Fork 29
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 #124 from tonlabs/0.37.0-rc
Version 0.37.0
- Loading branch information
Showing
39 changed files
with
807 additions
and
908 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[workspace] | ||
members = [ | ||
"node", | ||
] | ||
|
||
exclude = [ | ||
] |
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,5 +1,10 @@ | ||
# Smart Contracts, used in Evernode SE | ||
* [Giver v2](giver_v2) | ||
* [SafeMultisig Wallet](safe_multisig) | ||
|
||
|Giver type | Address | Comment | ||
| --------------- | -------------------------------------------------------------------|------ | ||
| [GiverV3](giver_v3) | 0:96137b99dcd65afce5a54a48dac83c0fd276432abbe3ba7f1bfb0fb795e69025 | Recommented Giver version | ||
| [SafeMultisig](safe_multisig) | 0:d5f5cfc4b52d2eb1bd9d3a8e51707872c7ce0c174facddd0e06ae5ffd17d2fcd | Safe Multisig as Giver. | ||
| [GiverV2](giver_v2) | 0:ece57bcc6c530283becbbd8a3b24d3c5987cdddc3c8b7b33be6e4a6312490415 | Deprecated. Recommended to use GiverV3 | ||
| GiverV1 | 0:841288ed3b55d9cdafa806807f02a0ae0c169aa5edfe88a789a6482429756a94 | Deprecated. Recommended to use GiverV3 | ||
|
||
|
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
File renamed without changes.
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,49 +1,49 @@ | ||
{ | ||
"ABI version": 2, | ||
"version": "2.2", | ||
"header": ["time", "expire"], | ||
"functions": [ | ||
{ | ||
"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": "upgrade", | ||
"inputs": [ | ||
{"name":"newcode","type":"cell"} | ||
], | ||
"outputs": [ | ||
] | ||
}, | ||
{ | ||
"name": "constructor", | ||
"inputs": [ | ||
], | ||
"outputs": [ | ||
] | ||
} | ||
], | ||
"data": [ | ||
], | ||
"events": [ | ||
], | ||
"fields": [ | ||
{"name":"_pubkey","type":"uint256"}, | ||
{"name":"_constructorFlag","type":"bool"}, | ||
{"name":"m_messages","type":"map(uint256,uint64)"} | ||
] | ||
"ABI version": 2, | ||
"version": "2.3", | ||
"header": ["time", "expire"], | ||
"functions": [ | ||
{ | ||
"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":"uint32"}],"name":"messages","type":"tuple[]"} | ||
] | ||
}, | ||
{ | ||
"name": "upgrade", | ||
"inputs": [ | ||
{"name":"newcode","type":"cell"} | ||
], | ||
"outputs": [ | ||
] | ||
}, | ||
{ | ||
"name": "constructor", | ||
"inputs": [ | ||
], | ||
"outputs": [ | ||
] | ||
} | ||
], | ||
"data": [ | ||
], | ||
"events": [ | ||
], | ||
"fields": [ | ||
{"name":"_pubkey","type":"uint256"}, | ||
{"name":"_constructorFlag","type":"bool"}, | ||
{"name":"m_messages","type":"map(uint256,uint32)"} | ||
] | ||
} |
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
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.