-
Notifications
You must be signed in to change notification settings - Fork 148
Comparing changes
Open a pull request
base repository: hiero-ledger/hiero-sdk-js
base: v2.59.0
head repository: hiero-ledger/hiero-sdk-js
compare: v2.60.1
Commits on Feb 21, 2025
-
fix: Changed Protobufs submodule path (#2884)
* fix: Changed hedera protobufs files path to hiero location Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * fix: Removed rebundant character Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> --------- Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 0d4458c - Browse repository at this point
Copy the full SHA 0d4458cView commit details
Commits on Feb 24, 2025
-
chore(deps): bump ncipollo/release-action from 1.15.0 to 1.16.0 (#2889)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@cdcc88a...440c8c1) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ebfd3ae - Browse repository at this point
Copy the full SHA ebfd3aeView commit details -
feat: update polyfills and add Expo SDK 50+ compatibility (#2887)
- Removed deprecated `expo-random` polyfill for `getRandomBytes`. - Added `react-native-get-random-values` polyfill to support `crypto.getRandomValues` with secure native random value generation. - Added polyfill for `process.nextTick` to ensure compatibility. - Enforced Expo SDK version constraint for v50 and above. This update ensures compatibility with Expo SDK v52 while maintaining secure and efficient random value generation. Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com> Co-authored-by: ivaylonikolov7 <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for be5edb3 - Browse repository at this point
Copy the full SHA be5edb3View commit details -
chore(release): cryptography v1.5.0-beta.1
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 6c118a0 - Browse repository at this point
Copy the full SHA 6c118a0View commit details -
chore(release): v2.60.0-beta.1 (#2893)
* chore: update package.json sdk version Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * docs: update changelog Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * docs: update pr link Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: update cryptography package Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: update addressbook Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> --------- Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 610ff9d - Browse repository at this point
Copy the full SHA 610ff9dView commit details
Commits on Feb 25, 2025
-
fix: pnpm version in CI (#2873)
* ci: fix pnpm versioning Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * fix: update all versions to use 9.15.4 Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * fix: use pnpm lockfileversion 9 Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * build: update pnpm version Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: bump long version too Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> --------- Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 9e83f8d - Browse repository at this point
Copy the full SHA 9e83f8dView commit details -
chore(deps): bump renovatebot/github-action from 41.0.13 to 41.0.14 (#…
…2894) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.13 to 41.0.14. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](renovatebot/github-action@e084b5a...02f4fde) --- 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>
Configuration menu - View commit details
-
Copy full SHA for 66671ab - Browse repository at this point
Copy the full SHA 66671abView commit details -
chore: change namespace to Hiero (#2883)
* chore: change namespace to hiero Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com> * chore: change hashgraph occurrences to hiero Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com> --------- Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a02c27f - Browse repository at this point
Copy the full SHA a02c27fView commit details
Commits on Feb 26, 2025
-
chore: optimize bundle size (#2863)
* chore: initial rollup setup Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * refactor: use lighter node-forge Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * feat: use native functionality Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * refactor: remove axios Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: remove types/node-forge Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: refactor var Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: treeshaking cryptography Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: update cryptography to use rollup Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: update rollups Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: remove plugin terser for rollup Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: remove package version specifier Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: remove vite bundle analyzer Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * revert bundle analyzer changes Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * revert bundle analyzer changes Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: remove redundant test Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * fix: redirect to proper routes Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * fix: revert rollup configs Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: update cryptography package Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> --------- Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for e8d1cfb - Browse repository at this point
Copy the full SHA e8d1cfbView commit details -
feat: add expo sdk v51+ support (#2895)
* chore: remove expo and sync lockfile Expo dependency not needed here. It's a peer dependency of the cryptography package, just to make sure the user installs supported version. Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com> * chore(react-native-example): update expo deps As of Expo SDK version 51 and above Shims library won't be needed for polyfills. Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com> * docs(readme): update expo sdk support steps Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com> --------- Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for af876e9 - Browse repository at this point
Copy the full SHA af876e9View commit details -
chore(deps-dev): bump expo in /packages/cryptography (#2896)
Bumps [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) from 49.0.21 to 52.0.37. - [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo) --- updated-dependencies: - dependency-name: expo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea1a8fe - Browse repository at this point
Copy the full SHA ea1a8feView commit details -
chore(deps): bump expo-status-bar in /examples/react-native-example (#…
…2839) Bumps [expo-status-bar](https://github.com/expo/expo/tree/HEAD/packages/expo-status-bar) from 1.7.1 to 2.0.1. - [Changelog](https://github.com/expo/expo/blob/main/packages/expo-status-bar/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-status-bar) --- updated-dependencies: - dependency-name: expo-status-bar dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f2a66b - Browse repository at this point
Copy the full SHA 3f2a66bView commit details -
chore(release): proto v2.17.0-beta.1 (#2898)
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 8490c8b - Browse repository at this point
Copy the full SHA 8490c8bView commit details -
chore(release): cryptography v1.5.0-beta.2 (#2899)
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for a381f21 - Browse repository at this point
Copy the full SHA a381f21View commit details -
chore(release): v2.60.0 beta.2 (#2900)
* chore: update package version Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * docs: update changelog Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: use new subpackage deps Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * docs: rearange changelog by priority Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> --------- Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for a7ff44a - Browse repository at this point
Copy the full SHA a7ff44aView commit details
Commits on Feb 27, 2025
-
fix: zero assumed shard and realm (#2897)
* fix: zero assumed shard and realm Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com> * chore: deprecate methods These methods are useless as shard and realm of an account are known after creation Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com> --------- Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d8e4ca2 - Browse repository at this point
Copy the full SHA d8e4ca2View commit details
Commits on Feb 28, 2025
-
fix: build issues with browser aliases (#2902)
* fix: build issues with browser aliases Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * build: update package.json's import property Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: bump package.json and pnpm-lock.yaml Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: remove pnpm version Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * build: update aliases Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> --------- Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for b206e01 - Browse repository at this point
Copy the full SHA b206e01View commit details -
feat: Improve assignment of auto renew account id for topics(HIP-1021) (
#2890) * feat: hip 1021 token Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * feat: hip 1021 topic Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * ci: update node tag Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * ci: update local-node tag Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * fix: token create transaction with tx id Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * fix: topic create transaction with tx id Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * fix: hip 1021 tests Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * fix: remove only modifier Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: remove only modifier Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: rename test name Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * test: token info integration test from generating tx id Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * test: remove only modifier Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> --------- Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 1744f5d - Browse repository at this point
Copy the full SHA 1744f5dView commit details -
chore(release): v2.60.0-beta.3 (#2904)
* chore: bump package.json Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * docs: update changelog Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * docs: update changelog Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * chore: update addressbook Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> --------- Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for c8d32ee - Browse repository at this point
Copy the full SHA c8d32eeView commit details
Commits on Mar 4, 2025
-
fix: ECDSA private key (#2903)
* fix: ecdsa private key leading zeroes Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * test: add unit tests for ecdsa private key Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> * test: sign transaction using mnemonic from old issue Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech> --------- Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 29ddd71 - Browse repository at this point
Copy the full SHA 29ddd71View commit details -
feat(TCK): Dockerized TCK server (#2868)
* feat: Dockerized the TCK server, added taskfile to execute all prerequisites for the tests to run, added README Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * feat: Added run-specific-test command Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * Merged with main Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * fix: Removed global.d.ts Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * feat: Testnet compabability implemented Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * refactor: Added additional info in README and condition check for testnet within Taskfile Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * fix: README typo Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * feat: Added cross-platform support, fixed README Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * refactor: README addition Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * refactor: README addition Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * fix: Added multi-stage build in Dockerfile for the server image and additional step in the Taskfile for dowloading the client image Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * fix: Decreased tck server image size Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * fix: Added additional env configuration Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * fix: Added start local node step on run-specific-test task Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * fix: Adjusted README and added additional params to start-all-tests Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> --------- Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 69ba201 - Browse repository at this point
Copy the full SHA 69ba201View commit details -
chore(deps-dev): bump chromedriver in /packages/cryptography (#2910)
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 132.0.0 to 133.0.3. - [Commits](giggio/node-chromedriver@132.0.0...133.0.3) --- updated-dependencies: - dependency-name: chromedriver dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ivaylogarnev <ivaylo.garnev@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for e2f5817 - Browse repository at this point
Copy the full SHA e2f5817View commit details -
chore(deps): bump pino-pretty from 10.3.1 to 13.0.0 (#2907)
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 10.3.1 to 13.0.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](pinojs/pino-pretty@v10.3.1...v13.0.0) --- updated-dependencies: - dependency-name: pino-pretty dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ivaylogarnev <ivaylo.garnev@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 49e7316 - Browse repository at this point
Copy the full SHA 49e7316View commit details -
chore(deps-dev): bump chromedriver from 132.0.0 to 133.0.3 (#2906)
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 132.0.0 to 133.0.3. - [Commits](giggio/node-chromedriver@132.0.0...133.0.3) --- updated-dependencies: - dependency-name: chromedriver dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ivaylogarnev <ivaylo.garnev@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 7624e37 - Browse repository at this point
Copy the full SHA 7624e37View commit details -
chore(deps-dev): bump mocha from 10.8.2 to 11.1.0 (#2909)
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.8.2...v11.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e62f2be - Browse repository at this point
Copy the full SHA e62f2beView commit details -
chore(deps-dev): bump eslint-plugin-compat from 4.2.0 to 6.0.2 (#2905)
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 4.2.0 to 6.0.2. - [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases) - [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md) - [Commits](amilajack/eslint-plugin-compat@v4.2.0...v6.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-compat dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4984563 - Browse repository at this point
Copy the full SHA 4984563View commit details -
chore(deps-dev): bump chai from 4.3.8 to 5.2.0 in /packages/cryptogra…
…phy (#2917) Bumps [chai](https://github.com/chaijs/chai) from 4.3.8 to 5.2.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.3.8...v5.2.0) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ivaylogarnev <ivaylo.garnev@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 10f6774 - Browse repository at this point
Copy the full SHA 10f6774View commit details -
chore(release): v2.60.0 (#2920)
* chore: bumped version Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * docs: updated changelog Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * chore: bump cryptography version Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * chore: bump cryptography version in SDK Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> --------- Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 6c30c64 - Browse repository at this point
Copy the full SHA 6c30c64View commit details -
chore: fix committers group access (#2885)
* chore: fix committers group access Signed-off-by: PavelSBorisov <pavel.s.borisov@gmail.com> * chore: remove unnecessary access Co-authored-by: Roger Barker <roger.barker@swirldslabs.com> Signed-off-by: Pavel Borisov <37436896+PavelSBorisov@users.noreply.github.com> * chore: remove gitignore access Signed-off-by: Pavel Borisov <37436896+PavelSBorisov@users.noreply.github.com> --------- Signed-off-by: PavelSBorisov <pavel.s.borisov@gmail.com> Signed-off-by: Pavel Borisov <37436896+PavelSBorisov@users.noreply.github.com> Co-authored-by: Roger Barker <roger.barker@swirldslabs.com>
Configuration menu - View commit details
-
Copy full SHA for 170d95b - Browse repository at this point
Copy the full SHA 170d95bView commit details -
chore(release): v2.60.1 (#2921)
* fix: Skipped browser tests for a while Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * chore: bump sdk version Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * chore: bump cryptography package version Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * docs: changelog edit Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * chore: bumped cryptography package in SDK Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * fix: Skipped browser tests in sdk Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> * docs: Changelog edited Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech> --------- Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
Configuration menu - View commit details
-
Copy full SHA for 9005ceb - Browse repository at this point
Copy the full SHA 9005cebView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.59.0...v2.60.1