原文链接: https://bit.ly/2JOjnJO 这是对 Cosmos 社区新闻的补充内容。如果您有兴趣了解我们的开发进度和产品更新,请在这里注册并确认: https://foud.maillist-manage.com/ua/Optin?od=11287ecac01e99&zx=127d493e1&lD=16352f8832a25ec1&n=11699f74fe20008&sD=16352f8832a25f3d 我们已将所有非 Github 的讨论转移到了Discord: https://discordapp.com/invite/cr7N47p 如果这些产品更新有任何问题,可以到 Discord,进入相应的产品领域,提出您的问题。 我们目前提供开发支持的产品: Cosmos SDK Tendermint 核心 IBC 模块: CosmWasm Ethermint Cosmos-SDK Cosmos SDK 的首席工程师 Bez 宣布他们发布了 Cosmos SDK v0.37.8 版本: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.37.8 Gaia(有时也指 Cosmos Hub)也发布了新版本 v2.0.7: https://github.com/cosmos/gaia/releases/tag/v2.0.7 近期修复的 Cosmos-SDK 技术方面的问题包括: #5684 - 为修剪状态增加了粒度选项:无、全部或可同步: https://github.com/cosmos/cosmos-sdk/issues/5684 #5677 - 将 pubkey 改为字节 - 将 Account.PubKey 从字符串转换为字节,并使用 Amino 进行序列化。这是一个临时性的修复,直到 Tendermint 支持公钥的纯字节片,而不是固定大小的数组: https://github.com/cosmos/cosmos-sdk/issues/5677 #5685 - 为各种类型增加了相等选项: https://github.com/cosmos/cosmos-sdk/issues/5685 #5713 - 修正了 BaseApp 中的 ValidatorBasic Check。这是由于错误处理重构器造成的,如果消息的 ValidateBasic 失败,当手续费为零时,在 CheckTx 过程中将出现问题: https://github.com/cosmos/cosmos-sdk/issues/5713 Tendermint Cosmos-SDK 38+版本的用户,以及Tendermint 的 0.33+版本的用户,请注意该版本有一个新的快速同步版本。如果你想使用它,那么请进入下图所示的 config.toml 文件,将默认版本 v0 改为 v2。 注意:这主要是针对正在设置新节点的用户。 更新:请查看 Tendermint Discord 频道,团队将于近期推出beta版功能测试网,征求用户反馈。 Tendermint 数据库(Tm-db)有两个版本,横跨 Cosmos SDK、IAVL和Tendermint: 修复了一个 boltDB 的 bug: https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md#041 发布了基于性能和可用性的版本: https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md#050 最近关闭的 Tendermint GitHub 上的修改代码命令: #4507 - abci-cli: kvstore 应该存储键的高度 - 固定: https://github.com/tendermint/tendermint/issues/4507 #4488 - 从规范中引入 clockDrift: https://github.com/tendermint/tendermint/issues/4488 #4473 - 修改 TrustedValidatorSet func 的返回高度 - 完成: https://github.com/tendermint/tendermint/issues/4473 #4470- lite2: 考虑存储当前的 valset---允许 relayer 从 liteclient db 中拉出当前的 validator 集,然后传递给连接链: https://github.com/tendermint/tendermint/issues/4470 #4464 - 交叉检查第一个抬头与证人: https://github.com/tendermint/tendermint/issues/4464 IAVL+ Tree 它为 Cosmos-SDK 提供了一个不变的数据存储结构。该产品的最新更新包括: 为状态同步做准备的导入/导出 API - 阅读更多关于状态同步的信息。 IAVL 工作已经包含在 0.13.2 版本中。 跨链通信协议(IBC) IBC 构建者刚刚推出了全新改进的 IBC 演示,用于传输数据包和IBC 测试网: https://github.com/cosmos/relayer https://github.com/iqlusioninc/relayer/tree/master/testnets 你会想要试一下,并为 Game of Zones 激励测试网竞赛做好准备。如果你没有参加 IBC 生态系统电话会议,这里有你错过的内容。 #4507 - abci-cli: kvstore 应该存储键的高度 - 固定: https://github.com/tendermint/tendermint/issues/4507 #4488 - 从规范中引入时钟漂移: https://github.com/tendermint/tendermint/issues/4488 #4473 - 修改 TrustedValidatorSet func 返回高度 - 完成: https://github.com/tendermint/tendermint/issues/4473 #4470 - lite2: 考虑存储当前的valset---允许 reayer 从 liteclient db中提取当前的验证器集,然后传递给连接链: https://github.com/tendermint/tendermint/issues/4470 #4464 - 与证人交叉检查第一个标题: https://github.com/tendermint/tendermint/issues/4464 * 注册获取 IBC 产品内容和提醒! https://github.com/tendermint/iavl/releases/tag/v0.13.2 CosmWasm 宣布了 MASK 合约: https://github.com/CosmWasm/cosmwasm-examples/tree/mask-0.1.0/mask 首先,更新了关于使用 cosmwasm/cli 的介绍,在演示网上实例化以及发送 erc20 通证: https://github.com/CosmWasm/cosmwasm-js/blob/master/packages/cli/README.md 第二,"mask "合约的高级使用方法。可以让你在合约中发送消息。包括上传代码,以及发送代币、erc20合约,甚至从合约中发送 staking 命令: https://github.com/CosmWasm/cosmwasm-js/blob/master/packages/cli/MASK.md 来自 CosmWasm 社区的新视频 关于这一主题的新博文: https://medium.com/confio/introducing-the-mask-41d11e51bccf 可视化演示网: https://demonet.wasm.glass/ Ethermint ChainSafe 正在为 Aragon 链优化 Ethermint,该链将通过将 Aragon 合约从以太坊迁移到Ethermint 来构建。这项工作将主要包括应用各种过滤器,这些过滤器将被大多数 Aragon 合约所使用。目前这项工作的里程碑包括: 更新到最新的 GETH 更新到最新的 SDK 实施交易log重建 实施 "eth_netFilter" 实施 "eth_getLogs" 实施 "eth_uninstallFilter" 实施 "eth_ newPendingTransactionFilter" 实现 "eth_getFilterChanges" 实现 "eth_getFilterLogs" 实施 "eth_newBlockFilter" 更多信息,您可以查看 ChainSafe Ethermint repo: https://github.com/ChainSafe/ethermint 这需要很多人的努力 ... 其中包括 ChainSafe、Interchain Gmbh、All in Bits (AiB)、Iqlusion、Interchain Foundation (ICF)、Confio 以及更多的公司。 让我们知道你的产品开发和技术更新吧! 您可以通过以下方式找到 Cosmos : 官网:https://cosmos.network 论坛:https://forum.cosmos.network 微信公众号:cosmosnetwork 加微信群:irisnetwork2018 (或扫描下方图片二维码) 英文电报群:https://t.me/cosmosproject 推特(中文):https://twitter.com/cosmoschina 推特(英文):https://twitter.com/cosmos Medium:https://blog.cosmos.network 微博:@Cosmos Tendermint 币乎:Cosmos —- 编译者/作者:COSMOS 玩币族申明:玩币族作为开放的资讯翻译/分享平台,所提供的所有资讯仅代表作者个人观点,与玩币族平台立场无关,且不构成任何投资理财建议。文章版权归原作者所有。 |
Cosmos 三月技术进展公布
2020-04-17 COSMOS 来源:区块链网络
- 上一篇:陈树傲初来乍到.给个解套
- 下一篇:币印 CEO:今年将扩展矿场和加密金融业务
LOADING...
相关阅读:
- 本周主要内容:比特币从$ 12,000美元下跌以及DeFi行业和Grayscale的新记录2020-08-03
- 波卡周报 | DOT 转账功能将于下周二进入执行阶段2020-08-03
- 区块链游戏文摘7月27日至8月2日2020-08-02
- 雨欣谈币:比特币今日暴跌之后有多少朋友跟上策略完美盈利2020-08-02
- LINK公牛的目标价格为10美元,因为每日LINK交易量猛增82%2020-08-02