-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
Missing ChaincaseBitcoinStore.cs(26, 30): [CS0506] 'ChaincaseBitcoinStore.InitializeAsync()': cannot override inherited member 'BitcoinStore.InitializeAsync()' because it is not marked virtual, abstract, or override |
those changes are at get-latest-mature-header |
subrepo: subdir: "WalletWasabi.SDK" merged: "451508d90" upstream: origin: "https://github.com/chaincase-app/WalletWasabi.Standard" branch: "sdk" commit: "b135c86ff" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
😮💨 nice, this now includes all the subrepo changes w/o the submodule dep. iOS crashes cause there are permission changes to the tor cookie file in #197 that aren't included here but I think you can check sync-from-now on ssb docker fails in test cause we're using WalletWasabi.SDK folder now |
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.
rip out load from blockheight beforehand is my main request
b2f1661
to
2eae28c
Compare
subrepo: subdir: "WalletWasabi.SDK" merged: "704e77c81" upstream: origin: "https://github.com/chaincase-app/WalletWasabi.Standard" branch: "sdk" commit: "7c2ebfacd" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
WasabiClient = null; | ||
|
||
// WasabiClient?.Dispose(); | ||
// WasabiClient = null; |
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.
What's this for? I don't think we can maintain this in memory when iOS goes to sleep
Chaincase.Common/Config.cs
Outdated
@@ -34,7 +34,12 @@ public class Config : ConfigBase | |||
|
|||
[JsonProperty(PropertyName = "Network")] | |||
[JsonConverter(typeof(NetworkJsonConverter))] | |||
public NBitcoin.Network Network { get; internal set; } = NBitcoin.Network.Main; | |||
#if DEBUG |
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.
delett this
@@ -1,5 +1,5 @@ | |||
@inject StatusViewModel StatusViewModel | |||
|
|||
@using WalletWasabi.Stores |
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.
rm, unused afaik
@@ -160,6 +175,15 @@ private async Task AssertRpcNodeFullyInitializedAsync() | |||
} | |||
Logger.LogInfo($"Generated 101 block on {Network.RegTest}. Number of blocks {blocks}."); | |||
} | |||
//101 blocks is fine, but let's spice things up in regtest for better sync tests |
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.
where is the aforementioned spice at?
…incase into kukks/feat/sync-new-from-now
When I wrote this test the python script used 600,000 iterations but in practice we use 200,000, so I updated the ciphertext to reflect 200,000 iterations
Even when running the backend regtest docker-compose the backend NotificationTests & SyncWalletFromRecentBlock fail cause they seemingly can't connect to the additionally, the tokens tableattempts to be crated multiple times and fails
|
regardless of the purpose of the test and the state of the ViewModel, what's rendered is not the same as my experience nor the state of the SendViewModel. The binding or test need to be fundamentally reconsidered
subrepo: subdir: "WalletWasabi.SDK" merged: "e5404fab0" upstream: origin: "https://github.com/chaincase-app/WalletWasabi.Standard" branch: "sdk" commit: "7c2ebfacd" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
5bd6e91
to
be0848a
Compare
No description provided.