Closed shleikes closed 2 months ago
The recent modifications enhance the DataToSign
function within the RelayFinalization
struct to ensure backward compatibility with earlier relay finalization messages. This is achieved by converting the ConsumerAddress
from Bech32 format to sdk.AccAddress
, with robust error handling for conversion failures. The changes maintain functionality with updated address formats while supporting legacy systems, ensuring seamless integration and operation.
Files | Change Summary |
---|---|
x/conflict/types/relay_finalization.go |
Updated DataToSign to convert ConsumerAddress from Bech32 to sdk.AccAddress , adding error handling. |
π In the realm of code where rabbits play,
A change was made to brighten the day.
From Bech32 tosdk.Acc
, we cheer,
Backward compatible, bringing good cheer!
Hopping along with each little fix,
Ensuring our system's a smooth, sweet mix! π
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
2β163 testsβ Β±0βββ2β163 :white_check_mark: Β±0βββ24m 49s :stopwatch: -12s ββ143 suites Β±0βββββββ0 :zzz: Β±0β ββββ7 filesββ Β±0βββββββ0 :x: Β±0β
Results for commit 5081f3b3.βΒ± Comparison against base commit b9a44c6a.
Description
Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.
I have...
!
in the type prefix if API or client breaking changemain
branchReviewers Checklist
All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.
I have...
Summary by CodeRabbit
New Features
Bug Fixes