plugin
plugin copied to clipboard
chain33 官方插件系统
Console程序是为了方便用户对于chain33的使用而开发,用户通过Console可以以简短的命令完成区块链功能(账户查询,转账,部署evm合约,调用evm合约等),而不必执行繁琐的底层指令,从而提高chain33区块链的易用性,降低用户使用门槛。 举例: 1.一条Console控制台转账指令,可以完成chain33-cli经过构造交易、签名交易、发送交易三条指令完成的事情,方便普通用户的使用。 2.通过Console控制台可以方便的部署evm样例合约的实例到链上,并方便的调用到evm合约的写数据接口及读数据接口,降低普通用户部署、使用合约的门槛。
目前抵押的资产只支持coins, 需要增加token类型的资产抵押。这样合约能区分资产的来源(是来自BTY,还是BTC或是ETH), 后续多资产的情况下,平仓和赎回的处理也能比较容易处理。
Go-Pbft目前依然存在的问题: 1. protobuf版本编译问题,本地采用protoc 1.0 protobuf 3.5 编译,产生的pb.go文件与vendor目录的原文件有所不同 2. pbft的.proto文件不应该在vendor目录之中
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.5.3 to 0.12.1. Release notes Sourced from github.com/consensys/gnark-crypto's releases. v0.12.1 What's Changed fix: GLV exponentiation in GT with large exponents by @ThomasPiellard in Consensys/gnark-crypto#451 Security Advisory feat:...
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.33.1 to 0.37.7. Release notes Sourced from github.com/quic-go/quic-go's releases. v0.37.7 This release contains fixes for the Honeybadger vulnerability (CVE-2023-49295): limit the number of queued PATH_RESPONSE frames to...
运行chain33时报错: 
部署一条新的平行链的时候 日志里会显示 大量ErrTitleNotExist 错误 经过开发人员确认是平行链未进行自共识的情况 我认为这个情况不应该报错,很多业务的平行链就是不需要自共识的,日志里堆满了大量的 ErrTitleNotExist 报错会影响开发人员排查错误,而且这个情况并未在文档里说明,会对新接触的开发者造成疑惑
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.33.1 to 0.42.0. Release notes Sourced from github.com/quic-go/quic-go's releases. v0.42.0 New Features added a qlog tracer for events that happen before / outside of established connection: #4305...