kaspanet / kaspad

Kaspad was the reference full node Kaspa implementation written in Go (golang), now rewritten in Rust: https://github.com/kaspanet/rusty-kaspa
ISC License
447 stars 228 forks source link

Development stopped? #2216

Closed jkb-kt closed 1 year ago

jkb-kt commented 1 year ago

Hello, I see very little activity recently.

Has the development of the project stopped?

flaugere commented 1 year ago

Hi, You can check by yourself but I think a rewrite is in progress (Rust language) : https://github.com/kaspanet/rusty-kaspa

someone235 commented 1 year ago

As said by @flaugere , most of the dev effort is directed to rusty-kaspa recently, which should eventually replace the go version

aspect commented 1 year ago

Rusty Kaspa is fully backward-compatible with the golang implementation, however, when the network goes up to 10 BPS+, the golang implementation wont be able to handle this due to performance constraints.