Corey Ballou

Results 19 comments of Corey Ballou

I would suggest someone open a pull request to also accept a promise as the third param. Add accompanying handling to check whether param 3 is an array or a...

It shouldn't be all that bad to implement. Pass in a config param called connection containing the `Mongo` class. Check if `$config['connection']` exists, and if so don't require them to...

I believe this may need to be re-opened on the `js-stellar-sdk` side (things look good from my `stellar/go` patch). As far as I'm aware in the specification of JS and...

I like the slider idea. It's currently already set to start at a random interval to ensure that TT.FM doesn't pick up on any consistent patterns in voting.

Your paths may be different, but the necessary steps appear to be simply reindexing from scratch. ``` # backup the old index cd ~/.local/share/ord mv index.redb index.redb.bak # trigger re-indexing...

Yuck... I'll have to take a look..

Unfortunately I don't have the free time to fix this thing anytime soon :-/ If anybody is willing to fork it and try to get it working again that'd be...

You're using a non-integer in `new \ZuluCrypto\StellarSdk\XdrModel\Price(1, 0.1)`. Instead, you should adjust your numerator and denominator as follows: ``` new \ZuluCrypto\StellarSdk\XdrModel\Price(10, 1) ```

It's currently hardcoded in. I have some significant modifications to the repo internally that I'll eventually push. In the meantime, what you're looking for is adding this method to `src/Transaction/TransactionBuilder.php`:...