Skip to content

chore: hedera transaction builder typing improvements#502

Open
skurzyp-blockydevs wants to merge 2 commits intomainfrom
chore/hedera-transaction-builder-typing-improvements
Open

chore: hedera transaction builder typing improvements#502
skurzyp-blockydevs wants to merge 2 commits intomainfrom
chore/hedera-transaction-builder-typing-improvements

Conversation

@skurzyp-blockydevs
Copy link
Contributor

Description
This PR introduces a new branch with code from #417 by [@kalpana-15](https://github.com/kalpana-15). A new branch was created because I did not have push access to the original fork.

Changes

  • Improved the builder to eliminate the use of any.
  • Added missing transactionMemo fields.

Related issue(s):

Fixes #370

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

piotrswierzy
piotrswierzy previously approved these changes Jan 30, 2026
…d add a note to the agent example how to change it to anthropic

Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
@skurzyp-blockydevs skurzyp-blockydevs force-pushed the chore/hedera-transaction-builder-typing-improvements branch from 7cf6d6a to ce60e5f Compare March 13, 2026 14:50
Comment on lines +12 to +20
"@hashgraph/sdk": "2.77.0",
"@langchain/classic": "1.0.5",
"@langchain/core": "1.1.0",
"@langchain/openai": "1.1.3",
"cheerio": "1.1.2",
"dotenv": "17.2.3",
"hedera-agent-kit": "3.8.1",
"prompts": "2.4.2"
"hedera-agent-kit": "3.5.2",
"prompts": "2.4.2",
"@langchain/anthropic": "1.1.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

why are we downgrading dependencies?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should be good now. Removed the unused langchain/anthropic and rolled back to the latest versions of other packages

Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hedera Transaction Builder typing improvements

2 participants