Migration to Hivetx#3165
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (2)
📝 WalkthroughWalkthroughMigrates hive/dhive/dsteem usage to Changes
Sequence Diagram(s)sequenceDiagram
participant App
participant Provider as Hive Provider (src/providers/hive/hive)
participant SDK as `@ecency/sdk` / `@ecency/hive-tx`
participant RPC as Hive RPC Node
App->>Provider: request send operations / sign image / get account
Provider->>SDK: setHiveTxNodes(nodes) / build Transaction / calculateVPMana
Provider->>SDK: sign tx or image (PrivateKey.from / tx.sign)
Provider->>RPC: callRPCBroadcast or callRPC(condenser_api.*) (broadcast or fetch)
RPC-->>Provider: return rpc result (id / data)
Provider-->>App: return result (id / response)
Estimated code review effort🎯 4 (Complex) | ⏱️ ~75 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
New Features
Chores
Refactor