Denis Angell

Results 95 comments of Denis Angell

> FWIW, I am uncomfortable with this change. Both `STCurrency` and `STIssue` are basic protocol building blocks, and because of this we cannot assume that `isDefault()` functions will be only...

> > > FWIW, I am uncomfortable with this change. Both `STCurrency` and `STIssue` are basic protocol building blocks, and because of this we cannot assume that `isDefault()` functions will...

- [ ] Add Multiple Account/Signers - [ ](Senior Review) Rewrite stacking views - [x] (Senior Review) Fix `tefALREADY` during broadcasting - [ ] (Senior Review) Fix/Review Invariant - [...

The issue with this is that in this repo we have models and validation. So we could use the binary codec and not use the transaction model however i think...

``` Added sfDelegateSequence which are optional to avoid double insertion, when a delegating transaction happens, we have to increment both of the delegating account's sequence and the delegated account's sequence....

> Hi @Bronek, thanks for the help. > > I’ve been trying to test the SingleAssetVault feature myself, but it seems like the feature isn’t enabled yet—I’m getting a message...

> Hey, thank you, but I think in this branch the feature is enabled. Am I wrong? Oops. lol yes this branch will work. I'm assuming you are running standalone?...

One thing I did find is that traditional deposit auth will override the credentials. Meaning if the destination adds deposit auth credentials, then deposit auth's my account, I dont need...

Below are some timing tests for sqlite3 using different `page_size` and `max_page_count`. As we can see the same settings should not be applied to validators as FH nodes. If nodes...

That error means that when the test env tried to access the account but it isn't activated. Typically occurring when you submit a txn with `env(...)` and the account doesnt...