Bo Yao

Results 67 issues of Bo Yao

#40 Also update all wasm to be built by this docker. By building on docker I found it's conflicting of rust-toolchain file and cargo +stable (error: stable is not installed)....

I'm a user of py-term and glad it has move relative feature that blessings doesn't have. I used this term hyperlink often but it's not part of py-term. Would you...

[https://github.com/near/nearcore/pull/4438](https://github.com/near/nearcore/pull/4438) introduce expose metadata in receipt outcomes, which contains gas break down information of a contract execution. User can see this information from RPC, but it will be helpful to...

New_Feature
Needs-Validation

This is as shared Q2 OKR between public node interface and we contract runtime team. The high level requirement is to show "download state", "download contract code" on every function...

Epic
Needs-Validation

I noticed the `implement-resource-operation` is now different as doc said. For example ```lisp (implement-resource-operation get-user (id &key expand) (serialize (find-user id) :expand expand)) ``` should change to ```lisp (implement-resource-operation apt-test...

It will cause compile error when compile iterate. When replace with the most recent version of iterate on quicklisp (iterate-20140713-darcs), it will success.

Not sure we're going to do this, we have three last parity dependencies: * parity-scale-codec * parity-secp256k1 * parity-wasm * nibble_slice.rs inside trie

C-housekeeping
A-chain
C-dependencies

Please correct me if I'm wrong. There's C unit tests for libbf, is it possible to ensure implementation correctness via some existing bigint/bigdecimal test suite?

This expression in libbf.c, function `bf_set_ui`, when `LIMB_BITS == 32` and `shift = 0`: ```c (a0 >> (LIMB_BITS - shift)) ``` becomes ```c (a0 >> 32) ``` And `a0` is...