Shunsuke Watanabe
Shunsuke Watanabe
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
**Pull Request Summary** - Only cache /target - Use different cache storage for checks and clippy to avoid conflicts - free disk at the beginning https://github.com/actions/virtual-environments/issues/2840 Actions: https://github.com/AstarNetwork/Astar/actions/runs/2709228705
**Pull Request Summary** Prepare Release Draft dynamically using Github Actions. Dynamic Release Draft enable it to summarize changelog PRs, include runtime details, etc in release draft dynamically without manual work....
Hello, I found this repository when considering how to control WebSocket requests. Most of Blockchain nodes themselves doesn't have WebSocket throttling features, and most of API gateway solutions cannot inspect...
There're many usecases users program calls Kong Konnect CP configuration endpoint. However, some methods are incompatible with Kong Konnect API. Kong Konnect client object and its implementation should be inside...
kong Client has `ConsumerGroupConsumers` and `Create` method to it. `client.ConsumerGroupConsumers.Create(ctx, &cgName, createdConsumer.ID)` However, when calling this method against Konnect API, it returns 400 error. ``` {"code":3,"message":"validation error","details":[{"@type":"type.googleapis.com/kong.admin.model.v1.ErrorDetail","type":"ERROR_TYPE_FIELD","field":"consumer_id","messages":["missing properties: 'consumer_id'"]}]} ```...
# Description Part of https://github.com/AstarNetwork/swanky-node/issues/49 Entire DB snapshot import/export feature, so that users can share local development blocks/states with others. Substrate does have db path option `--base-path`, so without need...
This PR will be closed and migrated to official PR which will be created later. Sharing design idea purpose.
Solves https://github.com/AstarNetwork/astar-frame/issues/63 **Pull Request Summary** Added feature `rebond_and_stake` unlocking chunks to contracts. Once stakers start the unbonding, their unbonded funds will remain locked during the `unbonding period`. During this period,...
# Overview (What and Why) Part of https://github.com/AstarNetwork/swanky-node/issues/49 swanky-node has manual block sealing feature via RPC `engine_createBlock` and `engine_finalizeBlock`. Allowing users to forward/finalize blocks manually using swanky-cli command or library...