hrsh

Results 7 comments of hrsh

Thanks, @tarekBelk! This worked for me!

authorizers seem to have rate limits implemented [instance 1, 2](https://github.com/0chain/token_bridge_authserver/blob/staging/code/go/0chain.net/authorizer/burnticket/handler.go#L19-L20), [instance 3](https://github.com/0chain/token_bridge_authserver/blob/staging/code/go/0chain.net/ethereum/burnticket/handlers.go#L27)

For blobbers, I think we just need to add rate limiters for these APIs: [instance 1](https://github.com/0chain/blobber/blob/staging/code/go/0chain.net/blobbercore/blobbergrpc/proto/blobber_service.pb.gw.go#L1170), [instance 2](https://github.com/0chain/blobber/blob/staging/code/go/0chain.net/blobbercore/blobbergrpc/proto/blobber_service.pb.gw.go#L1619)

For Validators, I think we need to add rate limiters for [these APIs](https://github.com/0chain/blobber/blob/staging/code/go/0chain.net/validatorcore/storage/handler.go#L17-L18)

> where are other configs? fixing the tests before adding other configs

> > where are other configs? > > fixing the tests before adding other configs I think it would be better If i create another PR for the rest of...

> I think it would be better If i create another PR for the rest of the configs after closing #1611 quite a bit of the code required here is...