Tomek Drwięga
Tomek Drwięga
Hi! You have to escape all `\` characters. Try using shorter form: ``` var devPath = ['', '', 'abcdefg01', 'Webdev', 'Unit', 'ump.dev.company.com', 'ease', 'schedules'].join("\\"); ``` If in verbose output you...
I'm terribly sorry guys, but didn't have time yet to look at your issue. I promise to look at this in a few days.
I was looking into your issues and I couldn't find anything that could help. Could you prepare minimal Gruntfile & demo to reproduce your issue?
@chrischain I dug into your issue and it seems that it won't be working with UNC paths until it will be supported in glob (see isaacs/node-glob#74) Let's wait until this...
Ah, the conversion looks ideal, I didn't know about it! Yeah, I think the `Message` type is not needed in that case and just having `&[u8; 32]` would be good...
I think there are two separate things being spoken of: 1. Unit testing of runtime modules (which is what @kianenigma is mentioning) - that requires a lot of boilerplate to...
@kianenigma `core/test-client` is completely runtime-generic. We have one extension that is using `node/runtime` (used inside `node/executor`) and another one that is using `test-runtime` - in `core/test-runtime/client`. So it's open to...
I feel there are two separate issues here: 1. Making it easier to write and include pallet-specific `SignedExtensions` (related paritytech/substrate#3419 paritytech/substrate#5006). 2. Making it easier to express some extra requirements...
> If the transaction were rejected before going into the pool, the network would spend fewer resources on it. The network in overall? - perhaps. A single node that receives...
> We should rather focus on making those checks easily identifiable to the UI so that they never send such invalid transaction, probably using metadata. Similar to what is proposed...