Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: ObjectStorage.Begin and TxObjectStorage | Máximo Cuadros | 2016-09-05 | 1 | -0/+45 |
| | |||||
* | storage: idiomatic test suite | Máximo Cuadros | 2016-09-05 | 1 | -23/+46 |
| | |||||
* | core: Storage.Get, switch order of args | Máximo Cuadros | 2016-08-29 | 1 | -4/+5 |
| | |||||
* | storage: Add object type hint parameter to ObjectStorage.Get. (#69) | Santiago M. Mola | 2016-08-29 | 1 | -0/+92 |
Some storage backends can optimize object lookup if they get the object type that is expected. So we the signature of the Get method is now Get(Hash, ObjectType). Added generic tests for storage backends. |