snd
snd
if we'd require bridge users to sign (only possible off chain, right?) off on the withdraw message (recipient, amount) as well, submit message and signature on side, relay both as...
@rphmeier after watching vitaliks talk on plasma cash from ethcc i get why you mentioned UTXOs. i can see a design similar to plasma cash make sense for the bridge....
@rphmeier this is all token (deposit, withdraw) specific. does this generalize into a bridge that does arbitrary message passing (essentially calling a function on the other chain)?
we should have some retry functionality in both directions
thanks. this enhancement is reasonable and the implementation is well thought out. i'll include it in a new release soon. very busy working on other things atm
this could be solved cleanly by adding and implementing an optional `segmentNameEndChar` option. then one should be able to configure url-pattern with the following options to do what you want:...
hey @arpitsingh94, i'm in the process of converting url-pattern from coffeescript to typescript on this branch: https://github.com/snd/url-pattern/tree/coffeescript-to-typescript the code conversion is done and the tests still pass. i just need...
@luggage66 hey donald, apologies for taking so long to respond. i'm traveling at the moment. the change looks good. i'll test, merge and release this soon
the next release will be based on typescript and since it will contain breaking changes it will contain this change as well. i've converted url-pattern from coffeescript to typescript over...
working on a wrapper around solc/solcjs over here https://github.com/snd/rust_solc that will use the standard json interface. soon we'll be able to replace the solc part of sol-rs by it.