Quake Wang

Results 17 issues of Quake Wang

Hi, I added i18n feature to govsgo and Chinese translation, could you help to review this pull request?

I found an overflow error when running the fuzz test ([test case](https://github.com/quake/goblin/commit/5dbbf95e130aa38aced419f0a3c4dd1676530ded)), this PR try to fix the issue by using `wrapping` operator.

Currently rhai does not support big number calculation, for example: ``` print(9223372036854775801 + 42 == 9223372036854775843) # got EXCEPTION: Addition overflow: 9223372036854775801 + 42 ``` I'm trying to integrate big...

new feature

This PR added GetTransactions/SendTransactions message to light client protocol, which is mainly used by clients to fetch unknown `cell_deps` to verify transactions on local ckb-vm

### What problem does this PR solve? add light client support to ckb full node ### What is changed and how it works? related rfcs: [RFC(0043): CKB softfork activation](https://github.com/nervosnetwork/rfcs/pull/349) [RFC:...

- [ ] create a PR https://github.com/nervosnetwork/ckb/pull/3631 to merge branch light-client-rebase to develop and code review - [ ] review 3 rfcs - [ ] https://github.com/nervosnetwork/rfcs/pull/349 - [ ] https://github.com/nervosnetwork/rfcs/pull/370...

[Preview](https://github.com/nervosnetwork/rfcs/blob/a83cc07269f2d06e112ec7e72bcb08acb8dabe2e/rfcs/0000-cells-commitments/ckb-cells-commitments.md)

### What problem does this PR solve? This PR adds a softfork implementation of CellsCommitments that can be used to prove transaction output (cell) existence and status (live / dead)....

Hi, installed solidus_gateway gem version 1.1.1, got this error message when submitting a payment request to stripe ``` Amount must be at least 50 JPY ``` I've confirmed that the...

### What problem does this PR solve? resolve https://github.com/nervosnetwork/ckb/issues/3673 ### What is changed and how it works? Since CKB transaction confirmation involves a two-step process: 1) propose and 2) commit,...