JinGyeong Jeong

Results 67 issues of JinGyeong Jeong

It causes a sequential search. We should either optimize or remove the API.

optimization

The query is no longer used.

good first issue
maintenance
migration

The field is no longer used.

good first issue
maintenance
migration

![image](https://user-images.githubusercontent.com/9711879/68634931-545f5f80-053a-11ea-87fe-27a9078bf3e1.png)

bug

A deposit is being returned when an account is excluded from the validators list(maybe jailed or nomination period ended) but it's not displayed in the balance history.

bug

The current indexing process is a serial process. downloading block > saving block info > saving transaction info > saving UTXO info > saving address info > saving address's balance...

discuss

Currently, the indexer is re-calculating * stakeholder reward and its related fee calculation * signer address * etc Re-calculating causes a bug and makes the indexer unstable and slow. There...

update
optimization

A parameter something like the below can be added. ``` * - name: addressFilter * description: "signer", "approver", ... * in: query * required: false * type: string ```

enhancement