go-spacemesh icon indicating copy to clipboard operation
go-spacemesh copied to clipboard

Go Implementation of the Spacemesh protocol full node. 💾⏰💪

Results 323 go-spacemesh issues
Sort by recently updated
recently updated
newest added

https://github.com/prometheus/client_golang/blob/main/prometheus/collectors/go_collector_latest.go

some things that i am interested in particular are: - number of concurrent streams labeled by stream type - average buffer window labeled by stream type - error rate labeled...

when debug mode for db is enabled - explain statement before executing it and print full information as a debug log with: - original statement - explain output https://www.sqlite.org/eqp.html

## Description https://github.com/spacemeshos/go-spacemesh/blob/036035099f8a4aa8801096587b3f8864f4c4b6f3/cmd/node/node.go#L498 this is the last layer with an applied block, and may not have been the last verified layer from tortoise.

bug

- consider node that goes offline for less then one layer, but for enough time to miss most of the hare - eventually it will fail and terminate with empty...

Hare Protocol
Before MN

They're probably being created faster than the service can consume and stream them. We may need to increase the buffer size to accommodate this: ``` > grpcurl -plaintext -d ''...

bug
API

## Motivation Closes #3195 ## Changes create fork of https://github.com/crawshaw/sqlite with `C` files with `BEGIN TRANSACTION` implementation and set as dependency for project - https://github.com/spacemeshos/sqlite ## Test Plan unit tests...

on-hold

## Description https://github.com/spacemeshos/go-spacemesh/runs/7137720369?check_suite_focus=true ``` bookchecker_test.go:199: Error Trace: bookchecker_test.go:199 Error: Not equal: expected: 121 actual : 120 Test: TestHost_ReceiveAddressesOnCheck Messages: nodeA should have all extra addresses FAIL FAIL github.com/spacemeshos/go-spacemesh/p2p/peerexchange 10.[273]s ```

bug

## Instruction (can be added into README.md also) **To build go-spacemesh on Windows all you need is Msys2** 1. Install msys2 from https://www.msys2.org/ and update it. Update is not necessary...

windows

missing information on how many messages/bytes were processed by every sub-protocol in the gossip router

P2P