caojiafeng

Results 15 issues of caojiafeng

The `defoverridable Module.definitions_in(__MODULE__)` can cause some unexpected behaviors. Such as, when defining struct in the module using `HTTPoison.Base`, the `__struct__` function will be lazily defined, which causes `%__MODULE__{}` cannot function...

(Help wanted) After several attempts to adopt the library, I failed on how to stop consuming gracefully. A typical use case is consume the record and save it to downstream...

for/stackoverflow
type/documentation

# 🚀 Feature Request Support u256 primitive type. May also consider u16, u32, and signed integer type like i8, i16, i32 , i64, i128, i256. A similar discussion exists in...

enhancement

2020-01-10T10:36:05.5317727Z C0110 10:36:05.531294 140349055829760 libra/common/crash-handler/src/lib.rs:38] details = '''panicked at 'inconsistent state in unpark; actual = 140349330989872', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.6/src/runtime/park.rs:206:23''' 2020-01-10T10:36:05.5318720Z backtrace = ''' 2020-01-10T10:36:05.5319295Z stack backtrace: 2020-01-10T10:36:05.5320160Z 0: 0x564de2cf3f3d - backtrace::backtrace::libunwind::trace::h9534e738497f3e0c 2020-01-10T10:36:05.5320562Z...

1. wallet restart, channel state need to by sync with layer1. 2. channel needs a `Syncing` state. 3. if on-chain txn failed, take care of channel state.

Layer2 need to watch block hight. Watch events may be more appropriate.

Wallet should return error for incoming channel request, if channel feature is not enabled for this wallet.

enhancement

Recently I'm working on a project which involved both halo2curves and arkworks.rs. I found that the serialization of bn254 curve point like G1 are different in these two projects. when...

Although we had verified the correctness of the verifier. Still many problems to be resolved to make it usable on aptos mainnet. - [ ] aptos limit on elments mem...

related https://github.com/scroll-tech/snark-verifier/pull/24

enhancement