Iris Li
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...
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
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...
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...
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": {...
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...
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  Or even on a bigger viewport:  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...