stellard icon indicating copy to clipboard operation
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.

Results 62 stellard issues
Sort by recently updated
recently updated
newest added

In the build instructions, https://github.com/stellar/stellard/blob/master/doc/building-stellard.md#libsodium # cd libsodium-0.7.0/ should be # cd libsodium-1.0.1/

we are an exchange which support stellar, but we often get `noNetwork` error from stellard, why is this, and when this can be solved?

Stellar aims to be become an "common financial platform, designed to be open and accessible to everyone". It would greatly benefit from a precise documentation of the protocol. Successful open...

contribute
discussion

when a transaction is submitted, we should check if it's transaction hash is in memory and return temERROR rigth away in the case of a malformed transaction

I'm investigating, why Inflation doesn't happen when it supposed to: All inflations go to address g4eRqgZfzfj3132y17iaf2fp6HQj1gofjt, because it has 97 bln STR behind it. 1) First inflation happened in ledger...

submitting a transaction with an empty string in a field (TransactionType, Destination, Amount) returns tesSUCCESS

bug

We are working on a new consensus algorithm, tentatively called FBA ("Federated Byzantine Agreement").

Part of #118, part of selecting a set of appropriate number of buckets and overflow/merge/rehash threshold sizes is just plain arithmetic on the proposed data structure. Do this and document...

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...

Currently, there seems to be no process for merging code into the upstream. Minimal discussion of proposed changes. As a result, frivolous commits are being merged. For example, a series...