feat(solana): Make transceiver peers upgradable#848
Conversation
2b80a2a to
d2c012d
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughThis pull request enables the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
Currently, the
set_transceiver_peerinstruction can only be called once since it usesinit. This means if the transceiver peer needs to be modified, then the transceiver needs to be redeployed. This PR changes theset_transceiver_peerinstruction to beinit_if_neededso that we can update previously set transceiver peers.This also adds unit tests for
update_peerandupdate_transceiver_peerSummary by CodeRabbit
Tests
Chores