casper-node
casper-node copied to clipboard
Reference client for CASPER protocol
Right now the node eagerly drops tickets potentially too early in the process. To make it reflect actual load more accurately, we should ensure that a `Ticket` from processing a...
Take a look into casper-wasmi/casper-wasm and asses possibility to support sign extension and bulk memory extension without dealing with wasmi upgrade. If it’s possible by enabling flags, we should do...
Jonass-MacBook-Air:casper-node chef$ nctl-assets-setup 2023-11-06T12:40:29.6N [INFO] [1284] NCTL :: asset tear-down begins ... please wait 2023-11-06T12:40:29.6N [INFO] [1284] NCTL :: ... stopping supervisord 2023-11-06T12:40:31.6N [INFO] [1284] NCTL :: ... deleting files...
Production Issue Reported by : Jiuhong [here](https://casper-labs-team.slack.com/archives/CDXBCHB6W/p1698202048912619) A user reported a strange behavior for this account. It redelegated all the stake from 2 different validators to 1 new validator. https://cspr.live/deploy/2711052308f14d784a265db2c8d9cd1948d5620b39c997126a46b9180a781330...
RPC server that currenly lives in the node should be moved to the "event sidecar" project
The consensus log message received message, but no era initialized should be updated to only be displayed when receiving a consensus message from a peer, rather than being triggered by...
Logs provided in [this thread](https://casper-labs-team.slack.com/archives/CDXBCHB6W/p1698055223204369?thread_ts=1698053371.394769&cid=CDXBCHB6W) indicate that the node possibly ran in KeepUp mode even while it was capable of running in Validate mode. This state persisted across an era...
Add to release regression test harness, migration scenario with a slice of the latest mainnet ( at least ttl worth of data). This test should be run for all patches...
- [Spike]: Explore Wasmer (https://github.com/wasmerio/wasmer) [Michal Papierski](mailto:[email protected]) - Check out wasmer branch, and extend the code with wasmer engine as extra variant - Identify strict wasmer trait requirements known to...
Currently eras end after a specific interval has passed since the era start time, which is based on the timestamp of the switch block from the previous era. This causes...