Vincent

Results 12 issues of Vincent

I test eth-proof with previous Ethereum block is fine, line 2018 year, but from now, it returns block hash mismatch? Is it due to ethereum changing the stand?

Hi, I am interested in this project and try to run the example. Can you give me some introduction on how to run the example with multi-raft nodes.

question

The current version is Rust nightly-2020-10-25 is very old, I faced some problems compiling other libraries with rust sgx SDK project. Can you please support the more recent rust version?

error[E0015]: calls in constant functions are limited to constant functions, tuple structs and tuple variants --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.7/src/header/name.rs:98:25 | 98 | $name_bytes => Some(StandardHeader::$konst), | ^^^^^^^^^^^ ... 154 | / standard_headers!...

Hi all, I use this library in my project, and find it will crash after 255th commit. I also test the example code, it also crashes after subunit around 255...

bug

I saw the snapshot interface is very simple now, only copy the mem data to the followers' node. Anyone knows how to implement a snapshot for the persistent database which...

documentation

This is a very great project for me to learn Solana dapp develop. May I ask you to provide a example to use solana-go-sdk to implement a clint for one...

I find the readme document lacking the option of path-sensitive. Does SVF support path-sensitive?

I run python run_movielens.py in my computer has this error /fm.py", line 61, in forward bs = val.data.shape[0] AttributeError: 'buffer' object has no attribute 'shape'

Hi all, When I compile the ckb-contracts of force-bridge-eth using ` capsule build --release`, it returns some error message like: `unexpected parts after split whitespaces: 0` ``` capsule check ------------------------------...

question