Ron
Ron
Hey @jonathanudd Regarding the Polkadot app, there's a [tip](https://stackoverflow.com/questions/67742951/how-to-connect-polkadot-js-to-the-parastate-local-node) on how to connect to the server by enabling ssh tunneling. Hope it can help. Regarding pruned snapshot, could you find...
> I guess I should get started on syncing a new archive node to see if the behavior still exists after doing so. IMHO, not nessessary at the moment. As...
> Would we ever relay fiat shamir from the relayers given that it is 3x more expensive? I do not think we need any relayer changes here. This PR is...
> Quoted from the report: > “to require the maximum number of signatures between computeQuorum(vset.length) and fiatShamirRequiredSignatures.” By the way, the findings in the report are valid, but I think...
> This saves a step on Ethereum side to also prove that block_q is parent of block_in_current_BEEFY_proof Actually, there is no such step on Ethereum side. In the parachain/message relayer,...
> I noticed the event: > > ``` > event AgentFundsWithdrawn(bytes32 indexed agentID, address indexed recipient, uint256 amount); > ``` > > Is unused through out our code. I am...