Gyuho Lee

Results 28 issues of Gyuho Lee

``` benchmark --conns=100 --clients=1000 put --key-size=400 --val-size=4256 --total=200000 ``` ``` proto: no coders for int proto: no encoder for ValueSize int [GetProperties] ``` Just warning, no panic. Need to double-check....

stale

ref. https://github.com/ava-labs/subnet-evm/issues/223 Adding a simple counter test with foundry

Current transaction allow lists are purely additive (permission-based, no "deny" rules). The opposite can be useful to deny transactions from a set of addresses -- opposite of tx allow list...

enhancement
precompile

Could `unused` flag unused function arguments? e.g. ```go func hello(v int) { println(1) } // complains that 'v' is not used. ``` c.f. https://github.com/coreos/etcd/issues/8068 And thanks for the great tool!

enhancement

https://github.com/ava-labs/avalanchego/pull/1513

help wanted

ref. https://github.com/ava-labs/hypersdk/blob/main/examples/tokenvm/DEVNETS.md

documentation

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-ena.html#enhanced-networking-ena-ubuntu

enhancement

Currently avalanche-ops supports profile dir settings for avalanchego, but doesn't support auto-uploading those profile data. We should either document how to collect those using SSM document that we already have...

enhancement