Peter Lai

Results 97 issues of Peter Lai

Hi there, Thanks for this amazing repository, it save my time to understand how to decode h264 stream on browser. The serve-rpi.js worked good on raspberry Pi, so I try...

OKX had released earn module and added error codes recently: https://www.okx.com/docs/log_en/#2022-08-03 In this PR, I added these endpoints and more error codes.

enhancement

Add new exchange: BingX ccxt/ccxt#13206 API doc: https://bingx-api.github.io/docs/swap/trade-api.html#_1-place-a-new-order

Hi there, Thanks for this cool library, it works perfectly. However, I tried to compile this contract: ```SOLIDITY contract PaperMoney { struct Order { address from; address payable to; }...

bug

Web3\Provider\* v0.1 - [x] HttpProvider v0.2 - [ ] WebSocketProvider - [ ] IPCProvider

https://hackmd.io/@timbeiko/1559-json-rpc

I saw web3js always format output as number string. Right now we just return bignumber instance. Should we return number string or bignumber instance?

- [ ] [EIP-681](https://eips.ethereum.org/EIPS/eip-681) - [ ] [EIP-712](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md) - [ ] [eth_newpendingtransactionfilter](https://eth.wiki/json-rpc/api#eth_newpendingtransactionfilter) - [ ] [EIP-1186 Future](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1186.md) https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getproof ~- [ ] https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_pendingtransactions~

enhancement

Hi, thanks for this great library, I saw multiple changes and try to build on my computer. But got different errors: 1. `./configure --enable-wasmer' ``` --enable-wasmer options not found ```...