JinGyeong Jeong

Results 67 issues of JinGyeong Jeong

https://github.com/CodeChain-io/codechain-explorer/wiki/Standard-metadata-format

enhancement

Currently, the type of the `address` field is `string` and it's an empty string(`""`) when the address is unavailable. The problem is, aggregation is done by GROUP BY of `address`....

bug

Currently, API doesn't respond when the worker is busy with CPU intensive jobs like signature recovery.

bug
optimization

The current implementation does: - Retrieve all pending transactions through an RPC call - Compare it to the already indexed pending transactions - Delete the indexed pending transactions if they...

optimization

The same assetType with a different scheme can exist across shards.

bug

Non-validator nodes don't execute transactions queued in the mempool and validator nodes don't propagate the information of a failed transaction. In the user's point of view, who send an RPC...

``` warning codechain-keystore-cli > [email protected]: Broke the backward compatibility warning codechain-keystore-cli > codechain-keystore > [email protected]: Broke the backward compatibility ```

``` #2018-10-11 02:30:51 UTC agent listen INFO agent-hub The client encountered an error: #2018-10-11 02:30:52 UTC agent listen INFO ws::io Accepted a new tcp connection from 52.78.215.10:39808. #2018-10-11 02:30:52 UTC...

server

Add a function that verifies a signature. Parameters - key - signature - message

good first issue
Hacktoberfest