-
Notifications
You must be signed in to change notification settings - Fork 66
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
.NET 6 Release Rollup #1119
base: master
Are you sure you want to change the base?
.NET 6 Release Rollup #1119
Conversation
Merge .NET6 WIP to Feature branch
upgrade to .net 6
.NET6 Unit test fixes
src/Stratis.CirrusMinerD/Program.cs
Outdated
@@ -175,6 +179,10 @@ private static IFullNode BuildStraxNode(string[] args) | |||
.UseWallet() | |||
.AddSQLiteWalletRepository() | |||
.AddPowPosMining(true) | |||
.AddSignalR(options => | |||
{ | |||
DaemonConfiguration.ConfigureSignalRForCirrus(options); |
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.
This is in the BuildStraxNode
method?
@StratisIain , actually, from going the other way and attempting to merge I.e. the expectation is that this PR would result in |
* Fix FailsFV testcase * Don't dispose already disposed runners * Improve error logging in FullNodeFeatureExecutor * Simplify AsyncLock * Fix * Increase timeout * Disable failing Ubuntu and OSX test case temporarily * Stabilize test * Improve test-case
Make WalletSyncManager more robust
* Don't process deposits prior to already processed deposits * Fix MaturedBlocksSyncManagerTests * Update src/Stratis.Features.FederatedPeg/TargetChain/MaturedBlocksSyncManager.cs Co-authored-by: zeptin <[email protected]> * Fix BlocksAreRequestedIfThereIsSomethingToRequestAsync --------- Co-authored-by: zeptin <[email protected]>
* Limit how often the wallet is saved * Tweak * Force wallet save in stop
* Add maturity height to logging * Restore removed code section * Send potentially suspended tx's to CCTS * Fix * Logging and code improvements * Fix null and enforce sync * Resolve some error scenarios * Cleanup
* Use deposit blocktime for conversions * Fix build errors in tests
No description provided.