HaRoLd

Results 164 comments of HaRoLd

I guess it depends on what they are. You could post them here, or create tickets which describe them, or submit a pull request with improvements.

Hi @bartleyg @pinkiebell @drewstone You need to create an issue for each of these, so discussion and implementation details etc. can happen for each one individually, after that I'm happy...

@vs77bb can you confirm bartleyg for #30 please? I will reach out to @pinkiebell via e-mail for some more details.

So, this will depend on the ExampleSwap contract which performs an atomic swap between two parties on two different chains, mediated by the Lithium component and supplied proofs. Alternatively I...

The cross token (`RemoteEtherToken`) idea was proven in #17 and has been added to the end-to-end tests. See: * [ExampleCrossToken.sol](https://github.com/HarryR/panautomata/blob/master/solidity/contracts/example/ExampleCrossToken.sol) * [tokenproxy.py](https://github.com/HarryR/panautomata/blob/master/python/panautomata/example/tokenproxy.py) The 'ExampleSwap' contract is still a work-in-progress /...

Instead of the atomic swap contract (e.g. PvP) I will use extend the token proxy example to give tokenised Ropsten ether to a friend on Kovan. The `tokenproxy.py` file will...

Seems like the problem is with `interface` being used, and abstract classes for that, which cause `undefined` entries to be included in the `sources` variable in `truffle-debugger`. The solution was...

Will close this issue when upstream fix is pushed through.

The fix has been pushed through https://github.com/trufflesuite/truffle/pull/1084 - but this is on the @develop branch and I'm not sure if it'll be backported to 4.1.14 or of 5.x is in...

The POA network has implemented something similar, however it's specific to tokens and transfer of value rather than general purpose automata. Either way, they have a validator set contract which...