You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix the derivation (not compiling)
* Add a special storage key that will be used for storing data for all the nostr accounts
* Fix the failing test
* Sorting correctly on fetch projects
* When offset param doesn't exist it works for both indexers
// this cod generates text vectors for SignInvestorRecoveryTransactions_CreatesValidSignatures
203
+
// this code generates text vectors for SignInvestorRecoveryTransactions_CreatesValidSignatures
206
204
207
205
//InvestorTransactionActions _investorTransactionActions; // needed to recreate the vector parameters
208
206
209
-
// needed to recreate the vector parameters
210
-
//_investorTransactionActions = new InvestorTransactionActions(
211
-
// new InvestmentScriptBuilder(new SeederScriptTreeBuilder()),
207
+
//// needed to recreate the vector parameters
208
+
//_investorTransactionActions = new InvestorTransactionActions(NullLogger<InvestorTransactionActions>.Instance,
209
+
// new InvestmentScriptBuilder(new SeederScriptTreeBuilder()),
212
210
// new ProjectScriptsBuilder(_derivationOperations),
213
211
// new SpendingTransactionBuilder(_networkConfiguration.Object, new ProjectScriptsBuilder(_derivationOperations), new InvestmentScriptBuilder(new SeederScriptTreeBuilder())),
214
-
// new InvestmentTransactionBuilder(_networkConfiguration.Object, new ProjectScriptsBuilder(_derivationOperations), new InvestmentScriptBuilder(new SeederScriptTreeBuilder())),
212
+
// new InvestmentTransactionBuilder(_networkConfiguration.Object, new ProjectScriptsBuilder(_derivationOperations), new InvestmentScriptBuilder(new SeederScriptTreeBuilder()), new TaprootScriptBuilder()),
215
213
// new TaprootScriptBuilder(),
216
214
// _networkConfiguration.Object);
217
215
218
-
// and in the method SignInvestorRecoveryTransactions use the method
219
-
// Encoders.Hex.Encode() on the hash of each GetSignatureHashTaproot
216
+
//var words = new WalletWords { Words = "sorry poet adapt sister barely loud praise spray option oxygen hero surround" };
0 commit comments