<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/contracts/chequebook, branch wip/lantw/checker</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=wip%2Flantw%2Fchecker</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=wip%2Flantw%2Fchecker'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2019-05-06T02:44:03+00:00</updated>
<entry>
<title>core: vm: vm interface (#164)</title>
<updated>2019-05-06T02:44:03+00:00</updated>
<author>
<name>JM</name>
<email>jm@dexon.org</email>
</author>
<published>2019-01-31T07:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=9b8cd76237318e173147a7c32763b6b9d9759951'/>
<id>urn:sha1:9b8cd76237318e173147a7c32763b6b9d9759951</id>
<content type='text'>

</content>
</entry>
<entry>
<title>Change import go github.com/dexon-foundation/dexon</title>
<updated>2019-04-09T13:32:49+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@cobinhood.com</email>
</author>
<published>2018-09-26T02:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d056357e4999c6c70c8b8e85a9e4f533895ed6c2'/>
<id>urn:sha1:d056357e4999c6c70c8b8e85a9e4f533895ed6c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>contracts/*: golint updates for this or self warning</title>
<updated>2019-02-19T12:18:02+00:00</updated>
<author>
<name>Kiel barry</name>
<email>kiel.j.barry@gmail.com</email>
</author>
<published>2018-04-30T23:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=fd34bf594c7aac73530a449130387a0797fd1977'/>
<id>urn:sha1:fd34bf594c7aac73530a449130387a0797fd1977</id>
<content type='text'>
(cherry picked from commit 53b823afc8c24337290ba2e7889c2dde496e9272)
</content>
</entry>
<entry>
<title>backends: configurable gas limit to allow testing large contracts (#17358)</title>
<updated>2018-08-15T07:15:42+00:00</updated>
<author>
<name>Jeff Prestes</name>
<email>jeffprestes@gmail.com</email>
</author>
<published>2018-08-15T07:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=212bba47ff13812ddabb642da463e58cda4ff20f'/>
<id>urn:sha1:212bba47ff13812ddabb642da463e58cda4ff20f</id>
<content type='text'>
* backends: increase gaslimit in order to allow tests of large contracts

* backends: increase gaslimit in order to allow tests of large contracts

* backends: increase gaslimit in order to allow tests of large contracts
</content>
</entry>
<entry>
<title>contracts/chequebook: increase interval between auto deposits (#16178)</title>
<updated>2018-02-26T09:36:26+00:00</updated>
<author>
<name>Anton Evangelatov</name>
<email>anton.evangelatov@gmail.com</email>
</author>
<published>2018-02-26T09:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=764878d988e7c6673f1edfeea5a47a02c2579d84'/>
<id>urn:sha1:764878d988e7c6673f1edfeea5a47a02c2579d84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>accounts/abi/bind: support event filtering in abigen</title>
<updated>2018-01-24T08:54:13+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2018-01-05T10:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=1bf508b449ebd42653f521ada92c782e8cb664d2'/>
<id>urn:sha1:1bf508b449ebd42653f521ada92c782e8cb664d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: update generated code (#15808)</title>
<updated>2018-01-08T12:15:57+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@users.noreply.github.com</email>
</author>
<published>2018-01-08T12:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=5c2f1e00148f16655d3fb63b93920b1108165c56'/>
<id>urn:sha1:5c2f1e00148f16655d3fb63b93920b1108165c56</id>
<content type='text'>
* core/types, core/vm, eth, tests: regenerate gencodec files

* Makefile: update devtools target

Install protoc-gen-go and print reminders about npm, solc and protoc.
Also switch to github.com/kevinburke/go-bindata because it's more
maintained.

* contracts/ens: update contracts and regenerate with solidity v0.4.19

The newer upstream version of the FIFSRegistrar contract doesn't set the
resolver anymore. The resolver is now deployed separately.

* contracts/release: regenerate with solidity v0.4.19

* contracts/chequebook: fix fallback and regenerate with solidity v0.4.19

The contract didn't have a fallback function, payments would be rejected
when compiled with newer solidity. References to 'mortal' and 'owned'
use the local file system so we can compile without network access.

* p2p/discv5: regenerate with recent stringer

* cmd/faucet: regenerate

* dashboard: regenerate

* eth/tracers: regenerate

* internal/jsre/deps: regenerate

* dashboard: avoid sed -i because it's not portable

* accounts/usbwallet/internal/trezor: fix go generate warnings
</content>
</entry>
<entry>
<title>all: switch gas limits from big.Int to uint64</title>
<updated>2018-01-03T12:45:35+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2017-11-13T11:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=6f69cdd109b1dd692b8dfb15e7c53d2051fbc946'/>
<id>urn:sha1:6f69cdd109b1dd692b8dfb15e7c53d2051fbc946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>contracts/chequebook: update for latest Solidity (#15425)</title>
<updated>2017-11-10T09:19:51+00:00</updated>
<author>
<name>Alex Beregszaszi</name>
<email>alex@rtfs.hu</email>
</author>
<published>2017-11-10T09:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=b31cc71ff6415a02864482980d08f5998cd5e086'/>
<id>urn:sha1:b31cc71ff6415a02864482980d08f5998cd5e086</id>
<content type='text'>
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).</content>
</entry>
<entry>
<title>contracts/chequebook: fix two contract issues (#15086)</title>
<updated>2017-09-25T08:36:13+00:00</updated>
<author>
<name>Derek Chiang</name>
<email>derekchiang93@gmail.com</email>
</author>
<published>2017-09-25T08:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d6a6180366e613deaa5ce9c36e80bb0fac5430f6'/>
<id>urn:sha1:d6a6180366e613deaa5ce9c36e80bb0fac5430f6</id>
<content type='text'>
This patch fixes the following issues:

* The contract executes send() when it does not have enough balance.
* The contract always sends a total amount of zero.</content>
</entry>
</feed>
