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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epic: Modularize Token Service Implementation #5767

Closed
20 of 21 tasks
Tracked by #4710
Neeharika-Sompalli opened this issue Mar 23, 2023 · 0 comments
Closed
20 of 21 tasks
Tracked by #4710

Epic: Modularize Token Service Implementation #5767

Neeharika-Sompalli opened this issue Mar 23, 2023 · 0 comments
Assignees
Labels
Epic A body of work that can be broken down into specific tasks. Hedera Token Service Issues related to the Hedera Token Service. Modularization Issues or PRs related to modularization
Milestone

Comments

@Neeharika-Sompalli
Copy link
Member

Neeharika-Sompalli commented Mar 23, 2023

In phase one, we will see a full CI run pass, with Token Service operations largely performed by workflows and modularized business logic and the Merkle tree root being MerkleHederaState.

馃摠 The issue is still in draft and will be completed with sub-issues

Staking Service And CryptoTransfer Implementation

PBJ

PRE-HANDLE

Pre-handle will now be "workflow-aware", so within HederaMerkleState#preHandle, we will first extract the function, and then either call into the mono-servicesignature expansion; or into the pre-handle workflow.

Tasks

HANDLE

Once again handle will become workflow-aware, so that within HederaMerkleState we can immediately adapt a platform Transaction with metadata derived from the pre-handle workflow into a SignedTxnAccessor.

However, instead of delegating the final business logic to a TransitionLogic, this must be done via a Handler that (as in INGEST),

  • Uses the States API for persistence.
  • Receives facilities/context with API's that approximate the final SPI versions.

Tasks

QUERY

As above, ideally the adapters are implementing API's that approximate what we expect to be the final versions. (Or at least are highly suggestive of what will have changed/improved in the final API's.)

Testing

@Neeharika-Sompalli Neeharika-Sompalli added the Modularization Issues or PRs related to modularization label Mar 31, 2023
@Neeharika-Sompalli Neeharika-Sompalli added this to the v0.36.0 milestone Mar 31, 2023
@nickpoorman nickpoorman modified the milestones: v0.36, v0.38 Apr 24, 2023
@Neeharika-Sompalli Neeharika-Sompalli modified the milestones: v0.38, v0.39 Apr 27, 2023
@nickpoorman nickpoorman modified the milestones: v0.39, v0.40 May 31, 2023
@nickpoorman nickpoorman changed the title Modularize Token Service Implementation Epic: Modularize Token Service Implementation May 31, 2023
@nickpoorman nickpoorman added the Epic A body of work that can be broken down into specific tasks. label May 31, 2023
@netopyr netopyr added the Hedera Token Service Issues related to the Hedera Token Service. label Jun 30, 2023
@netopyr netopyr modified the milestones: v0.40, v0.41 Jul 18, 2023
@mhess-swl mhess-swl modified the milestones: v0.41, v0.42 Aug 17, 2023
@netopyr netopyr closed this as completed Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic A body of work that can be broken down into specific tasks. Hedera Token Service Issues related to the Hedera Token Service. Modularization Issues or PRs related to modularization
Projects
Archived in project
Development

No branches or pull requests

4 participants