-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Buffer
Usage
#801
Merged
Merged
Remove Buffer
Usage
#801
Changes from 33 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
b60a57f
Remove buffer usage in favor or Uint8Array and Dataview
algochoi 1cce5ff
Add byteoffset when creating DataView
algochoi 31104e7
Increase Indexer sleep time
algochoi f3d871a
Add polyfill for base64 decoding and update examples
algochoi 0289253
Update examples to use utility function for Buffer functionality
algochoi c161ec2
Revert smoke test
algochoi 5c188c5
Add a roundtrip test for sanity check
algochoi 3a6ab1d
Fix base64 encoding test
algochoi f6634fc
Remove buffer in transaction
algochoi a722245
Remove unnecessary casting
algochoi 736ca01
Merge branch 'remove-buffer-abi' into replace-buffer
algochoi c8495f6
Unify return type to Uint8Array
algochoi 0c9b49a
Remove buffer usage in source code except client
algochoi 20861bd
Standardize tests and add more utf-8 strings
algochoi 5d86934
Add hex encoding and string encoding tests
algochoi fd9bdf4
Merge branch 'remove-buffer-abi' into replace-buffer
algochoi 4fe705a
Fix some code broken by existing tests
algochoi 209cb4e
Merge branch '3.0.0' into remove-buffer-abi
algochoi 1437020
Update tests for edge bytes
algochoi 42f9a12
Export byte conversion utilities
algochoi 0c5e393
Fix imports to prefix algosdk
algochoi 982e5be
Merge branch 'remove-buffer-abi' into replace-buffer
algochoi 56b518d
Merge branch '3.0.0' into replace-buffer
algochoi f8230e5
Resolving merge conflicts
algochoi f12c1f6
Remove some generated types from stable release
algochoi f765cd9
Fix node tests
algochoi 3ddfaec
Try loadResource in browser
algochoi 84f73c3
Update buffer usage in client files
algochoi 3fc5200
Revert cucumber browser loadResource
algochoi a84101e
Fix browser tests
algochoi 792cfe0
Fix node tests
algochoi 3d8bff6
Add alternative path for decoding composer responses
algochoi 729e65b
Merge branch '3.0.0' into replace-buffer
algochoi e7aa3d3
Remove browser buffer dependency, fix cucumber tests
algochoi 50e03cf
Revert cucumber node index.js file to use buffer again
algochoi d7a4dfe
Fix some conversion methods in err messages
algochoi 950d3ff
Update src/encoding/binarydata.ts
algochoi 7463f4e
Run prettier on commit suggestion
algochoi ee3e2e1
Add toString conversion for buffers
algochoi 624bf92
Update tests/cucumber/browser/test.js
algochoi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks frequently flaky on CI, but I haven't seen it fail locally 👀