Skip to content
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

3.0.0: Sync changes to develop #884

Merged
merged 45 commits into from
Aug 20, 2024
Merged

3.0.0: Sync changes to develop #884

merged 45 commits into from
Aug 20, 2024

Commits on Jul 18, 2023

  1. Remove buffer usage in favor or Uint8Array and Dataview (#800)

    * 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 unnecessary casting
    
    * Unify return type to Uint8Array
    
    * Standardize tests and add more utf-8 strings
    
    * Add hex encoding and string encoding tests
    
    * Update tests for edge bytes
    
    * Export byte conversion utilities
    
    * Fix imports to prefix algosdk
    
    * Fix remaining imports in examples
    
    * Add test case for non UTF8 characters
    algochoi authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3150ea1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. CICD: Update Chromedriver version and CI orb (#802)

    * Update Chromedriver link 115>=
    
    * Use puppeteer to download latest stable chromedriver
    
    * Update circle ci browser tools orb
    
    * Don't manually install chromedriver
    
    * Pin chromedriver version
    
    * Remove comment
    
    * Revert to 114
    
    * Update selenium
    
    * Test
    
    * Update chromedriver 114
    algochoi committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ecf77e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Remove Buffer Usage (#801)

    * 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>
    3 people authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b09d616 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Add address bytes length check in encodeAddress (#809)

    * Add address bytes length check in encodeAddress
    
    * Fix example where address is invalid
    
    * Add unit test for incorrect length encoding
    algochoi authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    81ab6eb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    c079c61 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    df77157 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    2fb824c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a077ce1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    6d17cd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    9447440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8618b6 View commit details
    Browse the repository at this point in the history
  3. More examples fixes

    jasonpaulos committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fb81c1d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #835 from algorand/3.0.0-merge-develop

    Merge develop into 3.0.0
    jasonpaulos authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a4f44c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2db897d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    327f33c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Update cucumber tests

    jasonpaulos committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a1e40e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d4b4b0 View commit details
    Browse the repository at this point in the history
  3. Firefox fix

    jasonpaulos committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7451256 View commit details
    Browse the repository at this point in the history
  4. Update unit tests

    jasonpaulos committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a0700c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Update .test-env

    jasonpaulos authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    ccf6c68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d527840 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    f03c939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a33cb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. chore: native esm bundle (#836)

    Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
    PhearZero and jasonpaulos authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    1947079 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    2a25f7a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    4184324 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    96c2295 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    175f99a View commit details
    Browse the repository at this point in the history
  2. Fix examples merge error

    jasonpaulos committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3b4d6b2 View commit details
    Browse the repository at this point in the history
  3. minor fix

    jasonpaulos committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3fd4fa0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    f9013e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67212db View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    b9fb388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bb78fa View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    9ec8b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c8dd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    d9e608f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    bd49458 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    ad0e4af View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    c3a56c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    ceccfe4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    785a441 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    d070f30 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    43ae4b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cc71a7 View commit details
    Browse the repository at this point in the history