Skip to content
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 291 commits into from
Dec 12, 2021
Merged

Conversation

abitmore
Copy link
Member

Note: the branch is forked from release and updated SonarScanner config with a new commit.

- 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 )
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
Notify all related accounts on account creation
abitmore and others added 24 commits October 25, 2021 01:30
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
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
@abitmore abitmore added this to the 6.1.0 - Feature Release milestone Dec 12, 2021
@sonarcloud
Copy link

sonarcloud bot commented Dec 12, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 134 Code Smells

91.5% 91.5% Coverage
0.2% 0.2% Duplication

@abitmore abitmore merged commit 17422e4 into develop Dec 12, 2021
@abitmore abitmore deleted the release_to_develop branch December 12, 2021 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants