You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Migrate SignalR feature into WebHost
- Migrate the SignalR feature into WebHost.
- Further refactor WebHost from "Api" to "WebHost.
- Remove the versioning support from REST API.
- Enable flags to enable/disable UI, API and WS.
- Generate and include XML documentation in the REST API for all features.
- Add a basic example on Web Socket listener.
* Improve the Web Socket event handling
- Return the EventBase directly to Web Socket consumers.
- Remove unused code.
- Remove references in WebHost project.
* created a class to handle swagger api documentation xml file inclusion.
* Fix issue with exceptions during type loading
- Move the Assembly extension from Swagger scaffolding to Utilities.
- Minor bug discovered in dispose when object is null (happened during an integration test).
* Rename WebHost to NodeHost
- Next commit will rename the physical folder.
* Rename WebHost folder to NodeHost
- Updates all references, etc. from WebHost to NodeHost.
* Removing the dependency on a static service provider
* Remove the Hash and Height
- We're returning the whole object in the evernt, no longer needed to read out hash and height.
* Revert "Remove the Hash and Height"
This reverts commit 4f8af1b.
* Move the resolving of HubContext so it only runs when WS is enabled
- Minor cleanup of events, removing older properties.
* Remove hardcoded URL to JS and WS endpoints
- Update to use relative path when hosted on the NodeHost.
- Add JsonIgnore on objects that can't serialize. This needs to be added to more.
* Handle serialization of IPAddress, add ignore on structures that crash node
- Certain types will crash the node when sent to the Web Socket consumer.
- Beware of this issue in the future when working on the event types.
- Remove the EventType and instead only have EventName.
* Fix dependency issue for broadcasters when no IEventsSubscriptionService is registered
- When using the node without .UseWebHost, no implementation of IEventsSubscriptionService is registered. This fixes the broadcasters by handling them as empty if one is not provided.
* Update InitialBlockDownloadState.cs
- Reverted the changes to check for nulls on IBD check.
Co-authored-by: Mithril Man <red.angel@libero.it>
Co-authored-by: dangershony <dan.gershony@gmail.com>
0 commit comments