goloop icon indicating copy to clipboard operation
goloop copied to clipboard

A blockchain node written in Go

Results 7 goloop issues
Sort by recently updated
recently updated
newest added

|20221211-01:58:16.911052|54d6|1|BM|manager.go:826 ImportBlock(626c1765771dba0f0183911e447443427c55d3745fd63f017e1ed9c66a2f9200) P|20221211-01:58:16.911085|54d6|1|CS|consensus.go:935 commitAndEnterNewHeight: InvalidPreviousID(cbbdcab71a483b4ca75ba1c56e219d6ce7702ac95af7135c49e17dd43397c1b6) [github.com/icon-project/goloop/block.(*manager)._import](http://github.com/icon-project/goloop/block.(*manager)._import) /work/block/manager.go:310 [github.com/icon-project/goloop/block.(*manager).ImportBlock](http://github.com/icon-project/goloop/block.(*manager).ImportBlock) /work/block/manager.go:828 [github.com/icon-project/goloop/consensus.(*consensus).commitAndEnterNewHeight](http://github.com/icon-project/goloop/consensus.(*consensus).commitAndEnterNewHeight) /work/consensus/consensus.go:909 [github.com/icon-project/goloop/consensus.(*consensus).enterCommit](http://github.com/icon-project/goloop/consensus.(*consensus).enterCommit) /work/consensus/consensus.go:973 [github.com/icon-project/goloop/consensus.(*consensus).processBlock](http://github.com/icon-project/goloop/consensus.(*consensus).processBlock) /work/consensus/consensus.go:2074 [github.com/icon-project/goloop/consensus.(*consensus).ReceiveBlock](http://github.com/icon-project/goloop/consensus.(*consensus).ReceiveBlock) /work/consensus/consensus.go:2025 [github.com/icon-project/goloop/consensus.(*syncer).OnBlock](http://github.com/icon-project/goloop/consensus.(*syncer).OnBlock) /work/consensus/syncer.go:509 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1571 panic: (*logrus.Entry) 0xc006be3d50 goroutine 7384577 [running]: [github.com/sirupsen/logrus.Entry.log({0xc0000e6070](http://github.com/sirupsen/logrus.Entry.log(%7B0xc0000e6070), 0xc00071cf90, {0x0,...

When querying sejong API, I am not able to query contract method on my own nodes vs solidwallet nodes. ```python import requests import json url = "http://108.61.103.8:9010/api/v3" payload = {...

At collect method the offset parameter is ignored: https://github.com/icon-project/goloop/blob/d4569e3c0e5f38489a8400b3e7dc7a7c01da2172/javaee/rt/src/java/pi/UnmodifiableArrayMap.java#L58-L67 This makes both values and keys return keys: https://github.com/icon-project/goloop/blob/d4569e3c0e5f38489a8400b3e7dc7a7c01da2172/javaee/rt/src/java/pi/UnmodifiableArrayMap.java#L68-L71 https://github.com/icon-project/goloop/blob/d4569e3c0e5f38489a8400b3e7dc7a7c01da2172/javaee/rt/src/java/pi/UnmodifiableArrayMap.java#L73-L76

The `/event` websocket connection closes after certain time interval. I tried enabling `progressInterval` to least duration, thats seems slow down the disconnection but not prevent it. In a meantime I...

After the successful completion of [addition of BLS12-381 curve](https://github.com/icon-project/goloop/issues/149), we want to start a discussion on addition of BN254 curve. We've already submitted a [CPS proposal](https://cps.icon.community/proposals/bafybeicrrpvx7qiwswx7omhibunm67vaiowlhimb55vsfv7fonu7skfnry), and started a [community...