-
Notifications
You must be signed in to change notification settings - Fork 8
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
176 bidding pallet intergrate share distributor pallet #178
176 bidding pallet intergrate share distributor pallet #178
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any modification of Share_Distributor::create_virtual()
as stated in the PR manifest: are you still working on it?
No, but the change wasn't onboarded in the commit. Now you should see it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good, small changes requested
Codecov Report
@@ Coverage Diff @@
## main #178 +/- ##
==========================================
+ Coverage 76.81% 78.16% +1.34%
==========================================
Files 49 49
Lines 4124 4378 +254
==========================================
+ Hits 3168 3422 +254
Misses 956 956
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
) * updated tests with the call periodicity of process_onboarded_asset() * added process_finalised_asset, updated tests * added unreservation of reserved funds in Housing fund * added share distributor pallet in bidding pallet * updated test setup * added functions in housing fund, updated tests * added unreserved fund in Housing fund for asset transfer * updated tests in share distributor * added call to share distributor in bidding pallet * updated investor list creation conditions * added omitted updates * added spelling fix and renaming additional Commits in this PR. * added event on house status change in Onboarding pallet * added bypass filter on dispatch calls
Call share distributor from bidding pallet
Added complementary functions in housing fund to manage unreservation fund and purchase operation
Updated
Onboarding::do_buy()
with housing fund to manage fund unreserved for the purchase inHousing Fund
Updated
Share_Distributor::create_virtual()
with housing fund purchase process to keep transaction history and stay up to dateUpdated tests to cover the updates