skale-admin
skale-admin copied to clipboard
SKALE admin docker container orchestrates all other SKALE Docker containers
Changes: 1. Do not change node id after rotation. 2. Add common_bls_key to the schain config. Tests: 1. Fixed corresponding unit tests. 2. Tested on local network. Performance: 1. No...
For now SGX healthcheck is implemented using HTTPS connection. ZMQ connection check should be added as a part of general SGX check. The changes should be made in the following...
**Describe the bug** It's not always reproducible but sometimes while node rotation it happens that there are two last `alright` transactions - [first alright](https://goerli.etherscan.io/tx/0xbc57fe04cb42eeda4611aaa00c0be52edb8945e863aef972c119e5b0c67567bc) is failed and [second alright](https://goerli.etherscan.io/tx/0xc03568a6d171ab682a48046ec52c397b8b9f64320ec96f4811851f1005fd2d57) is...
**Precondition:** https://github.com/skalenetwork/skale-admin/issues/971 **Describe the bug** Node sends `complaint` transaction to another node that has sent broadcast. 1. Node ID 19 sends [broadcast](https://goerli.etherscan.io/tx/0x8557cd2e27d72e8d29837b8cd8ace232c2552eb6a8e57c8139f51d8699e2009d) 2. Node ID 16 receives 15 broadcasts ```...
**Describe the bug** If there are nodes with old admin version (`2.5.4`) and nodes with new admin version (`2.6.0-beta.0`), we can't run node rotation or create schain because nodes with...
During testing of Release 2.3 we found that if we have `change IP` function called before updating admin, after update we will have error in admin related to `'getLastChangeIpTime' was...
this function waits for DKG to fail in future not assuming it may already failed. furthermore, it doesn't check the `FailedDKG` event but tries to detect the failure using calls...
```[tasklist] ### Tasks - [ ] https://github.com/skalenetwork/ima-agent/issues/106 ```
**Description** IMA agent did not restarted after node rotation procedure. As result new BLS Key was not pass to IMA Agent. Version: admin: 2.6.0-beta.0 **Steps to reproduce** - Run node...
It would be beneficial to have the ability to allocate and distribute different amounts of resources, such as configuring the resource allocation for the state parameter.