muXxer

Results 10 comments of muXxer

IMO there should be 3 versions in the dropdown menu to provide docs for mainnet, shimmer, public testnet, because they can all be different. IOTA is "production" branch in the...

First investigations: hornet: - keeping the latest cone completely in RAM would reduce parents and childrens walk workload by a lot - signature checks are quite heavy and currently single...

IMHO we need a big change in the Coordinator. We need some kind of Merkle proof of all balances of all addresses that got changed in that milestone, including the...

On the first view it looks like the hard drive is slow. What hardware are you using?

That's not a solution IMO. The changed code is autogenerated, and I think we should rather change the logic inside the unlock. I will think about it a bit.

Sorry I didn't see your issue report. You need to use the other script to include the pre compiled rocksDB dependency. `build_hornet_rocksdb.sh` And please update your Go version.

How much TPS do you produce? And why is that a bug? So far everything works as expected. There is no known memory leak. If you are creating more load...

This function here can be used to overwrite the "host mapping": ``` RequestCounterHostLabelMappingFunc: func(c echo.Context) string { return c.Request().Host }, ``` So for example in `inx-indexer` in `components/prometheus/component.go` you have...

Hey! Just wanted to mention that we had a lot of problems with BadgerDB in our own project for years. After switching to RocksDB, memory usage dropped significantly, and speed...