<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/common/registrar, branch wasm-vm</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=wasm-vm</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=wasm-vm'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2016-11-25T11:15:28+00:00</updated>
<entry>
<title>common/registrar: delete the old registrar code</title>
<updated>2016-11-25T11:15:28+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-11-11T04:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=18d51d1de8e5bb31def0773c95db009ba57e46e8'/>
<id>urn:sha1:18d51d1de8e5bb31def0773c95db009ba57e46e8</id>
<content type='text'>
The registrar was broken, unmaintained and there is a much better
replacement: ENS.

(cherry picked from commit 6ca8f57b08d550613175260cab7633adcacbe6ab)
</content>
</entry>
<entry>
<title>core/types: turn off nonce checking for Call messages</title>
<updated>2016-11-14T13:16:06+00:00</updated>
<author>
<name>Zsolt Felfoldi</name>
<email>zsfelfoldi@gmail.com</email>
</author>
<published>2016-11-14T12:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=b10bcd924ba79f9faa5b8f2d273a7ee02d7b89f5'/>
<id>urn:sha1:b10bcd924ba79f9faa5b8f2d273a7ee02d7b89f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core/types, params: EIP#155</title>
<updated>2016-11-13T13:55:30+00:00</updated>
<author>
<name>Jeffrey Wilcke</name>
<email>jeffrey@ethereum.org</email>
</author>
<published>2016-11-02T12:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=4dca5d4db7fc2c1fac5a2e24dcc99b15573f0188'/>
<id>urn:sha1:4dca5d4db7fc2c1fac5a2e24dcc99b15573f0188</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core, core/state, trie: EIP158, reprice &amp; skip empty account write</title>
<updated>2016-11-13T09:44:04+00:00</updated>
<author>
<name>Jeffrey Wilcke</name>
<email>jeffrey@ethereum.org</email>
</author>
<published>2016-10-20T11:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=445feaeef58bd89a113743dccf6fd5df55cde6fa'/>
<id>urn:sha1:445feaeef58bd89a113743dccf6fd5df55cde6fa</id>
<content type='text'>
This commit implements EIP158 part 1, 2, 3 &amp; 4

1. If an account is empty it's no longer written to the trie. An empty
  account is defined as (balance=0, nonce=0, storage=0, code=0).
2. Delete an empty account if it's touched
3. An empty account is redefined as either non-existent or empty.
4. Zero value calls and zero value suicides no longer consume the 25k
  reation costs.

params: moved core/config to params

Signed-off-by: Jeffrey Wilcke &lt;jeffrey@ethereum.org&gt;
</content>
</entry>
<entry>
<title>internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940)</title>
<updated>2016-10-28T19:25:49+00:00</updated>
<author>
<name>bas-vk</name>
<email>bas-vk@users.noreply.github.com</email>
</author>
<published>2016-10-28T19:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=b59c8399fbe42390a3d41e945d03b1f21c1a9b8d'/>
<id>urn:sha1:b59c8399fbe42390a3d41e945d03b1f21c1a9b8d</id>
<content type='text'>
This commit includes several API changes:

- The behavior of eth_sign is changed. It now accepts an arbitrary
  message, prepends the well-known string

        \x19Ethereum Signed Message:\n&lt;length of message&gt;

  hashes the result using keccak256 and calculates the signature of
  the hash. This breaks backwards compatability!
  
- personal_sign(hash, address [, password]) is added. It has the same
  semantics as eth_sign but also accepts a password. The private key
  used to sign the hash is temporarily unlocked in the scope of the
  request.
  
- personal_recover(message, signature) is added and returns the
  address for the account that created a signature.
</content>
</entry>
<entry>
<title>core: added CheckNonce() to Message interface</title>
<updated>2016-07-11T10:35:23+00:00</updated>
<author>
<name>zsfelfoldi</name>
<email>zsfelfoldi@gmail.com</email>
</author>
<published>2016-07-11T09:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=00787fe7818b7baaa95ef7928b5101df2d052dce'/>
<id>urn:sha1:00787fe7818b7baaa95ef7928b5101df2d052dce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>accounts: improve API and add documentation</title>
<updated>2016-04-12T13:59:18+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-04-04T23:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=46df50be181afca503aff4a545e3f322ad04448b'/>
<id>urn:sha1:46df50be181afca503aff4a545e3f322ad04448b</id>
<content type='text'>
- Sign takes common.Address, not Account
- Import/Export methods work with encrypted JSON keys
</content>
</entry>
<entry>
<title>accounts: streamline API</title>
<updated>2016-04-12T13:58:01+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-03-03T00:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=46e8940b19fee9bc21767a1341c382fd9c9d572a'/>
<id>urn:sha1:46e8940b19fee9bc21767a1341c382fd9c9d572a</id>
<content type='text'>
- Manager.Accounts no longer returns an error.
- Manager methods take Account instead of common.Address.
- All uses of Account with unkeyed fields are converted.
</content>
</entry>
<entry>
<title>core: added basic chain configuration</title>
<updated>2016-03-31T23:01:10+00:00</updated>
<author>
<name>Jeffrey Wilcke</name>
<email>jeffrey@ethereum.org</email>
</author>
<published>2016-03-01T22:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=f0cbebb19f3137ee3ba0e66dadd1b5b9dbf98b1c'/>
<id>urn:sha1:f0cbebb19f3137ee3ba0e66dadd1b5b9dbf98b1c</id>
<content type='text'>
Added chain configuration options and write out during genesis database
insertion. If no "config" was found, nothing is written to the database.

Configurations are written on a per genesis base. This means
that any chain (which is identified by it's genesis hash) can have their
own chain settings.
</content>
</entry>
<entry>
<title>core: Added EVM configuration options</title>
<updated>2016-03-23T22:02:42+00:00</updated>
<author>
<name>Jeffrey Wilcke</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2016-02-03T22:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=14013372aeca2d7f1d8c3a87b7df7c27868314be'/>
<id>urn:sha1:14013372aeca2d7f1d8c3a87b7df7c27868314be</id>
<content type='text'>
The EVM is now initialised with an additional configured object that
allows you to turn on debugging options.
</content>
</entry>
</feed>
