-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* storage prefix * 0.13.0 * remove accidental import * 0.14.0 - Tuple refactor (#45) * replace err() with throw Error() * subroutines for processing tuple elements * remove scratch.oldTupleElement * add tsconfig to tests/contracts/ * use Address instead of Account * remove empty create * WIP with a lot of TODOs * getElementEnd WIP * saving work WIP * dynamicArrayInMiddleOfTuple * DynamicArrayInMiddleOfTupl * namedTuple * staticStringArrayArg * nestedTuple, es2020 * better dryrun() * getTupleElement * getElementHead * save WIP * save progress WIP * passing literal access, non-update tests * move dynamic element access * updateDynamicElementInTupleWithSameLength * updateDynamicArrayInMiddleOfTuple * passing all update tests * passing all tests * remove dead code * compile/run examples, add pre-commit script * accessDynamicStringArray * properly specify arrayType for custom types * 0.14.0 * recompile contacts app * artifacts dir for tests * compile on localnet * Test refactor and algokit migration (#47) * refactor ABI tests * use jest * move around deps * remove beaker-ts from tests * examples: beaker-ts -> algokit * remove some eslint disable lines * increase jest timeout * seperate test-coverage * Run example tests * ABITestTxnTypes * Source mapping (#48) * srcMap * new src_map.json * frameInfo * use source-mapping standard * fix typo * ufixed support * ufixed test, test refactor * add ufixed types to global.d.ts * StaticArray, uint, ufixed refactor (#49) * StaticArray and uint/ufixed refactor * update docs * fix bad find/replaces * storage refactor (#50) * update nfd link * fix typos in global * 0.15.0 * fix itxn fields * \n -> ;
- Loading branch information
Showing
460 changed files
with
35,623 additions
and
30,667 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ tests/ | |
src/ | ||
.github/ | ||
coverage/ | ||
.nyc_output/ | ||
.eslintrc.js | ||
*.tgz | ||
docs/ | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.