Sangmin Seo (Sam)

Results 2 comments of Sangmin Seo (Sam)

@aidan-kwon IMO, we should provide `klay_getTotalSupply`, not `klay_totalCirculatingSupply` because `klay_totalCirculatingSupply` might have to rely on offchain data. Let's first focus on `klay_getTotalBurnt` and `klay_getTotalSupply`. cc @kjeom

Currently, it turned out it is not correct to run two tasks concurrently with the same thread id because two tasks may access the thread-private data, which should be serialized.