- May 29, 2018
-
-
Sean Young authored
Signed-off-by:
Sean Young <sean.young@monax.io>
-
Sean Young authored
The keys client and and server is now built into burrow, see the "burrow keys" command. Signed-off-by:
Sean Young <sean.young@monax.io>
-
Sean Young authored
This is so we can add a grpc keys server in a later commit Signed-off-by:
Sean Young <sean.young@monax.io>
-
Sean Young authored
Move various crypto bits to the top-level, so that we can reuse it for the key, which will be added in a later commit. Signed-off-by:
Sean Young <sean.young@monax.io>
-
- May 16, 2018
-
-
smblucker authored
Signed-off-by:
smblucker <smblucker@outlook.com>
-
Silas Davis authored
deployment package will provide a singular object to provide to provisioning and orchestration systems like ansible, kubernetes, terraform Signed-off-by:
Silas Davis <silas@monax.io>
-
- May 11, 2018
-
-
Silas Davis authored
Increase reap threshold to 20 seconds Signed-off-by:
Silas Davis <silas@monax.io>
-
- May 10, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Exposed by timeouts in waitForEvent helper Signed-off-by:
Silas Davis <silas@monax.io>
-
- May 09, 2018
-
-
Silas Davis authored
rather waiting for block (which may or may not contain tx) Signed-off-by:
Silas Davis <silas@monax.io>
-
- Apr 13, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Apr 12, 2018
-
-
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
-
-
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>
-
- 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
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>
-
- Apr 03, 2018
-
-
Silas Davis authored
Move state to sub-package fixing cyclic dependency. No longer expect insufficient gas for nested call. Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
extensible way Signed-off-by:
Silas Davis <silas@monax.io>
-
- Apr 02, 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>
-
- Mar 22, 2018
-
-
Silas Davis authored
Improve logging and memomize transactions hashes 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>
-
- Mar 12, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Mar 06, 2018
-
-
Silas Davis authored
for return types shared by the RPC - leaving v0 only one as they were (for now). This is for integration in Bosmarmot. Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 27, 2018
-
-
Silas Davis authored
empty address - restoring correct behaviour for JS libs. Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 24, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 23, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 21, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 15, 2018
-
-
Silas Davis authored
websocket Signed-off-by:
Silas Davis <silas@monax.io>
-
- Feb 14, 2018
-
-
Silas Davis authored
In particular we can stop trying to write to dropped websocket connections Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Makes our events non-blocking and adds Query logic. Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-