- Apr 06, 2018
-
-
Sean Young authored
In GetStorage() and get(), avoid potential concurrent duplicate backend calls for the same entry by taking a write lock. This does increase the time the cache is write locked. Also avoid leaving the cache locked in early exit from the iterate functions. Signed-off-by:
Sean Young <sean.young@monax.io>
-
Sean Young authored
Avoid concurrent duplicate calls to backend.GetNameEntry(). This avoids duplicate work but holds a write lock for the duration. Ensure we unlock in error path in Sync. Signed-off-by:
Sean Young <sean.young@monax.io>
-
Sean Young authored
Add install_db target and dirty hash
-
Silas Davis authored
the working directory that will be added to burrow --version output when burrow is build with a dirty working dir - useful for distinguishing builds against uncommitted code. Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
fix key management on known accounts; add chain name flags
-
- Apr 04, 2018
-
-
Casey Kuhlman authored
Signed-off-by:
Casey Kuhlman <casey@monax.io>
-
Casey Kuhlman authored
To be consistent with GenesisDoc GenesisSpec should use 'PublicKey' as
-
Silas Davis authored
field name Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
State refresh logging and debug
-
- Apr 03, 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
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
State improvements
-
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>
-
smblucker authored
Signed-off-by:
smblucker <smblucker@outlook.com> 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>
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Mar 14, 2018
-
-
Casey Kuhlman authored
Hotfix BlockCache accumulating writes when it shouldn't
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
- Mar 12, 2018
-
-
Casey Kuhlman authored
Protect against panics in websocket process
-
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
Fix IAVL transitive dependency to make Burrow easier to depend on.
-
- Mar 08, 2018
-
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Silas Davis authored
Making case and naming conventions consistent
-
Silas Davis authored
Bump bos version to one that tests SIGNEXTEND
-
- Mar 07, 2018
-
-
Silas Davis authored
and version bump to pre-release 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>
-
Casey Kuhlman authored
Add some more useful comments in permissions.go
-
Silas Davis authored
level what they do. Signed-off-by:
Silas Davis <silas@monax.io>
-
- Mar 05, 2018
-
-
Dennis Mckinnon authored
Constrain Tendermint dependency versions more tightly
-
Silas Davis authored
Signed-off-by:
Silas Davis <silas@monax.io>
-
Dennis Mckinnon authored
Fix SIGNEXTEND EVM issue and harden execution layer
-
- Mar 02, 2018
-
-
Silas Davis authored
Update readme
-