Shargon
Shargon
> https://learn.microsoft.com/en-us/dotnet/devops/dotnet-github-action-reference please say something more than a link
> Also it doesn't take into account our `.editorconfig` or any other preferences? Why not use some that works for our language. Not all languages. I don't know what percentage...
> > > https://learn.microsoft.com/en-us/dotnet/devops/dotnet-github-action-reference > > > > > > please say something more than a link > > sorry posted wrong one this is the one https://github.com/dotnet/code-analysis - This...
Let's test it in neo-modules, and wait for add to other repos
I vote for replace the `Prefix_GasPerBlock`
> There is no need to change the DB scheme and store duplicating data, just cache it. https://github.com/nspcc-dev/neo-go/blob/71fb759c0d009218437d0048f7ba085a2a74c66f/pkg/core/native/native_neo.go#L45-L47 That's solve the node issue, but it won't solve external readers like...
> There is no need to change the DB scheme and store duplicating data, just cache it. https://github.com/nspcc-dev/neo-go/blob/71fb759c0d009218437d0048f7ba085a2a74c66f/pkg/core/native/native_neo.go#L45-L47 @roman-khimov Or we can support seek backwards in rpc, and cache it...
Currently, we store a history of gas changes, which is necessary for calculating the reward of accounts when they call claim, but it is not necessary for the `OnPersist` of...
@neo-project/core How to test? debug the node, and press F11 (step into) in `GasPerBlock`... you will see all the Find and Seek logic, this should be a direct read.
We can also optimize with the same technique `GetDesignatedByRole`