Results 31 issues of Seulgi Kim

Currently, the storage of transaction and transaction result is not organized well. The current implementation uses five columns to store data. Two of them are used to store a state...

`yarn test` doesn't work. ``` TSError: ⨯ Unable to compile TypeScript: server/engine/test/engine.test.ts(5,25): error TS2307: Cannot find module '../../config/dex.json'. ```

help wanted
test

The number of connection is also important for stable block generation. But there is no way to check it easily for now. How about showing the number of established connections...

enhancement

Currently, the client thinks the port of the node is 3485 if there is no argument. https://github.com/CodeChain-io/codechain-dashboard/blob/2f061c27b74d44f1c4488e88a1d91c1640078c6a/client/src/process/mod.rs#L622 However, the port can be set through config.toml. Please make it use `net_port`...

client

I tried to install server but `generate-schema` failed with the following messages. ``` Running `target/debug/generate-schema` #2019-06-05 13:39:13 main INFO agent-hub Create agent_extra table #2019-06-05 13:39:13 main INFO agent-hub Create logs...

question

![update](https://user-images.githubusercontent.com/1138402/56559763-76fd4b80-65dd-11e9-8bcb-42a9209b435c.png) Because the content of the modal is not scrollable, the user cannot see the whole list if they have a small display.

good first issue
ui

![peer-list](https://user-images.githubusercontent.com/1138402/55895594-68835d00-5bf7-11e9-9e6e-9948e94bcd63.png) Please make it vertically resizable.

good first issue
ui

https://github.com/CodeChain-io/remote-trait-object/blob/7ac07c741059ae583a05143a62cd6b07898e1c0b/remote-trait-object/src/context.rs#L63 Currently, it fails to drop the context when the port is still held by others. But, there is no way to guarantee whether all other holders released before the...

question