<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreth/eth/tracers, branch v0.2.15-rc.3</title>
<subtitle>Avalanche C-Chain service code.</subtitle>
<id>https://git.tedyin.com/coreth/atom?h=v0.2.15-rc.3</id>
<link rel='self' href='https://git.tedyin.com/coreth/atom?h=v0.2.15-rc.3'/>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/'/>
<updated>2020-07-30T18:20:41Z</updated>
<entry>
<title>remove necessary files</title>
<updated>2020-07-30T18:20:41Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-07-30T18:20:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=489ecc0c53ef8279863e58469fa161ade273119f'/>
<id>urn:sha1:489ecc0c53ef8279863e58469fa161ade273119f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make mc tx work</title>
<updated>2020-06-30T21:05:50Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-06-30T21:05:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=7feec02902d52a3abf722613eb9e218e015b723c'/>
<id>urn:sha1:7feec02902d52a3abf722613eb9e218e015b723c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>...</title>
<updated>2020-06-28T18:47:41Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-06-28T18:47:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=d235e2c6a5788ec4a6cff15a16f56b38a3876a0d'/>
<id>urn:sha1:d235e2c6a5788ec4a6cff15a16f56b38a3876a0d</id>
<content type='text'>
</content>
</entry>
</feed>
orm";
    $([tab_items[1], header_form]).appendTo(forms);
    $(tab_items[0]).appendTo(tabs);
    $("table.tabs").remove();
    var header = $("table#header");
    $(tabs).insertAfter(header);
    $(forms).insertAfter(header);
    header.css('display', 'inline-block');
    header.css('width', 'auto');
}

function wrap_fat_elements() {
    /* wrap the elements that could be very large in width */
    $("table.list, table.blob, table.ssdiff, " +
     "table.bin-blob, table.nowrap, table.commit-info, " +
     "table.diffstat, table.diff, table.list, table.stats, " +
     "table.vgraph, table.hgraph, table.blame" 
     ).wrap("<div class='table-wrap'></div>");
    $('.table-wrap, pre.literal-block').mCustomScrollbar({
        axis: 'x',
        theme: 'minimal',
        autoHideScrollbar: true,
        autoDraggerLength: true,
        scrollInertia: 100,
        mouseWheel: { enable: true, axis: 'x' },
        documentTouchScroll: true
    });
}

$(function() {
    go_responsive();
    wrap_fat_elements();
});
</script>
</head>
<body>
<div id='cgit'><table id='header'>
<tr>
<td class='main'><a href='/'>index</a> : <a href='/coreth/'>coreth</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='659876ec797398e97dc2fd16d7abfb2bb08d211b'/><select name='h' onchange='this.form.submit();'>
<option value='dev'>dev</option>
<option value='devnet-no-plugin'>devnet-no-plugin</option>
<option value='ecstasy-fixes'>ecstasy-fixes</option>
<option value='ecstasy-transfer'>ecstasy-transfer</option>
<option value='geth-tavum'>geth-tavum</option>
<option value='master'>master</option>
<option value='multi-coin'>multi-coin</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>Avalanche C-Chain service code.</td><td class='sub right'></td></tr></table>
<table class='tabs'><tr><td>
<a href='/coreth/about/?h=v0.3.8'>about</a><a href='/coreth/?h=v0.3.8'>summary</a><a href='/coreth/refs/?h=v0.3.8&amp;id=659876ec797398e97dc2fd16d7abfb2bb08d211b'>refs</a><a href='/coreth/log/core/genesis_alloc.go?h=v0.3.8'>log</a><a class='active' href='/coreth/tree/core/genesis_alloc.go?h=v0.3.8&amp;id=659876ec797398e97dc2fd16d7abfb2bb08d211b'>tree</a><a href='/coreth/commit/core/genesis_alloc.go?h=v0.3.8&amp;id=659876ec797398e97dc2fd16d7abfb2bb08d211b'>commit</a><a href='/coreth/diff/core/genesis_alloc.go?h=v0.3.8&amp;id=659876ec797398e97dc2fd16d7abfb2bb08d211b'>diff</a></td><td class='form'><form class='right' method='get' action='/coreth/log/core/genesis_alloc.go'>
<input type='hidden' name='h' value='v0.3.8'/><input type='hidden' name='id' value='659876ec797398e97dc2fd16d7abfb2bb08d211b'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/coreth/tree/?h=v0.3.8&amp;id=659876ec797398e97dc2fd16d7abfb2bb08d211b'>root</a>/<a href='/coreth/tree/core?h=v0.3.8&amp;id=659876ec797398e97dc2fd16d7abfb2bb08d211b'>core</a>/<a href='/coreth/tree/core/genesis_alloc.go?h=v0.3.8&amp;id=659876ec797398e97dc2fd16d7abfb2bb08d211b'>genesis_alloc.go</a></div><div class='content'>blob: 3e03d16407b53f8e8a0e2c2b5c1c369f888c6fa4 (<a href='/coreth/plain/core/genesis_alloc.go?h=v0.3.8&amp;id=659876ec797398e97dc2fd16d7abfb2bb08d211b'>plain</a>) (<a href='/coreth/blame/core/genesis_alloc.go?h=v0.3.8&amp;id=659876ec797398e97dc2fd16d7abfb2bb08d211b'>blame</a>)
<table summary='blob content' class='blob'>
<tr><td class='linenumbers'><pre><a id='n1' href='#n1'>1</a>
<a id='n2' href='#n2'>2</a>
<a id='n3' href='#n3'>3</a>
<a id='n4' href='#n4'>4</a>
<a id='n5' href='#n5'>5</a>
<a id='n6' href='#n6'>6</a>
<a id='n7' href='#n7'>7</a>
<a id='n8' href='#n8'>8</a>
<a id='n9' href='#n9'>9</a>
<a id='n10' href='#n10'>10</a>
<a id='n11' href='#n11'>11</a>
<a id='n12' href='#n12'>12</a>
<a id='n13' href='#n13'>13</a>
<a id='n14' href='#n14'>14</a>
<a id='n15' href='#n15'>15</a>
<a id='n16' href='#n16'>16</a>
<a id='n17' href='#n17'>17</a>
<a id='n18' href='#n18'>18</a>
<a id='n19' href='#n19'>19</a>
<a id='n20' href='#n20'>20</a>
<a id='n21' href='#n21'>21</a>
<a id='n22' href='#n22'>22</a>
<a id='n23' href='#n23'>23</a>
<a id='n24' href='#n24'>24</a>
<a id='n25' href='#n25'>25</a>
<a id='n26' href='#n26'>26</a>
<a id='n27' href='#n27'>27</a>
<a id='n28' href='#n28'>28</a>
</pre></td>
<td class='lines'><pre><code>