bitxhub icon indicating copy to clipboard operation
bitxhub copied to clipboard

Interchain protocol 跨链协议

Results 22 bitxhub issues
Sort by recently updated
recently updated
newest added

## Development Task query interchain wrapper in target block ``` bitxhub client interchain --height 123 ```

enhancement
help wanted

## Development Task Make pretty json in tranasction receipt. ``` bitxhub client receipt 0xA147209E7D47F2012C89bc896E85B60FB2c0C8b9789576E6c23f78bB2F217e9f ``` the ret should be more readable. ``` { "tx_hash": "0xA147209E7D47F2012C89bc896E85B60FB2c0C8b9789576E6c23f78bB2F217e9f", "ret": "aW5zdWZmaWNlaWVudCBiYWxhbmNlOiBhZGRyZXNzIDB4YzdGOTk5YjgzQWY2REY5ZTY3ZDBhMzdFZTdlOTAwYkYzOGIzRDAxMyBoYXZlIDAgd2FudCAxMDUwMDAwMDAwMDAw", "status": 1, "gas_used":...

enhancement
help wanted

## Development Task Convert the ethereum key to bitxhub key. ``` bitxhub key convert --save --priv ./key.json --passwd bxh123 ```

enhancement
help wanted

Benchmark interchain transaction performance.

competition

Implement nodes’ addition and deletion for raft consensus.

competition

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. What did you do? Register rule with unexisted contract address ### 2. What did you expect...

bug
good first issue
help wanted

## Bug Report ### 1. What did you do? Test tps of bitxhub. ### 2. What did you expect to see? no error ### 3. What did you see instead?...

bug

## Development Task Grpc gateway supports https.

enhancement

## General Question 我想要依照[document](https://docs.bitxhub.cn/v2.8/bitxhub/dev/cross_contract/#demo)体验一下EVM环境下跨链数据传输的功能。 为此我修改了 /bitxhub/scripts/deploy_contracts.sh 以部署demo中的[合约](https://docs.bitxhub.cn/v2.8/bitxhub/dev/cross_contract/#demo)(内容附在后面)。 执行结果是“error="failed to estimate gas needed: execution reverted"" 似乎是跨链获取和回写失败了。请问`跨链获取的接口` 和`跨链回写的接口`应该如何修改,以及是否有更新更全的文档 ### 环境 系统: Ubuntu 22.04.3 LTS go版本:go1.21.5 linux/amd64 solidity编译器版本:0.7.6+commit.7338295f.Linux.g++ 代码版本:V2.8.0 网络:基于`godock playground start`启动的双链网络 ###...

question

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.8 to 1.12.1. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Antibaar (v1.12.1) Geth v1.12.1 is a maintenance release, albeit a rather large one, since we haven't put out...

dependencies
go