What's Changed
- Register metrics so that they show up on the metrics interface right after startup.
- Use
starknet-rs
for Websocket subscription. (Thanks to @xJonathanLEI). - The attestation tool can now be started before registering yourself as a staker, avoiding potential slashing. The tool will wait for the registration to be performed and start attesting.
- Support for non-ECDSA signatures via the remote signing API. The attestation tool now uses the signature in the response as is.
- Avoid double confirmation log.
- Log detailed transaction submission errors.
New Contributors
- @xJonathanLEI made their first contribution in #18
Full Changelog: v0.2.0...v0.3.0