Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hiero-ledger/hiero-sdk-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.55.1
Choose a base ref
...
head repository: hiero-ledger/hiero-sdk-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.56.0
Choose a head ref
  • 14 commits
  • 37 files changed
  • 4 contributors

Commits on Dec 11, 2024

  1. chore(deps): bump renovatebot/github-action from 41.0.5 to 41.0.6 (#2709

    )
    
    Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.5 to 41.0.6.
    - [Release notes](https://github.com/renovatebot/github-action/releases)
    - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md)
    - [Commits](renovatebot/github-action@936628d...e3a8625)
    
    ---
    updated-dependencies:
    - dependency-name: renovatebot/github-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andrew Brandt <andrew.brandt@hashgraph.com>
    dependabot[bot] and andrewb1269hg authored Dec 11, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    7d10ad5 View commit details

Commits on Dec 12, 2024

  1. feat: HIP 423 Long Term Scheduled Transactions (#2708)

    * test: add integration tests
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    * feat: add example
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    * refactor: update example
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    * ci: update network tag
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    * chore(proto): update
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    * feat: add jitter flag
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    * feat: add jitter flag to example
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    * test: add new integration test and jitter flag to generate timestamp
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    * refactor: requested changes
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    * test: update expiration time
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    ---------
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    ivaylonikolov7 authored Dec 12, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    650744c View commit details

Commits on Dec 16, 2024

  1. chore(TCK): Account transactions int64 props modify (#2720)

    * refactor: Changed accounts txs number props to  strings
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * fix: Changed account create/update prop type and token create expiration time changed to TimeStamp
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * fix: Updated protobufs
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    ---------
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    ivaylogarnev-limechain authored Dec 16, 2024
    Copy the full SHA
    5f54c02 View commit details

Commits on Dec 17, 2024

  1. fix: Added assessment method setter for TCK fractional fees transacti…

    …ons (#2725)
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    ivaylogarnev-limechain authored Dec 17, 2024
    Copy the full SHA
    6e15795 View commit details
  2. chore: Enhance gRPC TLS by Dynamic Certificate Retrieval (#2718)

    * bug: Added dynamically retrieving for the gRPC certifications
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * refactor: Refactored the caching variables and grpc error handling
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * refactored: ALL_NETWORK_IPS ignored for sonar checks
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * refactored: ALL_NETWORK_IPS ignored for sonar checks
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * refactored: ALL_NETWORK_IPS ignored for sonar checks
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * refactored: ALL_NETWORK_IPS ignored for sonar checks
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * fix: Delete cert cache on client close, no-sonar addition
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * fix: Removed pointless certificate caching and fixed an SonarCloud ips error
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * docs: Added comment for the IP address SonarCloud issue
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    ---------
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    ivaylogarnev-limechain authored Dec 17, 2024
    Copy the full SHA
    c66beb8 View commit details
  3. feat: bump node version (#2647)

    * docs: add note containing what we support
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    * ci: bump node version
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    
    ---------
    
    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    ivaylonikolov7 authored Dec 17, 2024
    Copy the full SHA
    979db6d View commit details

Commits on Dec 18, 2024

  1. test: check for at least one successfull run (#2730)

    Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
    ivaylonikolov7 authored Dec 18, 2024
    Copy the full SHA
    3d210f0 View commit details
  2. chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#2716)

    Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
    - [Release notes](https://github.com/ai/nanoid/releases)
    - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
    - [Commits](ai/nanoid@3.3.7...3.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: nanoid
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: ivaylonikolov7 <ivaylo.nikolov@limechain.tech>
    dependabot[bot] and ivaylonikolov7 authored Dec 18, 2024
    Copy the full SHA
    034c7a8 View commit details
  3. chore(deps): bump nanoid in /examples/react-native-example (#2715)

    Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.6 to 3.3.8.
    - [Release notes](https://github.com/ai/nanoid/releases)
    - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
    - [Commits](ai/nanoid@3.3.6...3.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: nanoid
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: ivaylonikolov7 <ivaylo.nikolov@limechain.tech>
    dependabot[bot] and ivaylonikolov7 authored Dec 18, 2024
    Copy the full SHA
    ea62edf View commit details
  4. feat(example): Custom web proxies usage and documentation (#2729)

    * feat: Added example for custom web proxies usage and documentation
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * fix: Comments and CommonJS test
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * fix: Typo in README
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * refactor: Introduced .env for credentials
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * refactor: Removed unecessary comment within README
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    ---------
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    ivaylogarnev-limechain authored Dec 18, 2024
    Copy the full SHA
    6994223 View commit details
  5. chore(deps-dev): bump rollup in /packages/cryptography (#2544)

    Bumps [rollup](https://github.com/rollup/rollup) from 3.29.2 to 3.29.5.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.29.2...v3.29.5)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: ivaylonikolov7 <ivaylo.nikolov@limechain.tech>
    dependabot[bot] and ivaylonikolov7 authored Dec 18, 2024
    Copy the full SHA
    c3f1b6c View commit details
  6. chore(deps): bump nanoid in /examples/simple_rest_signature_provider (#…

    …2714)
    
    Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
    - [Release notes](https://github.com/ai/nanoid/releases)
    - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
    - [Commits](ai/nanoid@3.3.7...3.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: nanoid
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: ivaylonikolov7 <ivaylo.nikolov@limechain.tech>
    dependabot[bot] and ivaylonikolov7 authored Dec 18, 2024
    Copy the full SHA
    8ac49ba View commit details
  7. chore: bump version (#2734)

    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    ivaylogarnev-limechain authored Dec 18, 2024
    Copy the full SHA
    5b874aa View commit details
  8. chore(release): v2.56.0 (#2733)

    * chore: bump version
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * docs: update changelog
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * fix: Linter issues
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    * chore: Bumped proto package version
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    
    ---------
    
    Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
    ivaylogarnev-limechain authored Dec 18, 2024
    Copy the full SHA
    2514db3 View commit details
Loading