Вуди Дек
Вуди Дек
`console.log(Hand.solve(['2s','Kc','Jc','2d','Qc'],'deuceswild').name)` evaluates to only a straight flush. Same goes for a natural royal. If you change .name to .descr it works, but adds extra info for all the other hands....
I just noticed this when testing the embed. It erroneously shows up as unidentified, but if you click through all is ok. 
The dependencies for these contracts all have different compiler versions. I'm not sure if Truffle accounts for that automatically, but it would be nice to a dist folder of contracts...
Ledger functionality was introduced without the ability to sign Tx for contracts. This means all domains are stuck without understanding how to sign at the low level, which is not...