Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Add blazor module#20

Open
JayArrowz wants to merge 33 commits intobuild_fixfrom
blazor-v2
Open

Add blazor module#20
JayArrowz wants to merge 33 commits intobuild_fixfrom
blazor-v2

Conversation

@JayArrowz
Copy link
Contributor

No description provided.

{typeof(AuthenticationModule), () => new AuthenticationModule()},
{typeof(ApiModule), () => new ApiModule("http://*:5005",
new List<string> {"Catalyst.Core.Modules.Web3"})},
//TODO Does not work anymore
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be broken after ASP.NET core 3 update

{
public class BlazorServerModule : Module
{
public static void Main(string[] args) { }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed for some reason without it build errors.

RawBytes = signature.SignatureBytes.ToByteString(),
SigningContext = signingContext
};
TransactionReceivedEvent
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verify signature seems to be returning false here so transaction is never sent to mempool.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants