neoneo-go/pkg/core/storage
Evgeniy Kulikov 33f59debf2
store: Fix DataRace in MemoryStore
- Add RWMutex to MemoryStore struct
- Use Lock/Unlock for writing
- Use RLock/RUnlock for reading
- Fix #313 issue
2019-08-27 16:48:30 +03:00
..
helpers.go uint256: add Reverse(), change String() to be BE 2019-08-26 13:32:19 +03:00
leveldb_store.go Blockchain graceful shutdown (#139) 2019-02-19 12:48:48 +01:00
leveldb_store_test.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
memory_store.go store: Fix DataRace in MemoryStore 2019-08-27 16:48:30 +03:00
memory_store_test.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
README.md Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
redis_store.go Tweaks for network and storage (#66) 2018-04-09 18:58:09 +02:00
store.go Tweaks for network and storage (#66) 2018-04-09 18:58:09 +02:00
store_test.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00

Storage