Seongjae Choi
Seongjae Choi


This occurs when the window is narrow horizontally. 
In src/routers/transactions.ts and src/routers/validator.ts, addressFilter can be truthy even if address is falsy. The addressFilter field should be restricted by the address field.
The error message following occurs when I request transaction ("/tx") quickly several times. { SequelizeForeignKeyConstraintError: update or delete on table "AssetSchemes" violates foreign key constraint "AssetTransferInputs_assetType_fkey" on table "AssetTransferInputs" at...
I temporarily removed that feature in fd0d34ce3f5b9d9cf1712b7d44188d2cf11f99dd to fix bug. For more information about the bug, please check this [link](http://kilo.cubist.kr:8529/text/res19020801.txt)
In [README](https://github.com/CodeChain-io/codechain-indexer/#create-the-database-and-user-on-the-postgresql), the commands for installing dependencies are only for macOS currently. Please add commands for linux. such as `sudo apt-get install postgresql-11` `/usr/lib/postgresql/11/bin/pg_ctl -D /var/lib/postgresql/11/main -l logfile start` `sudo...
Unlike [codechain-primitives-js](https://github.com/CodeChain-io/codechain-primitives-js), keystore readme lacks installing package, API functions and how to test(`yarn test`).
Assuming `tc` as default `networkID` is not problem. But in the first example code of [codechain sdk document](https://api.codechain.io/2.0.1/index.html), `networkID` is not specified while constructing SDK object. This might cause confusion...