Bartek Nowotarski

Results 62 issues of Bartek Nowotarski

`TestInsertOrUpdateAsset` failed when testing a commit that was a markdown file edit: https://circleci.com/gh/stellar/go/12298

ticker

### What version are you using? 2.13.0 ### What did you do? State verifier in Horizon use `ingest.CheckpointChangeReader` to stream ledger entry changes from buckets in history archive. While it's...

horizon
bug

### What version are you using? 2.11.0 ### What did you do? I've noticed several `JSON decoder out of sync - data changing underfoot?` errors. After analyzing stack traces I...

horizon
bug

### What version are you using? Horizon v2.19.0 vs Horizon v2.20.0. ### What did you do? Running a shiny new [goreplay middleware](https://github.com/stellar/go/pull/4496) comparing two responses between two versions and found...

horizon
bug

Current one [looks bad](https://travis-ci.org/stellar/stellar-wallet) in Travis.

Previous discussion: stellar/stellar-api#54

Right now we're using gulp in `interstellar` cli. Ideally, we should remove gulp dependency and develop a normal CLI application. This is rather simple task (copy&paste). [`commander`](https://www.npmjs.com/package/commander) seems to be...

Consider the following code: ``` go var operationBuilder interface{} if !destinationExists { operationBuilder = b.CreateAccount(mutators...) } else { operationBuilder = b.Payment(mutators...) } // Check errors here txBuilder := b.Transaction( operationBuilder.(b.TransactionMutator)),...

It looks like Ledger connection timeouts if payment is not confirmed quickly. To reproduce: 1. Login using Ledger device. 2. Send 1 XLM to yourself. 3. Wait for 60 seconds...

bug

In the list of transactions we display payments only (`create_account`, `payment`, `path_payment` and `account_merge`). It can be confusing for users that use the same key to make trades in other...