springrain
springrain
Add a method to modify basePath to achieve a function similar to contextPath
**What type of PR is this?** optimize **Check the PR title.** - [x] This PR title match the format: (optional scope): - [x] The description of this PR title is...
#### What type of PR is this? optimize #### Check the PR title. - [x] This PR title match the format: \(optional scope): \ - [x] The description of this...
**Describe the Question** How do I implement a Java servlet-like forward with the URL address unchanged? **Reproducible Code** ```go c.Redirect(consts.StatusFound, []byte("/test")) ``` **Expected behavior** Redirect jump, URL address remains unchanged...
https://github.com/bnb-chain/tss-lib/blob/master/ecdsa/signing/local_party_test.go#L43 ```go keys, signPIDs, err := keygen.LoadKeygenTestFixturesRandomSet(testThreshold+1, testParticipants) ``` Why add 1 to the threshold when signing?
## Description What is the purpose of the change? 默认的合约名长度16略短,修改为64 Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] New feature (non-breaking...
## Description What is the purpose of the change? 基于 github.com/tjfoc/gmsm 实现TLS传输加密,使用双证书模式,实际是一个证书对象,slice里放了两次,简化操作 Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] New...
## Description What is the purpose of the change? 代@CodeCmn提交只读跨链的实现,和3.10版本实现的方式一致 Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] New feature (non-breaking...
When wasm implements the ResponseBody function and is called using v2, an error will be reported ```go func (ctx *httpContext) OnHttpResponseBody(numHeaders int, endOfStream bool) types.Action { proxywasm.ReplaceHttpResponseBody([]byte("proxywasm.ReplaceHttpResponseBody")) return types.ActionContinue }...
可否增加macos-arm64的libsimple.dylib?