TrueBitFoundation / dispute-resolution-layer

[DEPRECATED] Generic dispute resolution layer for Truebit verification games
MIT License
6 stars 10 forks source link

Dynamic Byte array for IComputationLayer #18

Open hswick opened 6 years ago

hswick commented 6 years ago

Right now computation layer specifies a 3 element array, this should be changed to a dynamic array. However, these are new Solidity features

https://github.com/ethereum/solidity/issues/3270