Shunsuke Watanabe

Results 16 comments of Shunsuke Watanabe

I found comments about websocket multiplexing [here](https://github.com/gochain/rpc-proxy/blob/37d9a62fba8bdf316f5fcff77ad8ead98cec0049/websocketproxy.go#L139), but limiting connections count from client IP proxy is still needed?

As a workaround, use [CreateConsumerGroupMember](https://github.com/Kong/deck/blob/ccc949a26297e4821436f468f48807eb4e5e1817/konnect/consumer_group.go#L356) function defined in deck repository instead.

~~Can I ask what are purposes and use cases of `call_as` call to dispatch by using derived account? I'm interested in it.~~

compilation started to fail after pushing small commit https://github.com/AstarNetwork/astar-frame/pull/97/commits/852fb39ac8f512e7c7765a78e33be761e81dbc99. Why, will check

@Dinonard I also added chain extension and precompiles, but I started to think they should be separately released (in a different PR) after this function become stable. What do you...

> Thanks for working on this! > > About your precompile/chain-extension questions, I think we should keep them out of this PR. And maybe we shouldn't add them at all....

Yes, uniques chain extension is required. @Maar-io Do you know if some teams started working on its implementation?

Thank you for the suggestion. This is included in our plan https://github.com/AstarNetwork/swanky-cli/issues/134

Is this resolved by PR https://github.com/AstarNetwork/swanky-cli/pull/122? Or something else?

Having deploy scripts written in TS by default must be useful, but don't think we can call it CI. Idea is TS script for deployment by default in `scripts` folder,...