- Oct 29, 2015
-
-
David Vorick authored
bump version to v0.4.7
-
- Oct 27, 2015
-
-
Luke Champine authored
-
Luke Champine authored
-
David Vorick authored
Fix naming of sharedest to match standard naming conventions
-
David Vorick authored
Ban 0.3.3.x
-
Luke Champine authored
-
Luke Champine authored
-
Luke Champine authored
-
Luke Champine authored
the relay transaction handlers were actually overwriting each other, so this should improve network health as a whole.
-
David Vorick authored
bump version to v0.4.6
-
Luke Champine authored
This will cause 0.3.3.x nodes to reject connections. Once a majority of nodes are sending their real version, we can bump the minimum acceptable version to 0.4.
-
- Oct 26, 2015
-
-
Luke Champine authored
-
Luke Champine authored
disable broken consistency check in release constants
-
David Vorick authored
-
Michael Lynch authored
-
- Oct 23, 2015
-
-
David Vorick authored
bump version to v0.4.5
-
Luke Champine authored
-
Luke Champine authored
add testing for expiring contracts
-
Luke Champine authored
-
David Vorick authored
-
Luke Champine authored
Fix Explorer Metrics
-
David Vorick authored
close handles in (*Renter).load properly
-
David Vorick authored
-
Luke Champine authored
-
Luke Champine authored
Switch to vendored bolt
-
David Vorick authored
-
David Vorick authored
-
David Vorick authored
-
David Vorick authored
-
- Oct 22, 2015
-
-
David Vorick authored
-
David Vorick authored
-
David Vorick authored
-
David Vorick authored
-
David Vorick authored
Add interface for bolt database logic
-
David Vorick authored
Create interfaces for block marshalling
-
- Oct 21, 2015
-
-
Michael Lynch authored
-
Michael Lynch authored
Add a GenericMarshaler interface that wraps encoding.Marshal / encoding.Unmarshal to make it easier for these functions to be mocked out for testing.
-
Michael Lynch authored
-
Michael Lynch authored
Create interface for marshalling type.Block and unmarshalling consensus.processedBlock. The explicit interfaces will facilitate testing of the consensus package (specifically the validHeader function).
-
Michael Lynch authored
Add interfaces to wrap boltdb types to facilitate testing. Replace boltdb types with interfaces in validHeader function.
-