-
Notifications
You must be signed in to change notification settings - Fork 650
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 into testnet branch for 6.0 TESTNET release #2519
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
Fix liquidity pool deposit statistics
Upgrade Docker to Ubuntu Focal Fossa (20.04 LTS)
- 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
To save disk space and network bandwidth.
so that the fund owner would get notified when a fund got used.
Clear operation_results when generating block
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.
Allow bitasset options to be updated after GS
Update comments
Fix code smells
Add conditions when accepting a credit offer
Add dependabot.yml for GitHub Actions
Add Github Action to build and push to Docker Hub
There were 2 issues: - stop should not be included in result according to documentation - unexpected data may be returned when stop is behind start
Fix liquidity pool history APIs
Merge hardfork branch into release branch for 6.0 release
Update sonar.branch.target in release branch
Fixed conflicts: - .github/workflows/build-and-test.win.yml - .github/workflows/sonar-scan.yml
Kudos, SonarCloud Quality Gate passed!
|
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.
The activation time of the
6.0
protocol on the BitShares Public TESTNET is set toTuesday, November 2, 2021 14:02:00 UTC
, or the ISO-8601 format2021-11-02T14:02:02Z
.A draft of the release notes is at #2508 .