-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests fixed + API/Faucet/RPC Urls updated
- Loading branch information
1 parent
970b52b
commit 0b07515
Showing
23 changed files
with
40 additions
and
38 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
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 @@ | ||
../../../../../gitlab-pages/docs/tutorials/mv-vs-eth/examples/contracts/mligo/Counter.mligo |
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 @@ | ||
../../../../../gitlab-pages/docs/tutorials/mv-vs-eth/examples/contracts/mligo/Lambda.mligo |
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 @@ | ||
../../../../../gitlab-pages/docs/tutorials/mv-vs-eth/examples/contracts/mligo/LambdaInStorage.mligo |
1 change: 1 addition & 0 deletions
1
src/test/contracts/tutorials/mv-vs-eth/SolidityLikeDispatching.mligo
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 @@ | ||
../../../../../gitlab-pages/docs/tutorials/mv-vs-eth/examples/contracts/mligo/SolidityLikeDispatching.mligo |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
src/test/contracts/tutorials/tz-vs-eth/SolidityLikeDispatching.mligo
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/test/projects/dao_path_bug/.ligo/source/i/ligo__s__dao__1.0.9__a6f35ecc/src/token.mligo
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
2 changes: 1 addition & 1 deletion
2
src/test/projects/dao_path_bug/.ligo/source/i/tezos_ligo_fa2__1.0.4__d08b6a16/package.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
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,5 @@ | ||
{ | ||
"mavryk[email protected]@d41d8cd9": | ||
"tezos[email protected]@d41d8cd9": | ||
"./.ligo/source/i/tezos_ligo_fa2__1.0.4__d08b6a16", | ||
"dao_path_bug@link-dev:./ligo.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 |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
"checksum": "236cd3ef677e0a02655a611bb99e43f0", | ||
"root": "dao_path_bug@link-dev:./ligo.json", | ||
"node": { | ||
"mavryk[email protected]@d41d8cd9": { | ||
"id": "mavryk[email protected]@d41d8cd9", | ||
"name": "mavryk-ligo-fa2", | ||
"tezos[email protected]@d41d8cd9": { | ||
"id": "tezos[email protected]@d41d8cd9", | ||
"name": "tezos-ligo-fa2", | ||
"version": "1.0.4", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://beta.packages.ligolang.org/-/api/mavryk-ligo-fa2/-/mavryk-ligo-fa2-1.0.4.tgz#sha1:05e8ae8baf69910ad2b498c69fa15e942e613a5e" | ||
"archive:https://beta.packages.ligolang.org/-/api/tezos-ligo-fa2/-/tezos-ligo-fa2-1.0.4.tgz#sha1:05e8ae8baf69910ad2b498c69fa15e942e613a5e" | ||
] | ||
}, | ||
"overrides": [], | ||
|
@@ -40,7 +40,7 @@ | |
] | ||
}, | ||
"overrides": [], | ||
"dependencies": [ "mavryk[email protected]@d41d8cd9" ], | ||
"dependencies": [ "tezos[email protected]@d41d8cd9" ], | ||
"devDependencies": [] | ||
} | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
...t/projects/originate_contract/.ligo/source/i/tezos_ligo_fa2__1.0.1__93f08e6c/package.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
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 |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
"checksum": "0368ea2d83170996ad9738325570fe1a", | ||
"root": "originate_contract@link-dev:./ligo.json", | ||
"node": { | ||
"mavryk[email protected]@d41d8cd9": { | ||
"id": "mavryk[email protected]@d41d8cd9", | ||
"name": "mavryk-ligo-fa2", | ||
"tezos[email protected]@d41d8cd9": { | ||
"id": "tezos[email protected]@d41d8cd9", | ||
"name": "tezos-ligo-fa2", | ||
"version": "1.0.1", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://registry.npmjs.org/mavryk-ligo-fa2/-/mavryk-ligo-fa2-1.0.1.tgz#sha1:81d1ff74dc457290fcd974e1251c15521e407149" | ||
"archive:https://registry.npmjs.org/tezos-ligo-fa2/-/tezos-ligo-fa2-1.0.1.tgz#sha1:81d1ff74dc457290fcd974e1251c15521e407149" | ||
] | ||
}, | ||
"overrides": [], | ||
|
@@ -26,7 +26,7 @@ | |
"manifest": "ligo.json" | ||
}, | ||
"overrides": [], | ||
"dependencies": [ "mavryk[email protected]@d41d8cd9" ], | ||
"dependencies": [ "tezos[email protected]@d41d8cd9" ], | ||
"devDependencies": [] | ||
} | ||
} | ||
|
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 +1 @@ | ||
{ "dependencies": { "mavryk-ligo-fa2": "^1.0.1" } } | ||
{ "dependencies": { "tezos-ligo-fa2": "^1.0.1" } } |
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,3 +1,3 @@ | ||
#import "mavryk-ligo-fa2" "FA2" | ||
#import "tezos-ligo-fa2" "FA2" | ||
|
||
let main (_,_ : unit * unit) : operation list * unit = [], () |
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,8 +1,8 @@ | ||
#import "mavryk-ligo-fa2/lib/fa2/asset/single_asset.mligo" "SingleAsset" | ||
#import "mavryk-ligo-fa2/test/fa2/single_asset.test.mligo" "SingleAsset_helper" | ||
#import "tezos-ligo-fa2/lib/fa2/asset/single_asset.mligo" "SingleAsset" | ||
#import "tezos-ligo-fa2/test/fa2/single_asset.test.mligo" "SingleAsset_helper" | ||
|
||
let test = | ||
let f = "mavryk-ligo-fa2/lib/fa2/asset/single_asset.mligo" in | ||
let f = "tezos-ligo-fa2/lib/fa2/asset/single_asset.mligo" in | ||
let init_storage, owners, ops = SingleAsset_helper.get_initial_storage(10n, 10n, 10n) in | ||
let orig : (SingleAsset parameter_of, SingleAsset.storage) origination_result = Test.originate_from_file f init_storage 0mav in | ||
Test.to_contract orig.addr |
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