This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Added reference to Github issue number for all TODO markers in task list #414
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… database providers - Defined repository interface - Added demo provider implementations for Rocks DB and Cosmos DB
…sistence repositories ENUMS - /Implementations/Blockchains/LevelDB/DataEntryPrefix.cs -> /Persistence EXTENSIONS - /Helper.cs -> Migrated to NeoSharp.Core/Extensions - /IO/Helper.cs -> Migrated to NeoSharp.Core/Extensions TYPES - /IO/ISerializable.cs -> /Types - /IO/ICloneable.cs -> /Types - /IO/ISerializable.cs -> /Types - /IO/Wrappers -> /Types - /IO/Json -> /Types - /Fixed8.cs -> /Types/Fixed8 - /BigDecimal.cs -> /Types/BigDecimal - /UIntBase.cs -> /Types/UIntBase - /UInt160.cs -> /Types/UInt160 - /UInt256.cs -> /Types/UInt256 NETWORK - /Network/IInventory.cs -> /Network/IInventory - /Network/InventoryType.cs -> /Network/InventoryType
Add missing files
- Removed NeoSharp.Persistence.CosmosDB and NeoSharp.Persistence.RocksDB Persistence Projects since we will do LevelDB and Redis first - Added NeoSharp.Persistence.RedisDB Project VM - Added NeoSharp.VM.NeoVM and NeoSharp.VM.HyperVM Projects to handle specific VM implementation / interop / abstraction
- Removed NeoSharp.Persistence.CosmosDB and NeoSharp.Persistence.RocksDB Persistence Projects since we will do LevelDB and Redis first - Added NeoSharp.Persistence.RedisDB Project VM - Added NeoSharp.VM.NeoVM and NeoSharp.VM.HyperVM Projects to handle specific VM implementation / interop / abstraction
…ge.Redis - Persistence.RedisDB: Added RedisStreamsHelper to wrap Streams API Functionality using StackExchange.Redis
…alization attributes
Refactored and Extended RedisDbRepository and Helper Classes
Refactored Redis Helpers Implemented first pass of Redis Repository Implemented HashSets and SortedList Secondary Indexes in Redis Repository implementation Added and updated code comments in IRepository and Redis Repository implementation
…o provide RocksDB and Managed Wrappers to the NeoSharp.Persistence.RocksDB library
Implemented RedisDbConfiguration and RocksDbConfiguration Refactored IRepository and re-implemented RedisDbRepository and RocksDbRepository interface implementation
…ern for both Binary and JSON Serialization Refactored RocksDB Persistence to conform to new Model / Context pattern for Binary serialization
…ated github issue and referenced the associated issue number inline.
…ated github issue and referenced the associated issue number inline.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.