-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove buffer usage in favor or Uint8Array and Dataview * Add byteoffset when creating DataView * Increase Indexer sleep time * Add polyfill for base64 decoding and update examples * Update examples to use utility function for Buffer functionality * Revert smoke test * Add a roundtrip test for sanity check * Fix base64 encoding test * Remove buffer in transaction * Remove unnecessary casting * Unify return type to Uint8Array * Remove buffer usage in source code except client * Standardize tests and add more utf-8 strings * Add hex encoding and string encoding tests * Fix some code broken by existing tests * Update tests for edge bytes * Export byte conversion utilities * Fix imports to prefix algosdk * Resolving merge conflicts * Remove some generated types from stable release * Fix node tests * Try loadResource in browser * Update buffer usage in client files * Revert cucumber browser loadResource * Fix browser tests * Fix node tests * Add alternative path for decoding composer responses * Remove browser buffer dependency, fix cucumber tests * Revert cucumber node index.js file to use buffer again * Fix some conversion methods in err messages * Update src/encoding/binarydata.ts Co-authored-by: Eric Warehime <eric.warehime@gmail.com> * Run prettier on commit suggestion * Add toString conversion for buffers * Update tests/cucumber/browser/test.js Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com> --------- Co-authored-by: Eric Warehime <eric.warehime@gmail.com> Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
- Loading branch information
1 parent
ecf77e4
commit b09d616
Showing
39 changed files
with
757 additions
and
1,011 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.