- Apr 27, 2018
-
-
Sean Young authored
Add file and json logging instructions.
-
Sean Young authored
Ensure storing zero value removes the key rather than panics
-
Sean Young authored
Making substantive and cosmetic changes to api.md
-
- Apr 25, 2018
-
-
Sean Young authored
Adding tests to state_cache_test.go
-
smblucker authored
Signed-off-by:
smblucker <smblucker@outlook.com>
-
- Apr 23, 2018
-
-
smblucker authored
Signed-off-by:
smblucker <smblucker@outlook.com>
-
- Apr 20, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Apr 19, 2018
-
-
Silas Davis authored
Better function naming
-
- Apr 18, 2018
-
-
Mostafa authored
Signed-off-by:
Mostafa <mostafa.sedaghat@gmail.com>
-
- Apr 17, 2018
-
-
Mostafa authored
Signed-off-by:
Mostafa <mostafa.sedaghat@gmail.com>
-
- Apr 15, 2018
-
-
Casey Kuhlman authored
Disable authenticated peer connections
-
Silas Davis authored
behaviour in private validator pool. Signed-off-by:
Silas Davis <silas@monax.io>
-
- Apr 13, 2018
-
-
Sean Young authored
Upgrade to Tendermint 0.18.0 (and other dependencies)
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Apr 12, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
recheckTxs) before allowing the Transactor to query transactions from the mempool again. This ensures SequentialSigningAccount will always retrieve the freshest sequence numbers since it will block until all transactions in the mempool have been replayed to CheckTx after a commit. Signed-off-by:
Silas Davis <silas@monax.io>
-
- Apr 09, 2018
-
-
Sean Young authored
Mempool sequence numbers and address based transact
-
Silas Davis authored
SequentialSigningAccount and implement hash-free signer (not in use yet) Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Apr 08, 2018
-
-
Silas Davis authored
SequentialSigningAccount that serialises sequence number assignment. Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
is being generated Signed-off-by:
Silas Davis <silas@monax.io>
-
- Apr 07, 2018
-
-
Silas Davis authored
Implement access to mempool state and refactor transactor to use this to set sequence number optimistically. Swap order of check cache reset and committer commit to avoid concurrency issues with mempool access during commits. Make transactor accept InputAccount for all signing methods and add InputAddress parameter to V0 methods allowing address based signing in addition to private key based signing with minimal changes. Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
signing under a single interface method. Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Apr 06, 2018
-
-
Silas Davis authored
State cache fixes
-
Sean Young authored
The IterateStorage and IterateAccounts methods are broken. They return entries accounts which have been removed, and entries which are in the cache are returned twice (from cache and backend). So remove iterability from the cache and solve these problems. Signed-off-by:
Sean Young <sean.young@monax.io>
-