Results 30 issues of Iris Li

I need an API with up to date information including: - List of assets sorted by volume - Spread of the asset in some meaningful way (not just the closest...

contribution

This is so that users don't change on the network and accidentally believe that the results were updated too. Suggested by @bartekn in: https://github.com/stellar/laboratory/pull/136

bug
laboratory

As of right now, clicking on the fetch button does not have any visual indicators until the either the end result or error state. We could add some sort of...

enhancement
laboratory
v1

There are edge cases regarding currency codes in stellard that aren't handled well. In my understanding, currency codes are supposed to only contain uppercase alphanumeric characters (or maybe just uppercase...

bug
ready

This transaction works (some information hidden to make things shorter): ``` curl -X POST https://live.stellar.org:9002 -d '{> "method": "submit", > "params": [ > { > "secret": "secret", > "tx_json": {...

bug

I played around with stellard and found out a few things: - The smallest amount you can send `".00000000000000000000000000000001"` (10^-31). Anything smaller (more digits) doesn't work. I havent found any...

bug

If you set requireDestTag on an account, you use `65536` ``` json curl -X POST https://live.stellar.org:9002 -d ' { "method": "submit", "params": [ { "secret": "sMasterSeedHereXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "tx_json": { "TransactionType": "AccountSet",...

Take for example: https://www-stg.stellar.org/developers/horizon/reference/path-finding.html Example on a apple thunderbolt monitor ![image](https://cloud.githubusercontent.com/assets/5728307/14005363/b888ea2c-f11f-11e5-8461-566a7a048ee8.png) Or even on a bigger viewport: ![image](https://cloud.githubusercontent.com/assets/5728307/14005348/9928fc94-f11f-11e5-964a-c25ffdd50e9b.png) It doesn't snap to the side until the viewport fills up until...

A user may go to a stellar-core page with the url `https://www.stellar.org/developers/stellar-core/learn/admin.html`. Out of curiosity, the user deletes the `learn/admin.html` and gets to `https://www.stellar.org/developers/stellar-core/`. However, that root stellar-core page looks...