Michael Kernaghan
Michael Kernaghan
reviewed 2023-04-26 recommend ask jev https://en.parceljs.org/reasonML.html web page This is more react support.
reproduced the issue with version 10 and granadanet. After dismissing the pop-up things appear to connect and work but the pop should dismiss itself.
the fix in the granada-dapp branch works.
I confirmed this happens.
The script I have for chapter four of crypto wars FA2 module shows no errors when you show the answer, but when you check it gives an error: import smartpy...
I built the K-Michelson locally and ran some of the tests. They are tests to check that Michelson is producing the expected outcome given specified inputs. K-Michaelson is Haskell, so...
Looked into this some more. Q: it says "check the compliance of Michelson implementations with respect to the reference one." what counts as a Michelson implementation? Can this be used...
For Ithaca though these two tests should be updated: https://gitlab.com/tezos/tzt-reference-test-suite/-/blob/master/sub_mutez-mutez_00.tzt https://gitlab.com/tezos/tzt-reference-test-suite/-/blob/master/sub_mutez-mutez_01.tzt because the SUB instruction on values of type mutez has been deprecated in favor of SUB_MUTEZ.
also removed "version" from docker-compose.yml to remove the warning and tried comment out the restart signatory call in the first test that fails.