-
Notifications
You must be signed in to change notification settings - Fork 3
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 #88 from gfusee/feature/unified_syntax
Refactoring to handle unified syntax and reduce SDK dependency
- Loading branch information
Showing
112 changed files
with
10,821 additions
and
1,912 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"buildInfo": { | ||
"rustc": { | ||
"version": "1.76.0-nightly", | ||
"commitHash": "d86d65bbc19b928387f68427fcc3a0da498d8a19", | ||
"commitDate": "2023-12-10", | ||
"channel": "Nightly", | ||
"short": "rustc 1.76.0-nightly (d86d65bbc 2023-12-10)" | ||
}, | ||
"contractCrate": { | ||
"name": "contract", | ||
"version": "0.0.0" | ||
}, | ||
"framework": { | ||
"name": "multiversx-sc", | ||
"version": "0.48.0" | ||
} | ||
}, | ||
"name": "ContractWithUpgradeEndpoint", | ||
"constructor": { | ||
"inputs": [], | ||
"outputs": [] | ||
}, | ||
"endpoints": [ | ||
{ | ||
"name": "upgrade", | ||
"mutability": "mutable", | ||
"inputs": [], | ||
"outputs": [] | ||
} | ||
], | ||
"esdtAttributes": [], | ||
"hasCallback": false, | ||
"types": { | ||
|
||
} | ||
} |
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
Binary file not shown.
Oops, something went wrong.