Harry Pierson

Results 89 issues of Harry Pierson

The Neo3 version of [Neo Express](https://github.com/neo-project/neo-express) and [Neo Debugger](https://github.com/neo-project/neo-debugger) both depend on a RocksDB and Checkpoint implementation of Neo.Persistence.IStore. Currently, these live in the [ngdseattle/persistence](https://github.com/ngdseattle/neo-persistence) project. However, it feels like...

discussion

These plugins aren't usable on nodes running alternative storage plugins

enhancement

`NeoToken` contract use of `Prefix_VoterRewardPerCommittee` seems pretty inefficient. * `NeoToken.PostPersist` creates a new `Prefix_VoterRewardPerCommittee` for every committee member with votes every time the committee is refreshed. Since the committee size...

discussion

https://github.com/neo-project/neo-vm/blob/f48de7e595ade7c72be6ccd5cce0ab99708f0afd/src/Neo.VM/Instruction.cs#L214 SHouldn't this be using `BinaryPrimitives.ReadUInt32LittleEndian`?

Moving issue https://github.com/ngdenterprise/design-notes/issues/4 from design notes repo as debug info has an official NEP now. cc @roman-khimov @AnnaShaleva

Add a Direction parameter, similar to `IReadOnlyStore.Seek` to enable retrieving a specified `count` of records working backwards from a provided key.

discussion

This is a draft PR to test how migtrating git history from neo-test to neo-devpack-dotnet would work. The code changes in this PR were created via the following commands: ```...

This issue tracks the neo-cli part of [Neo issue 1757](https://github.com/neo-project/neo/issues/1757)

node

https://docs.microsoft.com/en-us/dotnet/maui/what-is-maui

node

https://github.com/neo-project/neo-vm/blob/f48de7e595ade7c72be6ccd5cce0ab99708f0afd/src/Neo.VM/Instruction.cs#L214 SHouldn't this be using `BinaryPrimitives.ReadUInt32LittleEndian`?

vm