Harry Pierson
Harry Pierson
The Blockchain Toolkit RocksDB provider works w/ the current byte prefix approach, but I am 100% in favor of moving prefix to an enum. Regarding checkpoint management, yes this is...
I looked closer at this - these plugins are storing their data in separate storage files. So it would be feasible to use memory or RocksDB for the main blockchain...
please add https://github.com/neo-project/neo-modules/pull/763
any chance of adding https://github.com/neo-project/neo-modules/issues/768? It should be a pretty minor fix
Is there an updated target date for 3.5 release?
> > Is there an updated target date for 3.5 release? > > Too many PRs still can't be merged. We have to filter some of these to ensure 3.5...
Code for Environment.SpecialFolder.LocalApplicationData on non windows machines ([more info](https://wiki.archlinux.org/index.php/XDG_Base_Directory#User_directories)] ``` csharp case SpecialFolder.LocalApplicationData: // "$XDG_DATA_HOME defines the base directory relative to which user specific data files should be stored." //...
InteropInterfaces in Neo 3 preview 2 are one of the following * Neo IIterable (internal in preview 2) - Key - Value * Neo IEnumerable (internal in preview 2) -...
@superboyiii can we include https://github.com/neo-project/neo-devpack-dotnet/pull/770 in 3.5? It's a minor update to the debug info
FYI, https://github.com/neo-project/neo-devpack-dotnet/pull/770 is ready to merge