quorum/contracts/chequebook
Alex Beregszaszi b31cc71ff6 contracts/chequebook: update for latest Solidity (#15425)
This changes behaviour: before if the owner/amount didn't match, it
resulted in a successful execution without doing anything; now it
results in a failed execution using the revert opcode (remainder gas
is not consumed).
2017-11-10 10:19:51 +01:00
..
contract contracts/chequebook: update for latest Solidity (#15425) 2017-11-10 10:19:51 +01:00
api.go contracts/chequebook: add chequebook contract wrapper 2016-08-29 13:39:25 +02:00
cheque.go contracts: fix megacheck errors (#14916) 2017-08-08 19:41:35 +03:00
cheque_test.go contracts/chequebook: fix race in test (#15058) 2017-09-07 23:14:47 +02:00
gencode.go contracts/chequebook/contract: fix possible reentrancy bug in chequebook.sol 2016-08-30 18:16:49 +02:00