horizon
Here are 106 public repositories matching this topic...
-
Updated
Jul 31, 2020 - Python
-
Updated
Nov 15, 2020 - Python
display_bsod internally calls the map_framebuffer syscall to map the framebuffer, because we . were lazy and didn't want to duplicate code. However this syscall retrieves the current process to map it in its process memory.
When we're panicking during early boot, CURRENT_PROCESS is None and this panics in the panic handler.
We should instead do a second function that maps it in the k
-
Updated
Nov 16, 2020 - C#
-
Updated
Nov 10, 2020 - Swift
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Feb 14, 2017 - LiveScript
-
Updated
Sep 10, 2020 - C++
-
Updated
Jan 11, 2020 - Rust
-
Updated
Sep 26, 2018 - Rust
-
Updated
Sep 6, 2019 - Shell
-
Updated
Aug 9, 2017 - JavaScript
-
Updated
Oct 5, 2020 - Go
-
Updated
May 17, 2018
Improve this page
Add a description, image, and links to the horizon topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the horizon topic, visit your repo's landing page and select "manage topics."


The asset ordering in the
/tradesendpoint is not deterministic. See, for example how responses are different for the same request (/trades?cursor=133053547049738241-0&limit=10&order=asc) in https://horizon.stellar.org/ vs https://horizon-stg-pubnet.stellar.org/.The ordering sho