sander2

Results 53 comments of sander2
trafficstars

C# code highlighting works for me, using ```csharp ``` I agree that a find within function within notes would be very helpful. In the browser, ctrl+f works, but on the...

This custom snippet: ``` const tx = api.tx.xcmPallet.reserveTransferAssets; const ALICE = '5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY'; const dst = { X1: { ParaChain: '2000' }, parents: 0 }; const acc = { X1: {...

Something similar is happening when I try to distpatch a sudo call (`xcmPallet::forceDefaultXcmVersion`), I get the error below, until I go to Settings->Metadata. ``` 2021-11-17 12:44:47 RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus::...

I think two changes would be required: - Invalidate the aggregate when the oldest value included in the aggregate expires - If there are no values that are not expired,...

> I can't think an efficient way to do the invalidation. Can you propose one? When you aggregate the values, you can iterate over the elements to find the oldest...

Has this change been requested by Dom/Alexei? Also, pleasing mark as breaking

I think we can close this pr, since we have set the treasury interval to a low value, and we have the fast tracking mechanism, right?

> @sander2 did you have a chance to look whether Substrate has any offerings for such functionality (also for the heartbeat mechanism)? I think we could maybe reuse the identity...

I didn't know about off-chain storage, interesting. If we're really worried about storage though, another approach could be to only emit an event and then to rely on squid to...

Not sure I agree with this - the vault client should support both starting activated and starting deactivated. So it will need a batch of register and activate/deactivate either way....