zl
zl
### 概述 venus-market每次配置文件需要发生变化, 都是变成了一场灾难. 所以, 我们需要实现一种venus-market配置文件变化后可以实现自动迁移的方案. ### 方案描述 对于配置相关的模块, 增加以下变量, 用于配合迁移: ```go type ConfigVersion uint64 // 配置类型版本号 const ConfigVersionV0 = 0 ..... const ConfigVersionVn = n // Config的迁移接口. type MigratableConfig...
FIP45调研
fip45调研. - [ ] [相关issue](https://github.com/filecoin-project/lotus/issues?q=is%3Aissue+is%3Aopen+label%3AFIP-0045) - [ ] [相关讨论](https://github.com/filecoin-project/FIPs/discussions/313) - [ ] [FIP45](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0045.md)
### 链服务模块 / Chain Service Components - [X] venus-gateway ### 版本 / Version ```text master分支: 936509d ``` ### 描述 / Describe the Bug venus-gateway集成测试中(integration_test)目录在执行单元测试时添加(-race)检测的时候, 出现数据竞态错误. `DATA RACE`错误, 此错误通常是由于在并发情况下,对数据进行了没有并发安全控制的读写造成的. 需要更深入的检查, 排除此类错误....
is there a 'importaddress' rpc cmd? or how to add a 'watch-only' address
the border of fzf-preview window is broken, how can i fix this: all config is default: ```lua local M = { 'junegunn/fzf.vim', branch = "master", dependencies = { 'junegunn/fzf', branch...
The context not work in `consumer.PullFrom` method: ```go c, err := consumer2.NewPullConsumer( consumer2.WithNameServer([]string{cfg.NameSvr}), consumer2.WithGroupName(consumerGroupName), consumer2.WithConsumeFromWhere(consumer2.ConsumeFromLastOffset), consumer2.WithConsumerOrder(true), consumer2.WithRetry(1), ) ctx, _ = context.WithTimeout(context.Background(), time.Second) result, err := c.PullFrom(ctx, mq, offset, maxPullCount)...
## What is the purpose of the change fix: #1131 - the `ctx` param of `consumer.PullFrom ` not work, cause it was not used totally.(`context.Background()` is actually used.) https://github.com/apache/rocketmq-client-go/blob/f4875c1bbca66be050ec71359a8b447e0b63e743/consumer/consumer.go#L896 -...
my coc-settings: ```json "java.configuration.runtimes": [ { "name": "JavaSE-20", "path": "/usr/local/opt/jdk-20.0.2.jdk/Contents/Home", "default": true } ] ``` and my jdk directory here: The version of coc-java is v1.15.2.
有没有计划支持macos m1架构的?