Harry Pierson

Results 113 comments of Harry Pierson

Android Studio has the same issue. Enabling LongPathsEnabled resolved the issue

Note, `RpcServer.OpenWallet` also depends on `UserWallet`, so either `RpcServer` project would take a dependency on the new `Neo.Wallets.SQLite` package. Alternatively, we could refactor the wallet JSON-RPC methods into a separate...

Removing SQLite / EF dependency shrinks this package down to 40% of its original size. * Neo.Compiler.CSharp package, Release build on my machine, master head: 17.6 MB * Neo.Compiler.CSharp package,...

Looking thru the dependencies that remain after removing EF & SQLite, only bouncy castle stands out as a possible candidate for removal. The next biggest dependency after that is Akka...

@Liaojinghui, I'm not sure why you listed these issues w/o additional context. I would very much still like to tackle #2547 at the earliest point possible. I originally pushed for...

FYI @Liaojinghui I found a Neo branch on my dev box for where I was experimenting with a solution for #1865. It's VERY out of date (last updated Sept 2020)...

> I just think what you are doing right now belongs to a part of something big, totally reconstruct the neo maybe.... So i put #2564 #2547 here to link...

> What do you mean `top of the StartNode`? > Do you want to register event subscriber before genesis block? I mean the beginning of `StartNode`, so that someone can...

I could see value in adding the concept of "quirks" to neo + neovm. Quirks is a mechanism Windows uses in order to address the issue of breaking back compatibility...

> According to [NEP-6](https://github.com/neo-project/proposals/blob/master/nep-6.mediawiki#account), it should indeed be `isDefault`. This issue has been fixed in #2451. Yes, I indicated that in `isDefault` was incorrectly cased. This issue is to track...