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

release: v2.45.0-beta.1 #2270

Merged
merged 45 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
f4bf583
update: changelog
svetoslav-nikol0v Apr 24, 2024
7b42e51
update: proto package version
svetoslav-nikol0v Apr 24, 2024
d3a4190
update: sdk version
svetoslav-nikol0v Apr 24, 2024
ce50b92
chore: fix local builds
nathanklick Apr 24, 2024
450a1ff
chore: remove unnecessary deps install
nathanklick Apr 24, 2024
171703b
chore: ensure deps are properly setup
nathanklick Apr 24, 2024
b83368f
chore: suppress outputs of pnpm link
nathanklick Apr 24, 2024
3c0c3ee
chore: adjustments
svetoslav-nikol0v Apr 25, 2024
cfdd1a5
chore: remove log
svetoslav-nikol0v Apr 25, 2024
e584367
chore: remove log
svetoslav-nikol0v Apr 25, 2024
79f79e9
update: integration tests
svetoslav-nikol0v Apr 25, 2024
3c12fa1
update: integration test
svetoslav-nikol0v Apr 25, 2024
fd0db88
update: taskfile
svetoslav-nikol0v Apr 25, 2024
5e14a2c
update: test
svetoslav-nikol0v Apr 25, 2024
c289096
chore: remove .only
svetoslav-nikol0v Apr 25, 2024
7243eba
update: build workflow
svetoslav-nikol0v Apr 25, 2024
61474b1
revert
svetoslav-nikol0v Apr 25, 2024
613a915
update: exit when the unit tests complete
svetoslav-nikol0v Apr 25, 2024
1a7f4e5
update: add log
svetoslav-nikol0v Apr 25, 2024
eff8f8a
update: build workflow by adding an additional step before building t…
svetoslav-nikol0v Apr 26, 2024
d16445e
revert to initial state
svetoslav-nikol0v Apr 26, 2024
d008a4c
fix
svetoslav-nikol0v Apr 26, 2024
0daa888
add install command
svetoslav-nikol0v Apr 26, 2024
1b3d842
remove build proto command
svetoslav-nikol0v Apr 26, 2024
15fb4e2
revert the build workflow
svetoslav-nikol0v Apr 26, 2024
fb765ba
update taskfile
svetoslav-nikol0v Apr 26, 2024
5e5a2eb
add build cryptography command
svetoslav-nikol0v Apr 26, 2024
8c0013f
update: task file
svetoslav-nikol0v Apr 26, 2024
164e653
update taskfile
svetoslav-nikol0v Apr 26, 2024
84cd0ee
remove cryptograpgy build
svetoslav-nikol0v Apr 26, 2024
dd055e8
update task file
svetoslav-nikol0v Apr 26, 2024
97133c0
update task file
svetoslav-nikol0v Apr 26, 2024
311f58d
update workflow
svetoslav-nikol0v Apr 26, 2024
aa8faf0
update files
svetoslav-nikol0v Apr 26, 2024
fcf09a2
add a log
svetoslav-nikol0v Apr 26, 2024
2cb2835
build: attempt to resolve test issues
nathanklick Apr 25, 2024
008177d
ci: update task and pnpm versions
nathanklick Apr 26, 2024
d1cb678
build: added logging output
nathanklick Apr 26, 2024
40f34f9
build: run with scissors
nathanklick Apr 26, 2024
40a1fb8
update: address books
svetoslav-nikol0v Apr 27, 2024
33f5c44
update: Status and RequestType
svetoslav-nikol0v Apr 27, 2024
abccebd
chore: formatting
svetoslav-nikol0v Apr 27, 2024
55f622b
chore: remove log
svetoslav-nikol0v Apr 29, 2024
0736257
chore: remove log
svetoslav-nikol0v Apr 29, 2024
ce7026f
chore: remove unnecessary command
svetoslav-nikol0v Apr 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.45.0-beta.1

## What's Changed

* fix: solve backward compatibility issues between the SDK and hedera-services v0.49 (modularized code) by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2240
* feature: update metadata field of fungible and non-fungible tokens, and dynamic NFTs (HIP-646, HIP-765 and HIP-657) by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2210

## v2.44.0

## What's Changed
Expand Down
10 changes: 4 additions & 6 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,21 @@ tasks:
"install:deps":
run: once
cmds:
- pnpm link ./packages/cryptography > /dev/null
- pnpm link ./packages/proto > /dev/null
- pnpm i --dev > /dev/null

"install:cryptography:local":
cmds:
- task: "install:deps"
- task: "cryptography:build"
- npx yalc add @hashgraph/cryptography > /dev/null
status:
- ./check_yalc_dep.sh @hashgraph/cryptography
- pnpm link ./packages/cryptography > /dev/null

"install:proto:local":
cmds:
- task: "install:deps"
- task: "proto:build"
- npx yalc add @hashgraph/proto > /dev/null
status:
- ./check_yalc_dep.sh @hashgraph/proto
- pnpm link ./packages/proto > /dev/null

"build:proto":
cmds:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/sdk",
"version": "2.44.0",
"version": "2.45.0-beta.1",
"description": "Hedera™ Hashgraph SDK",
"types": "./lib/index.d.ts",
"main": "./lib/index.cjs",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@ethersproject/rlp": "^5.7.0",
"@grpc/grpc-js": "1.8.2",
"@hashgraph/cryptography": "1.4.8-beta.5",
"@hashgraph/proto": "2.14.0-beta.5",
"@hashgraph/proto": "2.14.0-beta.6",
"axios": "^1.6.4",
"bignumber.js": "^9.1.1",
"bn.js": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@
"typescript": "^5.1.6",
"protobufjs-cli": "^1.0.2"
}
}
}
Loading