-
Notifications
You must be signed in to change notification settings - Fork 648
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
Merge release branch back into develop branch #2550
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- list_samet_funds( limit, start_id ) - get_samet_funds_by_owner( account_name_or_id, limit, start_id ) - get_samet_funds_by_asset( asset_symbol_or_id, limit, start_id )
Implement no-collateral funding
Move samet_fund_object reflection into cpp file
so that the fund owner would get notified when a fund got used.
Return owner account for SameT Fund borrow, repay
Merge develop branch into hardfork branch
When a credit offer's acceptable borrowers map is empty and a borrower already has an active credit deal made from that offer, the borrower was unable to make a new credit deal from that offer.
- list_credit_offers( limit, start_id ) - get_credit_offers_by_owner( account_name_or_id, limit, start_id ) - get_credit_offers_by_asset( asset_symbol_or_id, limit, start_id ) - list_credit_deals( limit, start_id ) - get_credit_deals_by_offer_id( offer_id, limit, start_id ) - get_credit_deals_by_offer_owner( account_name_or_id, limit, start_id ) - get_credit_deals_by_borrower( account_name_or_id, limit, start_id ) - get_credit_deals_by_debt_asset( asset_symbol_or_id, limit, start_id ) - get_credit_deals_by_collateral_asset( asset_symbol_or_id, limit, start_id ) BTW refactored database APIs for SameT Funds.
Replace magic numbers with more meaningful variables
Return extendable_operation_result
Fix MinGW64 build
Notify all related accounts on account creation
Update sonar.branch.target in release branch
If the type of a member variable is Optional, setting a non-standard default value will cause serialization / deserialization problems.
Remove default value from the optional `new_fee_rate` member in `samet_fund_update_operation`
Merge hardfork branch into release branch
The broadcast_transaction_with_callback API returns an empty operation_results
... so that the listeners know the operation results
Fix broadcast_transaction_with_callback API
Merge hardfork branch into release branch
Fix an error in README.md
Update in-code docs
Merge hardfork branch into release branch
SonarScanner (version 4.6.2.2472) reports a division by zero error in the '/=' operation below, which is a false positive.
Add defensive check to mute SonarScanner warning
Merge hardfork branch into release branch
Set Mainnet 6.0 HF time to 2022-01-11 14:02:00 UTC
Update docs for 6.0 release
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: the branch is forked from
release
and updated SonarScanner config with a new commit.