Chiro Hiro
Chiro Hiro
Hi @samthor, Thank for your reply, this package provide very basic function and dependent package were use it careless. They've just passed `utf-16le` regardless environment. Clearly It isn't your fault...
> I'm not fully sure what problem this is solving, since the key is not cleared from memory. I've tried to do some experiments and observe result. We can't remove...
I'd love this one from `go-libp2p`: https://github.com/libp2p/go-libp2p/blob/master/config/config.go#L358 A singleton state management looks reasonable to me.
The solution looks great but It's also raising another concern where some networks are going to be deprecated. If we add another wrapper on top of configuration for each network...
> Can you say more what you mean here? I meant, might be in the future we could stop supporting some networks. > If I understand correctly, this kind of...
Here are dummy code: ```go package configuration import "sync" // Configuration structure, might key value based type Configuration struct { items map[string]interface{} lock sync.RWMutex } // Config interface shared between...
That's very kind of you!, > But am not sure exactly what benefits it brings. I'm try to bring up these things: - All chain's hardcode could be "packaged", that...
My demonstration and benchmark result could be found here https://github.com/chiro-hiro/chainlink
I've an alternative solution with pure bytecode approach: https://github.com/chiro-hiro/thedivine
> I recall that when I had this problem on new Mac Apple Silicon , I installed the lib: > > > brew install gmp > > I have checked...