-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: algorandfoundation/algokit-utils-ts
base: v9.0.1
head repository: algorandfoundation/algokit-utils-ts
compare: v9.1.1
- 16 commits
- 79 files changed
- 10 contributors
Commits on Apr 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8d1f442 - Browse repository at this point
Copy the full SHA 8d1f442View commit details
Commits on Apr 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a1ec10c - Browse repository at this point
Copy the full SHA a1ec10cView commit details
Commits on May 9, 2025
-
feat: registerErrorTransformer in composer (#371)
* fix: align AlgorandClientInterface with AlgorandClient (#355) * remove implements AlgorandClientInterface for implementation * generate documentation * rename instance_of.ts to instance-of.ts * typedoc * feat: add registerErrorCallback function to composer * adding registerErrorCallback to AlgorandClient * register error map functions when an algorand client is used with a app client * add test to ensure that AppClient registers the error map function * rm unused import, generate docs * ErrorMapFunction -> ErrorTransformer * update docstrings * use object.assign to avoid any cast Co-authored-by: Tristan Menzel <tristanmenzel@gmail.com> * don't await sync iterable Co-authored-by: Tristan Menzel <tristanmenzel@gmail.com> * check error message first before resorting to template literal * Check error instance before checking for match * typedoc * fixture in describe block * use set instead of map * ErrorTransformer always returns unknown * cleanup, renaming, comments, etc * don't use toString to check for app-specific error * enforce TransformerError arg/return type as Error * pre-commit * const cb -> const transformer * remove note about uknown type Co-authored-by: Tristan Menzel <tristan.menzel@makerx.com.au> * remove unnecessary Set.values() * typedoc * add BadTransformer Error * e -> originalError * typedoc * merge main * ErrorTransformerError and minor touch-ups * fix typos Co-authored-by: Tristan Menzel <tristan.menzel@makerx.com.au> * rename InvalidErrorTransformerValue * add docstring to InterfaceOf * typedoc * chore: npx audit fix --------- Co-authored-by: Tristan Menzel <tristanmenzel@gmail.com> Co-authored-by: Tristan Menzel <tristan.menzel@makerx.com.au>
Configuration menu - View commit details
-
Copy full SHA for 403a1a2 - Browse repository at this point
Copy the full SHA 403a1a2View commit details -
fix: fix parsing of PC when a inner transaction fails (#397)
* fix: properly parse inner txn pc when an error occurs * test: ensure it works even with a middle app call * chore: generate docs and fix lint error
Configuration menu - View commit details
-
Copy full SHA for 1df9623 - Browse repository at this point
Copy the full SHA 1df9623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 867be62 - Browse repository at this point
Copy the full SHA 867be62View commit details
Commits on May 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f070482 - Browse repository at this point
Copy the full SHA f070482View commit details
Commits on May 21, 2025
-
fix: properly identify newly created apps when handling errors (#400)
* fix: properly identify newly created apps when handling errors * docs: generate docs * "throw new Error" isntead of "throw Error" Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * refactor: more reliable program comparison * refactor: programsEqual -> programsDefinedAndEqual --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1651cd4 - Browse repository at this point
Copy the full SHA 1651cd4View commit details
Commits on May 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 68553bf - Browse repository at this point
Copy the full SHA 68553bfView commit details
Commits on May 30, 2025
-
fix: ensure byte arrays are decoded as Uint8Array (#406)
* feat: better error when a state key cannot be found * fix: ensure all byte arrays are decoded as Uint8Array * fix: call .toString on the type instance instead of class Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 864b4fb - Browse repository at this point
Copy the full SHA 864b4fbView commit details
Commits on Jun 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4bbff0f - Browse repository at this point
Copy the full SHA 4bbff0fView commit details -
Merge pull request #410 from algorandfoundation/chore/deprecate-npm-r…
…un-all chore: migrate from npm-run-all to npm-run-all2
Configuration menu - View commit details
-
Copy full SHA for ca04fdb - Browse repository at this point
Copy the full SHA ca04fdbView commit details
Commits on Jun 9, 2025
-
fix: return waitForIndexer when latest lastValid is reached (#408)
* fix: return waitForIndexer when latest lastValid is reached * Remove redundant nullish operator
Configuration menu - View commit details
-
Copy full SHA for c6a6ee4 - Browse repository at this point
Copy the full SHA c6a6ee4View commit details
Commits on Jun 19, 2025
-
fix: readonly simulate extra opcode budget handling (#414)
* fix: readonly simulate extra opcode budget handling The simulate for readonly calls now uses a fixed maximum opcode budget. Updates tests to reflect the new behavior. * chore: remove max fee enforcement for readonly calls * fix: adjust test and clarify some docs --------- Co-authored-by: Neil Campbell <neil.campbell@makerx.com.au>
Configuration menu - View commit details
-
Copy full SHA for e2bc37e - Browse repository at this point
Copy the full SHA e2bc37eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f454e8 - Browse repository at this point
Copy the full SHA 3f454e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0278f3 - Browse repository at this point
Copy the full SHA b0278f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71a7c67 - Browse repository at this point
Copy the full SHA 71a7c67View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v9.0.1...v9.1.1