Jaechang Namgoong

Results 14 comments of Jaechang Namgoong

Hello @FidelVe We've recently migrated to [btp2](https://github.com/icon-project/btp2) repo for further development. Please make a PR on btp2 repo again as this repo will be archived soon. Sorry for your inconvenience.

Yes, unfortunately, there is a bug in the `UnmodifiableArrayMap.values()` implementation. Fixing the bug itself would be very straight-forward, however, as you know, all validator nodes need to be upgraded to...

Revision 20 proposal has been applied to mainnet. https://tracker.icon.community/proposal/0x1f53e4dbcf1fafea1a7f46ee427142c6a9035b359fa2e9f47804c9066d999b60 So close as completed.

@robcxyz The problem seems to be related to your node configuration, as the issue only occurred on your node. Can you restart your node with `GOLOOP_LOG_LEVEL=trace` to get more verbose...

@robcxyz If you are using https://github.com/icon-project/icon2-docker, the verbose log messages should appear in `logs/goloop.log`. We need some clue for the situation. Can you show us some logs messages in `goloop.log`...

Hello @robcxyz - I also almost forgot about this issue for a while. :) Actually we have already found the root cause of this `ProxyIsClosed` issue, and we've also applied...

We've implemented DataSyncer to fill missing objgraph data since v1.2.9, when it fails to get it. But this logic will work only if your node is connected to the parent...

The core fee handling mechanism (for the relay fee) would be carried out in the BMC module, and this will be addressed in the updated #25 standard. `xcall` receives total...

You're overlooking the underlying rationale of the `xcall` specification. Please see the Motivation section first to see why this specification was proposed. Also, BTP is not an open network (in...

@AntonAndell @BennyOptions From the beginning, xCall interface assumed contract-to-contract message passing, which requires for service providers to deploy new contracts on both source and destination chains to provide their functionality....