Skip to content

Commit

Permalink
Release 30 (#1202)
Browse files Browse the repository at this point in the history
* fix: pre-release 30

* fix: using beta.30 for the fe apps

* fix: post-release

---------

Co-authored-by: Miguel Angel Rojo <[email protected]>
Co-authored-by: Miguel Angel Rojo Fernandez <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent 5eebc2b commit c24ce67
Show file tree
Hide file tree
Showing 14 changed files with 197 additions and 189 deletions.
4 changes: 2 additions & 2 deletions apps/sdk-cloudflare-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdk-cloudflare-integration",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"author": "vechain Foundation",
"keywords": [],
"license": "MIT",
Expand All @@ -15,6 +15,6 @@
"wrangler": "^3.67.1"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.29"
"@vechain/sdk-core": "1.0.0-beta.30"
}
}
8 changes: 4 additions & 4 deletions apps/sdk-hardhat-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vechain-sdk-hardhat-integration",
"description": "An example app of how to use the vechain-sdk-hardhat-plugin to interact with the VeChainThor blockchain",
"version": "1.0.0-beta.27",
"version": "1.0.0-beta.30",
"main": "index.js",
"author": "vechain Foundation",
"keywords": [],
Expand All @@ -17,9 +17,9 @@
"interact-erc721": "npx hardhat run scripts/erc721/interact.ts --network vechain_testnet"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.27",
"@vechain/sdk-hardhat-plugin": "1.0.0-beta.27",
"@vechain/sdk-logging": "1.0.0-beta.27",
"@vechain/sdk-core": "1.0.0-beta.30",
"@vechain/sdk-hardhat-plugin": "1.0.0-beta.30",
"@vechain/sdk-logging": "1.0.0-beta.30",
"@openzeppelin/contracts": "^5.0.2"
},
"devDependencies": {
Expand Down
247 changes: 158 additions & 89 deletions apps/sdk-hardhat-integration/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/sdk-nextjs-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vechain-sdk-nextjs",
"description": "A Next.js sample app using the VeChain SDK",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,8 +12,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.29",
"@vechain/sdk-network": "1.0.0-beta.29",
"@vechain/sdk-core": "1.0.0-beta.30",
"@vechain/sdk-network": "1.0.0-beta.30",
"install": "^0.13.0",
"next": "14",
"react": "^18",
Expand Down
4 changes: 2 additions & 2 deletions apps/sdk-node-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdk-user",
"description": "A node sample app using the VeChain SDK",
"version": "1.0.0-beta.27",
"version": "1.0.0-beta.30",
"main": "dist/index.js",
"types": "src/index.ts",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@vechain/sdk-network": "1.0.0-beta.27",
"@vechain/sdk-network": "1.0.0-beta.30",
"typescript": "^5.3.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"description": "Documentation for the SDK with examples",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -20,12 +20,12 @@
"test:examples:solo": "(yarn start-thor-solo && yarn test:examples && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.29",
"@vechain/sdk-network": "1.0.0-beta.29",
"@vechain/sdk-core": "1.0.0-beta.30",
"@vechain/sdk-network": "1.0.0-beta.30",
"typescript": "^5.5.4"
},
"devDependencies": {
"expect": "^29.7.0",
"ts-node-test": "^0.4.4"
}
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-core",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"description": "Includes modules for fundamental operations like hashing and cryptography",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@scure/bip32": "^1.4.0",
"@scure/bip39": "^1.3.0",
"@types/elliptic": "^6.4.18",
"@vechain/sdk-errors": "1.0.0-beta.29",
"@vechain/sdk-logging": "1.0.0-beta.29",
"@vechain/sdk-errors": "1.0.0-beta.30",
"@vechain/sdk-logging": "1.0.0-beta.30",
"bignumber.js": "^9.1.2",
"blakejs": "^1.2.1",
"elliptic": "^6.5.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-errors",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"description": "This module is dedicated to managing and customizing errors within the SDK",
"author": "vechain Foundation",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/ethers-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-ethers-adapter",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"description": "This module serves as a crucial bridge between the standard Ethereum tooling provided by Hardhat and the unique features of the vechain thor blockchain",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -35,9 +35,9 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.29",
"@vechain/sdk-network": "1.0.0-beta.29",
"@vechain/sdk-errors": "1.0.0-beta.29"
"@vechain/sdk-core": "1.0.0-beta.30",
"@vechain/sdk-network": "1.0.0-beta.30",
"@vechain/sdk-errors": "1.0.0-beta.30"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.6"
Expand Down
8 changes: 4 additions & 4 deletions packages/hardhat-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-hardhat-plugin",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"description": "This module allows to create smart contracts and interact with them using the vechain SDK and Hardhat",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -38,9 +38,9 @@
"test:solo": "(yarn start-thor-solo && yarn test && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@vechain/sdk-network": "1.0.0-beta.29",
"@vechain/sdk-errors": "1.0.0-beta.29",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.29"
"@vechain/sdk-network": "1.0.0-beta.30",
"@vechain/sdk-errors": "1.0.0-beta.30",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.30"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-logging",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"description": "This module provides functionality to logging data for vechain-sdk",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -34,6 +34,6 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-errors": "1.0.0-beta.29"
"@vechain/sdk-errors": "1.0.0-beta.30"
}
}
10 changes: 5 additions & 5 deletions packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-network",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"description": "This module allows to connect you seamlessly to the VeChainThor blockchain",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"dependencies": {
"@types/ws": "^8.5.12",
"@vechain/sdk-core": "1.0.0-beta.29",
"@vechain/sdk-errors": "1.0.0-beta.29",
"@vechain/sdk-logging": "1.0.0-beta.29",
"@vechain/sdk-core": "1.0.0-beta.30",
"@vechain/sdk-errors": "1.0.0-beta.30",
"@vechain/sdk-logging": "1.0.0-beta.30",
"@vechain/vebetterdao-contracts": "^1.0.0",
"abitype": "^1.0.6",
"isomorphic-ws": "^5.0.0",
Expand All @@ -55,4 +55,4 @@
"jest-fetch-mock": "^3.0.3",
"whatwg-fetch": "^3.6.20"
}
}
}
6 changes: 3 additions & 3 deletions packages/rpc-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-rpc-proxy",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"description": "Proxy Thor's RESTful API to Eth JSON-RPC",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -35,8 +35,8 @@
"start": "node dist/index.js"
},
"dependencies": {
"@vechain/sdk-logging": "1.0.0-beta.29",
"@vechain/sdk-network": "1.0.0-beta.29",
"@vechain/sdk-logging": "1.0.0-beta.30",
"@vechain/sdk-network": "1.0.0-beta.30",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.19.2",
Expand Down
65 changes: 2 additions & 63 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1715,11 +1715,6 @@
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.5.tgz#ed199a920efb510cfe941cd75ed38a7be21e756f"
integrity sha512-tEQ7oinq1/CjSG9uSTerca3v4AZ+dFa+4Yu6ihaG8Ud8ddqLQgFGcnwYls13H5X5CPDPZJdYxyeMui6muOLd4g==

"@noble/ciphers@^0.5.2":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-0.5.3.tgz#48b536311587125e0d0c1535f73ec8375cd76b23"
integrity sha512-B0+6IIHiqEs3BPMT0hcRmHvEj2QHOLu+uwt+tqDDeVd0oyVzh7BPrDcPjRnV1PV/5LaknXJJQvOuRGR0zQJz+w==

"@noble/ciphers@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-0.6.0.tgz#a3d82c72ce71ba43128e7eb71757b5ecb75b1273"
Expand Down Expand Up @@ -2809,49 +2804,6 @@
uuid "2.0.1"
xmlhttprequest "1.8.0"

"@vechain/[email protected]":
version "1.0.0-beta.27"
resolved "https://registry.yarnpkg.com/@vechain/sdk-core/-/sdk-core-1.0.0-beta.27.tgz#7b9fae76b1ab980e5995c4120f362de61ad19d11"
integrity sha512-bEnH0Hxie7KY5mINzD6F+QMCot4diMZXOEiSf1mTIiMuo9BTmWuci/CkN6Cy8CxtSntXPh4/cDjincIgxrg1/g==
dependencies:
"@ethereumjs/rlp" "^5.0.2"
"@noble/ciphers" "^0.5.2"
"@scure/bip32" "^1.4.0"
"@scure/bip39" "^1.3.0"
"@types/elliptic" "^6.4.18"
"@vechain/sdk-errors" "1.0.0-beta.27"
"@vechain/sdk-logging" "1.0.0-beta.27"
bignumber.js "^9.1.2"
blakejs "^1.2.1"
elliptic "^6.5.6"
ethers "6.13.1"
fast-json-stable-stringify "^2.1.0"

"@vechain/[email protected]":
version "1.0.0-beta.27"
resolved "https://registry.yarnpkg.com/@vechain/sdk-errors/-/sdk-errors-1.0.0-beta.27.tgz#f477b690067a0ceb886819b8d8c2f57fd71a8ca0"
integrity sha512-eX0jUIZz0U0QkBRNoFofhsQxJY+MJvd6tQYRtKAvhv1Cvn4hN6ownZIXg4d+YzYp/o86k/bgqCqJjuTciD8l/w==

"@vechain/[email protected]":
version "1.0.0-beta.27"
resolved "https://registry.yarnpkg.com/@vechain/sdk-logging/-/sdk-logging-1.0.0-beta.27.tgz#0c2966df21c0b442f8a64d1776a56bd33c5306f0"
integrity sha512-MwTdIo2l6Vo+HDrRLtOO+yczzx1pID6TrYc2xtdAN89WBjcbHRt2pVkwGVRCUvQjEmgXcoxXDepKd71SReF30Q==
dependencies:
"@vechain/sdk-errors" "1.0.0-beta.27"

"@vechain/[email protected]":
version "1.0.0-beta.27"
resolved "https://registry.yarnpkg.com/@vechain/sdk-network/-/sdk-network-1.0.0-beta.27.tgz#393bf7faff1bd6a4ca0afc4fc4f458ab84004a9e"
integrity sha512-vtKV/PYDB0bC6GOfBksxPMPUCsfpRO7WZrx8fH3OBof1zysQRFxTaw6UVTNOuYQ9FUq85yWBV9tdGSR1pi1PAQ==
dependencies:
"@types/ws" "^8.5.12"
"@vechain/sdk-core" "1.0.0-beta.27"
"@vechain/sdk-errors" "1.0.0-beta.27"
"@vechain/sdk-logging" "1.0.0-beta.27"
abitype "^1.0.5"
isomorphic-ws "^5.0.0"
ws "^8.18.0"

"@vechain/vebetterdao-contracts@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@vechain/vebetterdao-contracts/-/vebetterdao-contracts-1.0.0.tgz#bbb2d9ca9a4762f80aef8a3daf42eee156c485aa"
Expand Down Expand Up @@ -2923,7 +2875,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.0.5.tgz#29d0daa3eea867ca90f7e4123144c1d1270774b6"
integrity sha512-YzDhti7cjlfaBhHutMaboYB21Ha3rXR9QTkNJFzYC4kC8YclaiwPBBBJY8ejFdu2wnJeZCVZSMlQJ7fi8S6hsw==

abitype@^1.0.5, abitype@^1.0.6:
abitype@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.0.6.tgz#76410903e1d88e34f1362746e2d407513c38565b"
integrity sha512-MMSqYh4+C/aVqI2RQaWqbvI4Kxo5cQV40WQ4QFtDnNzCkqChm8MuENhElmynZlO0qUy/ObkEUaXtKqYnx1Kp3A==
Expand Down Expand Up @@ -4400,7 +4352,7 @@ [email protected]:
minimalistic-assert "^1.0.1"
minimalistic-crypto-utils "^1.0.1"

elliptic@^6.5.2, elliptic@^6.5.4, elliptic@^6.5.6, elliptic@^6.5.7:
elliptic@^6.5.2, elliptic@^6.5.4, elliptic@^6.5.7:
version "6.5.7"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
Expand Down Expand Up @@ -5071,19 +5023,6 @@ ethereumjs-util@^6.0.0, ethereumjs-util@^6.2.1:
ethjs-util "0.1.6"
rlp "^2.2.3"

[email protected]:
version "6.13.1"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.1.tgz#2b9f9c7455cde9d38b30fe6589972eb083652961"
integrity sha512-hdJ2HOxg/xx97Lm9HdCWk949BfYqYWpyw4//78SiwOLgASyfrNszfMUNB2joKjvGUdwhHfaiMMFFwacVVoLR9A==
dependencies:
"@adraffy/ens-normalize" "1.10.1"
"@noble/curves" "1.2.0"
"@noble/hashes" "1.3.2"
"@types/node" "18.15.13"
aes-js "4.0.0-beta.5"
tslib "2.4.0"
ws "8.17.1"

[email protected], ethers@^6.9.0:
version "6.13.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.2.tgz#4b67d4b49e69b59893931a032560999e5e4419fe"
Expand Down

1 comment on commit c24ce67

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.42% (3639/3660) 97.68% (971/994) 99.86% (734/735)
Title Tests Skipped Failures Errors Time
core 548 0 💤 0 ❌ 0 🔥 1m 17s ⏱️
network 686 0 💤 0 ❌ 0 🔥 3m 59s ⏱️
errors 43 0 💤 0 ❌ 0 🔥 14.372s ⏱️

Please sign in to comment.