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

dev to master diff #235

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open

dev to master diff #235

wants to merge 38 commits into from

Commits on Sep 8, 2023

  1. chore: install local build of turbo-sdk

    dtfiedler committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9a17fb0 View commit details
    Browse the repository at this point in the history
  2. feat: use turbo-sdk for uploading signed data items

    dtfiedler committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    93f8af5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. chore: use node-modules as nodeLinker vs. pnp

    dtfiedler committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    31d4217 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. fix: use newest turbo-sdk alpha build

    dtfiedler committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a5e5aa9 View commit details
    Browse the repository at this point in the history
  2. chore: update to newest release in alpha

    dtfiedler committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f995939 View commit details
    Browse the repository at this point in the history
  3. chore: remove node_modules from rimraf

    dtfiedler committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1a4097b View commit details
    Browse the repository at this point in the history
  4. fix: properly instanitate turbo, update dependencies

    dtfiedler committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    72ea081 View commit details
    Browse the repository at this point in the history
  5. fix: use cjs export in new build, update deps.

    dtfiedler committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5b628d7 View commit details
    Browse the repository at this point in the history
  6. fix: bump to newest build

    dtfiedler committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7ac1455 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    e9b6c48 View commit details
    Browse the repository at this point in the history
  2. fix: bump turbo-sdk to most recent alpha version

    dtfiedler committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d4c19c7 View commit details
    Browse the repository at this point in the history
  3. chore: revert tests back to parallel

    dtfiedler committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    02576c8 View commit details
    Browse the repository at this point in the history
  4. chore: bump to newest alpha build of turbo-sdk

    dtfiedler committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b2cae32 View commit details
    Browse the repository at this point in the history
  5. fix: update URL paths

    Co-authored-by: Derek Sonnenberg <[email protected]>
    dtfiedler and fedellen authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2c5d5c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2f54fe View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. chore: replace alpha with beta build

    dtfiedler committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c40a443 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. fix: bump turbo-sdk and add size factory

    dtfiedler committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f02f34e View commit details
    Browse the repository at this point in the history
  2. chore: bump to most recent version of turbo

    dtfiedler committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9d7b10b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. chore: bump turbo-sdk

    dtfiedler committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b7230bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #223 from ardriveapp/PE-4472-use-turbo-sdk

    feat(PE-4468): use turbo-sdk for uploading signed data items
    dtfiedler authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3be0bcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b37820 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge pull request #225 from ardriveapp/dep-fix

    fix: a dep change got pulled in on last PR that should not have
    dtfiedler authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f4c4e78 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. feat(turbo): update turbo package

    dtfiedler committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4ae1f66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #226 from ardriveapp/upgrade-turbo

    feat(turbo): update turbo package
    dtfiedler authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    87697c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    8c06063 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #224 from ardriveapp/PE-4646-promise-cache

    chore(PE-4646): replace ArFSEntityCache with @ardrive/promise-cache
    dtfiedler authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c1c6307 View commit details
    Browse the repository at this point in the history
  3. chore: update dependencies

    dtfiedler committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    841ca00 View commit details
    Browse the repository at this point in the history
  4. fix(common): change Uint8ArrayToStr to BufferToString and set the req…

    …uired input to a buffer. With the bump in axios, Buffers must be converted to UInt8Arrays to use the existing logic. It is likely that we do not need to do this casting with this fuction but leaving it for now.
    
    Some other updates:
    - refactor async common functions to synchronous if they do not await.
    - update other deps
    dtfiedler committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8353ca4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. chore(tests): update error types thrown by sinon

    We have to throw real errors vs. sinon.throws() with the version bump, if we do not, then "Sinon-provided" is appended to the error for traceability
    dtfiedler committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9edc73a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. chore: fix other error test and AR check

    dtfiedler committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    edfcfed View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge pull request #227 from ardriveapp/update-deps

    chore: update dependencies
    dtfiedler authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f23100a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

Commits on Oct 31, 2023

  1. Merge pull request #229 from ardriveapp/reintegrate_main

    chore: Reintegrate main
    fedellen authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0f93dbb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    c86ff75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #231 from ardriveapp/PE-5005_reintegrate_main_to_dev

    Pe 5005 reintegrate main to dev
    fedellen authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c6d553f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 21, 2024

  1. Merge pull request #239 from ardriveapp/PE-6152-reintgrate-dev

    chore: merge master back to dev
    fedellen authored May 21, 2024
    Configuration menu
    Copy the full SHA
    2b0b115 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Merge pull request #241 from ardriveapp/master

    chore: master back to dev
    fedellen authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a9729df View commit details
    Browse the repository at this point in the history