-
Notifications
You must be signed in to change notification settings - Fork 16
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: pick hotfixes from 1.8 branch #5645
Conversation
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
Looks like it's waiting for 1.8.2 to be tagged before it can build... |
e62b4ba
to
312ab4b
Compare
The stuck fetches fix is already on main: #5632 |
True - looks like that commit only contains changelog updates and a version bump. I'll change the label. |
312ab4b
to
4ca46b5
Compare
* fix: delete Solana channel state when closed * chore: CHANGELOG and a version bump * test: invalid fetches should not block valid fetches * fix: only decrement counter if we can actually fetch * feat: add account id / withdrawal address to affiliate events (#5634) * feat: Added broker_id to WithdrawalRequest event * chore: changed broker_id to account_id I think this is a better name since it could be either a broker or an affiliate but in the end both is an account. * feat: Added withdrawal address to AffiliateRegistration * feat: returning detailed account information for affiliate in the cf_account_info rpc for brokers (#5641) * feat: Added asset_balances to Unregistered Account variant * chore: added deprecate note * fix: simplify asset map conversion * feat: add optional affiliate withdrawal address to broker account info * fix: clippy and test * fix: make BrokerInfo non-breaking * fix: unused import --------- Co-authored-by: Daniel <daniel@chainflip.io> * fix: ensure correct affiliate account creation/removal * fix: typo * fix: missing version bumps --------- Co-authored-by: kylezs <kyle@chainflip.io> Co-authored-by: Janislav <jan@chainflip.io>
* test: invalid fetches should not block valid fetches * fix: only decrement counter if we can actually fetch
* feat: Added broker_id to WithdrawalRequest event * chore: changed broker_id to account_id I think this is a better name since it could be either a broker or an affiliate but in the end both is an account. * feat: Added withdrawal address to AffiliateRegistration
…account_info rpc for brokers (#5641) * feat: Added asset_balances to Unregistered Account variant * chore: added deprecate note * fix: simplify asset map conversion * feat: add optional affiliate withdrawal address to broker account info * fix: clippy and test * fix: make BrokerInfo non-breaking * fix: unused import --------- Co-authored-by: Daniel <daniel@chainflip.io>
ae04639
to
91e6382
Compare
Cherry picks recent fixes from release/1.8