Lumos
Lumos
@aaronbuchwald a unit test will not fail since these same versions are working ok on mainnet and local subnets. I'm adding some logs from the validator node. So our validator...
this is the response of `getCurrentValidators` when called locally ``` { "id" : 1, "jsonrpc" : "2.0", "result" : { "validators" : [ { "connected" : true, "endTime" : "1712819977",...
@aaronbuchwald I added some logs to avalanchego v1.11.1 on the fuji testnet to investigate this. From the logs it seems like [avalanchego does not receive the notification](https://github.com/shubhamgoyal42/avalanchego/blob/debug/snow/networking/handler/handler.go#L899) when subnet-evm sends...
Thank you for the prompt reply @aaronbuchwald. By investigating further in proposervm, I found that our fuji node returns a duration of 242h from [MinDelayForProposer](https://github.com/ava-labs/avalanchego/blob/v1.11.1/vms/proposervm/proposer/windower.go#L191). It's because no blocks have...
Hi @aaronbuchwald, upon checking the validator at that p-chain height I found that there was only one validator at that height and the node had been stopped. Upon starting that...
This is a different issue where I don't get an error, but at the same time it fails to stop the restarting even after exit status 0
I have the same request. Is there a way around it? Or any way to do this using aptos-sdk?