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

feat: hedera token service embedding (#118) #162

Closed

Conversation

arianejasuwienas
Copy link
Contributor

@arianejasuwienas arianejasuwienas commented Dec 19, 2024

Description:
Sample usage of the embedded HTS service in the foundry tests using FFI. For now only PoC using the already running Hedera Local node is supported.

Related issue(s):

Fixes #118.

Notes for reviewer:

Checklist

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

@arianejasuwienas arianejasuwienas added the New Feature A new feature, service, or documentation. Major changes that are not backwards compatible. label Dec 19, 2024
@arianejasuwienas arianejasuwienas self-assigned this Dec 19, 2024
@arianejasuwienas arianejasuwienas requested review from a team as code owners December 19, 2024 19:17
@arianejasuwienas arianejasuwienas force-pushed the 118-foundry-investigate-hts-embedding-in-foundry branch from 739ed38 to 0410981 Compare December 19, 2024 20:27
Signed-off-by: Mariusz Jasuwienas <[email protected]>
@acuarica acuarica added design Feature design, pilot or prototyping exploration work or documentation and removed New Feature A new feature, service, or documentation. Major changes that are not backwards compatible. labels Dec 19, 2024
{
"name": "ffi",
"version": "1.0.0",
"main": "createToken.js",
Copy link
Contributor

Choose a reason for hiding this comment

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

is this file missing?

Comment on lines 13 to 14
"@ethereumjs/common": "^4.4.0",
"@ethereumjs/tx": "^5.4.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

out of curiosity, are these used somewhere?

…tecode file afer it was changed on other branch

Signed-off-by: Mariusz Jasuwienas <[email protected]>
@acuarica
Copy link
Contributor

acuarica commented Jan 3, 2025

As discussed, the idea of having this PoC as a PR is to not lose progress, in case we want to resume it in the future.

@acuarica acuarica closed this Jan 3, 2025
@acuarica acuarica deleted the 118-foundry-investigate-hts-embedding-in-foundry branch January 3, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Feature design, pilot or prototyping exploration work or documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Foundry] Investigate HTS "embedding" in Foundry
2 participants