Skip to content

feat: simple fees#1213

Open
ivaylonikolov7 wants to merge 4 commits intomainfrom
feat/simple-fees
Open

feat: simple fees#1213
ivaylonikolov7 wants to merge 4 commits intomainfrom
feat/simple-fees

Conversation

@ivaylonikolov7
Copy link
Copy Markdown
Contributor

@ivaylonikolov7 ivaylonikolov7 commented Feb 8, 2026

Description:

  • Add chunked transaction fixes, per-chunk transaction IDs, and FeeEstimateQuery support.
  • Fix chunked transaction list to build one transaction per (chunk, node) instead of one per node
  • Add chunk_interval_nanos to ChunkData and use distinct transaction IDs per chunk when set (FileAppend and TopicMessageSubmit)
  • Add TransactionId::with_valid_start_offset for per-chunk IDs
  • Add unit tests for chunked FileAppend and TopicMessageSubmit (transaction count and distinct IDs per chunk)
  • Add FeeEstimateQuery and mirror-node fee estimate API integration
  • Add e2e tests for fee estimate query

** Fixes ** - #1147

Checklist

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

ivaylonikolov7 and others added 3 commits February 9, 2026 01:43
…ion ID per chunk

Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
…sageSubmit

Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
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.

1 participant