Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: e8b4de93792ffa65667fc1ba0aceeab69f3ab30c
https://github.com/conformal/btcwallet/commit/e8b4de93792ffa65667fc1ba0aceeab69f3ab30c
Author: Dave Collins <[email protected]>
Date: 2014-11-10 (Mon, 10 Nov 2014)
Changed paths:
A walletdb/bdb/db.go
A walletdb/bdb/doc.go
A walletdb/bdb/driver.go
A walletdb/doc.go
A walletdb/error.go
A walletdb/interface.go
Log Message:
-----------
Implement new namespaced db package named walletdb.
This commit implements a new namespaced db package which is intended to
be used be wallet and any sub-packages as its data storage mechanism.
- Key/value store
- Namespace support
- Allows multiple packages to have their own area in the database without
worrying about conflicts
- Read-only and read-write transactions with both manual and managed modes
- Nested buckets
- Supports registration of backend databases
- Comprehensive test coverage
Commit: d7c00f48d7e3f9f181713ef5920e49f28ccf668c
https://github.com/conformal/btcwallet/commit/d7c00f48d7e3f9f181713ef5920e49f28ccf668c
Author: Dave Collins <[email protected]>
Date: 2014-11-10 (Mon, 10 Nov 2014)
Changed paths:
A walletdb/bdb/driver_test.go
A walletdb/bdb/interface_test.go
A walletdb/cov_report.sh
A walletdb/db_test.go
A walletdb/interface_test.go
A walletdb/test_coverage.txt
Log Message:
-----------
Add full test coverage suite for walletdb package.
Commit: 15fa0a523cd279c79f8e411786f00c8d41cb5e98
https://github.com/conformal/btcwallet/commit/15fa0a523cd279c79f8e411786f00c8d41cb5e98
Author: Dave Collins <[email protected]>
Date: 2014-11-10 (Mon, 10 Nov 2014)
Changed paths:
A walletdb/example_test.go
Log Message:
-----------
Add examples for walletdb usage.
Commit: 349931dae963d65cd4b9034416b2caca36420227
https://github.com/conformal/btcwallet/commit/349931dae963d65cd4b9034416b2caca36420227
Author: Dave Collins <[email protected]>
Date: 2014-11-10 (Mon, 10 Nov 2014)
Changed paths:
A walletdb/README.md
A walletdb/bdb/README.md
Log Message:
-----------
Add README.md for walletdb and bdb driver.
Compare:
https://github.com/conformal/btcwallet/compare/9225863706b3...349931dae963