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

.NET 6 Release Rollup #1119

Open
wants to merge 149 commits into
base: master
Choose a base branch
from
Open

.NET 6 Release Rollup #1119

wants to merge 149 commits into from

Conversation

StratisIain
Copy link
Contributor

No description provided.

SatyaKarki and others added 30 commits December 3, 2021 00:32
@@ -175,6 +179,10 @@ private static IFullNode BuildStraxNode(string[] args)
.UseWallet()
.AddSQLiteWalletRepository()
.AddPowPosMining(true)
.AddSignalR(options =>
{
DaemonConfiguration.ConfigureSignalRForCirrus(options);
Copy link
Collaborator

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?

@quantumagi
Copy link
Contributor

The CI issue related to EnableAutoKickAsync will be fixed in a follow-up CI:

image

@quantumagi
Copy link
Contributor

quantumagi commented Feb 9, 2023

@StratisIain , actually, from going the other way and attempting to merge master into release/1.4.0.7 its apparent that the 1.4.0.7 stuff is already the latest (when comparing and looking at the differences in the VS IDE).

I.e. the expectation is that this PR would result in 1.4.0.7 being copied across as the new master. So, if you encountered the same (1.4.0.7 being the latest in each comparison) we should be good on this merge.

@quantumagi quantumagi dismissed stale reviews from zeptin and themself via 4117934 February 9, 2023 11:28
quantumagi and others added 24 commits February 13, 2023 19:47
* 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
* 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
)

* Limit how often the wallet is saved

* Tweak

* Force wallet save in stop

* Throw error on duplicate withdrawal detected in federation wallet

* Stop application

* Fix

* Just display an error for now

* Can only explicitly remove transient transactions
* 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
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.

7 participants