stellard
stellard copied to clipboard
INACTIVE. Server in the Stellar network. Maintains the distributed ledger. Introduces and validates transactions. This repo is not in active development, it is being replaced by stellar-core.
As a followon to #79 we would like to transmit history over the network _primarily_ as a sequence of ledger-header / transaction-sequence blocks, rather than set-reconciliation of SHAMaps. The _starting...
As part of #79, we would like to store transactions as a dense logical sequence attached to a ledger, not a set of hash-identified SHAMap nodes stored individually in the...
We would like to have a nightly, automatic performance test that runs in our staging network and replays history from genesis to present (and several other scenarios), comparing against benchmark...
Ledgers (both state and history) are currently stored as fine-grained SHAMaps, one for transactions and one for the state of all accounts and other ledger-objects (orders etc.). We would like...
As reported here https://stellartalk.org/topic/6435-removing-trust-lines/ and it appears as well in #96: When a trustline has been set with the NoRipple flag set to true, it appears you cannot remove it,...
Hi, I tried to build stellard but I got this error ``` bash $scons scons: Reading SConscript files ... Configuration: CC gcc CXX g++ CXXFLAGS -O3 -fno-strict-aliasing -pthread -Wno-invalid-offsetof -Wformat...
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...
``` ~$ curl -X POST https://test.stellar.org:9002 -d ' > { > "method": "subscribe", > "params": [ > { > "accounts": [ > "ganVp9o5emfzpwrG5QVUXqMv8AgLcdvySb", > "gM4Fpv2QuHY4knJsQyYGKEHFGw3eMBwc1U" > ], > "url": "localhost:8000/callback-endpoint"...