aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-06-06 22:59:56 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-06-06 22:59:56 +0800
commit4ab0cedf42abea8becc5177e566c070730f13a07 (patch)
tree62b552de287793b11fcaecc8cf508db99ed92280 /core
parent2729e6294a22c5f1adb547078a7391ca0537ccc9 (diff)
downloadgo-tangerine-4ab0cedf42abea8becc5177e566c070730f13a07.tar.gz
go-tangerine-4ab0cedf42abea8becc5177e566c070730f13a07.tar.zst
go-tangerine-4ab0cedf42abea8becc5177e566c070730f13a07.zip
Export should start with block 0
Diffstat (limited to 'core')
-rw-r--r--core/chain_manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/chain_manager.go b/core/chain_manager.go
index ae25ff6b1..a00fd288d 100644
--- a/core/chain_manager.go
+++ b/core/chain_manager.go
@@ -341,7 +341,7 @@ func (bc *ChainManager) ResetWithGenesisBlock(gb *types.Block) {
// Export writes the active chain to the given writer.
func (self *ChainManager) Export(w io.Writer) error {
- if err := self.ExportN(w, uint64(1), self.currentBlock.NumberU64()); err != nil {
+ if err := self.ExportN(w, uint64(0), self.currentBlock.NumberU64()); err != nil {
return err
}
return nil
t;khung@nullaxiom.com> (via email) Obtained from: https://github.com/sam-github/libnet/commit/18cbe497dd84afc471a5320e4ef3a7cde87c2c4e https://github.com/sam-github/libnet/commit/2e724b2f5cd614d7362f8dcbc57dc1fca6e437b3 https://github.com/sam-github/libnet/commit/408fa2266a4af402152cc0f1e9a40b56477b995a https://github.com/sam-github/libnet/commit/c9390bf8f3379c280ba8ceec67fbd8e908675d96 * - Use INSTALL_TARGET=install-strip instead of STRIP_CMDsunpoet2015-01-181-1/+1 | * - Use INSTALL_TARGET=install-strip instead of STRIP_CMDsunpoet2015-01-181-3/+1 | * - Use INSTALL_TARGET=install-strip instead of ↵sunpoet2015-01-181-1/+1 | | | | MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} * - Use INSTALL_TARGET=install-strip instead of ↵sunpoet2015-01-181-2/+2 | | | | MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} * - Use INSTALL_TARGET=install-strip instead of ↵sunpoet2015-01-181-1/+1 | | | | MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} * - Use INSTALL_TARGET=install-strip instead of STRIP_CMDsunpoet2015-01-181-3/+1 | * - Use INSTALL_TARGET=install-strip instead of ↵sunpoet2015-01-181-1/+1 | | | | MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} * - Use INSTALL_TARGET=install-strip instead of ↵sunpoet2015-01-181-1/+1 | | | | MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} * - Use INSTALL_TARGET=install-strip instead of ↵sunpoet2015-01-181-1/+1 | | | | MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} * - Use INSTALL_TARGET=install-strip instead of ↵sunpoet2015-01-181-1/+1 | | | | MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} * - Use INSTALL_TARGET=install-strip instead of ↵sunpoet2015-01-181-1/+1 | | | | MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} * - Use INSTALL_TARGET=install-strip instead of ↵sunpoet2015-01-181-1/+1 | | | | MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} * - Update to 5.21 (5.2.4)sunpoet2015-01-182-4/+4 | * - Update PORTSCOUTsunpoet2015-01-181-1/+1 | * - Update to 1.93sunpoet2015-01-183-5/+4 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes * - Update to 0.64sunpoet2015-01-183-13/+5 | | | | | | | - Remove outdated PERL_LEVEL check - Sort PLIST Changes: http://search.cpan.org/dist/Module-Load-Conditional/CHANGES * - Update to 3.28sunpoet2015-01-182-3/+3 | | | | Changes: http://search.cpan.org/dist/Devel-PPPort/Changes * - Add PORTSCOUTsunpoet2015-01-181-0/+2 | * - Update to 1.67sunpoet2015-01-183-6/+5 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Net-SSLeay/Changes * - Update to 0.71sunpoet2015-01-182-3/+3 | | | | Changes: http://search.cpan.org/dist/Inline-CPP/Changes * - Update to 2.4.2sunpoet2015-01-182-3/+3 | | | | Changes: https://github.com/guard/guard-minitest/releases * - Update to 0.1.2sunpoet2015-01-182-3/+3 | | | | Changes: https://github.com/fog/fog-sakuracloud/blob/master/CHANGELOG.md * - Update to 0.2.0sunpoet2015-01-182-3/+3 | | | | Changes: https://github.com/e2/nenv/releases * - Update to 1.1.71sunpoet2015-01-182-5/+6 | | | | Changes: http://search.cpan.org/dist/Rinci/Changes * - Add p5-Types-Core 0.1.4sunpoet2015-01-185-0/+47 | | | | | | | | | | | | | | | Types::Core provides syntax symplifier for type checking. It allows easy, non-quoted usage of types as literals, and allows the standard type names to be used as true/false check routines of references. For the most basic functions, they take either 0 or 1 arguments. If 1 parameter, then they test it to see if the ref is of the given type (blessed or not). If false, undef is returned, of true, the ref, itself is returned. For no args, they return literals of themselves, allowing the named strings to be used as Literals without quotes. WWW: http://search.cpan.org/dist/Types-Core/ * - Add p5-Xporter 0.1.2sunpoet2015-01-185-0/+49 | | | | | | | | | | | | | | | | | | Xporter provides EXPORT functionality similar to Exporter with some different rules to simplify common cases. The primary difference, in Xporter is that the default EXPORT list remains the default EXPORT list unless the user specifically asks for it to not be included, whereas in Exporter, asking for any additional exports from the EXPORT_OK list, clears the default EXPORT list. Xporter makes it easy to reset or clear the default so that choice is left to the user. To reset the default EXPORT list to empty, a bare minus ('-') or logical-not sign ('!') is placed as the first parameter in the client's import list. WWW: http://search.cpan.org/dist/Xporter/ * - Add p5-mem 0.4.5sunpoet2015-01-185-0/+41 | | | | | | | | | | | | | mem is a trivial pragma to either allow defining the module it is included from as being defined so that later classes or packages in the same file can use the package to pull in a reference to it, or to be able to call its import routine from a different package in the same file. With parameter assignments or other actions, it forces those assignments to be done, immediately, at compile time instead of later at run time. It can be use, for example, with Exporter, to export typed-sub's among other usages. WWW: http://search.cpan.org/dist/mem/ * Backport a (modified) patch from Red Hat to allow passing custom directorydanfe2015-01-183-0/+77 | | | | for creating new user directories via makeweb(1). * security/py-cryptography: Update to 0.7.2, Fix LibreSSLkoobs2015-01-186-7/+87 | | | | | | | | | | | | | | | | - Update to 0.7.2 - Update BUILD_DEPENDS and TEST_DEPENDS - Patch upstream sources to fix LibreSSL: * Remove EGD (Perl Entropy Gathering Daemon) support. This hasn't been needed on FreeBSD since FreeBSD 4.2 * Disable compression conditionally using OPENSSL_NO_COMP * Check features, not version for x509_vfy [1] https://github.com/pyca/cryptography/issues/928 PR: 196827 Submitted by: Bernard Spil <spil.oss gmail com> * - Update to 6.0.6nivit2015-01-183-8/+5 | | | | | | | | | - Switch back to CHEESESHOP as download site because doc sources are now included in the distribution file - Update WWW address in pkg-descr Relnotes: https://pip.pypa.io/en/latest/news.html * [NEW] www/pycarddav: Simple to use CardDAV CLI clientkoobs2015-01-185-0/+63 | | | | | | | | | | | | | | | | | | | | | pyCardDAV is a simple to use CardDAV CLI client. It has built in support for mutt's query_command but also works very well solo (and with other MUAs). pyCardDAV consists of pycardsyncer, a program for syncing your CardDAV resource into a local database and of pc_query, a program for querying the local database. Features: * Tested against davical, owncloud and sabredav * Import the sender's address directly from mutt * Add email addresses directly from mutt * Backup and import to and from .vcf files WWW: http://lostpackets.de/pycarddav PR: 189098 (with changes) Submitted by: Samir Noir <samir noir im> * net/py-ldap2: update to 2.4.19rm2015-01-182-5/+5 | * textproc/libucl: Update to 0.7.1koobs2015-01-183-10/+7 | | | | | | | | | | | | - Update to 0.7.1 - Update pkg-plist While I'm here: - Tweak whitespace alignment PR: 196490 Submitted by: Neel Chauhan <neel neelc org> * security/suricata: Update to 2.0.6, add lots of OPTIONSkoobs2015-01-184-27/+77 | | | | | | | | | | | | | | | | | | | | | - Update to 2.0.6 - Update pkg-plist - Add LICENSE_FILE - Add OPTIONS for: * LUA scripting support * LUAjit scripting support * Suricata socket client - Fix a reverse logic bug for JSON option - Suricata links to nspr as a dependent of nss, add it to LIB_DEPENDS - Create LOGS_DIR post-install - Add patch to fix upstream issue 1353 [1] [1] https://redmine.openinfosecfoundation.org/issues/1353 PR: 196801 Submitted by: cheffo freebsd-bg org (with changes) * - Replace deprecated @dirrmtry with @dirwen2015-01-181-14/+12 | | | | | PR: 196482 Submitted by: freebsd-ports@charlieroot.de(maintainer) * - Update to 1.7.2wen2015-01-183-4/+5 | | | | | PR: 196831 Submitted by: Yasuhiro KIMURA<freebsd.org@pob01.utahime.jp> (maintainer) * - Update to 2.8.7wen2015-01-182-3/+3 | | | | | PR: 196832 Submitted by: vladimir.chukharev@gmail.com(maintainer) * - Update to 1.0.17wen2015-01-182-4/+3 | * security/py-potr: update to 1.0.1rm2015-01-182-6/+6 | * Remove giflib dependencyalonso2015-01-181-1/+0 | | | | | | | | | | | | Kopete directly links giflib in it's windows live messager plugin, however the build / installation of that plugin was disabled when libmsn deprecated more than a year ago. As new builds of kopete won't contain that plugin, the giflib dependency can safely be removed. Found by Aleksander Matveev <timon@timon.net.nz>, see http://lists.freebsd.org/pipermail/svn-ports-all/2015-January/083174.html Approved by: rakuco (mentor) * www/py-w3lib: update to 1.11.0rm2015-01-182-3/+3 | * devel/py-unittest2: update to 0.8.0rm2015-01-182-7/+13 | * devel/py-smmap: update to 0.9.0rm2015-01-183-6/+5 | * devel/py-pyro: update to 4.32rm2015-01-182-7/+6 | * devel/py-serpent: update to 1.8rm2015-01-182-3/+3 | * Cleanup plistbapt2015-01-185-19/+0 | * devel/py-diazo: update to 1.1.0rm2015-01-182-4/+7 | | | | | changelog: - Python 3 support * devel/py-repoze.xmliter: update to 0.6rm2015-01-183-6/+24 | | | | | changelog: - Python 3 compatibility * devel/py-experimental.cssselect: fix packaging on python3rm2015-01-182-1/+19 | * Cleanup plistbapt2015-01-181-4/+0 | * Cleanup plistbapt2015-01-181-2/+0 | * Cleanup plistbapt2015-01-182-7/+0 | | | | Remove the AUTHORS line * Cleanup @dirrmbapt2015-01-181-1/+0 | * Get rid of useless @dirrmbapt2015-01-181-1/+0 | * This is also a meta ports, make it suchbapt2015-01-182-6/+3 | * This is actually a meta port no need to install anythingbapt2015-01-182-7/+3 | * Fix build with giflib 5.0.6antoine2015-01-181-1/+1 | * Remove useless @dirrm*bapt2015-01-181-5/+0 | * Remove useless @dirrm*bapt2015-01-181-1/+0 | * - Add missing dependency on rubygem-nokogiritota2015-01-181-1/+2 | | | | | RP: 196381 Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp> * Remove @dirrm*bapt2015-01-181-2/+0 | * PORTDATA=* makes the same job as the custom auto plist used in this port andbapt2015-01-181-5/+1 | | | | avoid now useless @dirrm * - Fix .desktop entries [1]madpilot2015-01-182-8/+35 | | | | | | | | | | While here: - Don't create unneeded empty directories - Silence one installation command PR: 196817 [1] Submitted by: Lawrence Chen <beastie at tardisi.com> * Mark BROKEN againantoine2015-01-181-0/+1 | * Remove useless @dirrmbapt2015-01-181-1/+0 | * Remove useless @dirrmbapt2015-01-181-1/+0 | * Remove useless @dirrmbapt2015-01-181-2/+0 | * Get rid of one more @cwdbapt2015-01-181-6/+1 | | | | While here cleanup plist * Evolution needs gnome-keyring for password management.kwm2015-01-181-1/+3 | | | | Submitted by: harrison.grundy@astrodoggroup.com * devel/py-zope.interface: update to 4.1.2rm2015-01-183-7/+18 | * Upgrade from 3.0.0-rc1 to 3.0.0-rc2.osa2015-01-186-10/+25 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> --[ Redis 3.0.0 RC2 (version 2.9.102) ] Release date: 13 jan 2014 Upgrade urgency: LOW. This is the second release candidate of Redis Cluster. The major changes are back porting of things implemented into the unstable branch while this was still possible (with the new development model adopted only bug fixes will be merged in the future). RC2 also fixes a few Redis Cluster non critical bugs. >> General changes * [FIX] A number of minor bug fixes. * [NEW] Diskless replication backportede. * [NEW] Lua bitops and updated cmsgpack backported. * [NEW] Transparent Huge Pages warnings and reporting backported. >> Cluster changes * [FIX] Fix PUBLISH cluster bus message count field. * [FIX] It is no longer possible to write outside node hash slots using Lua. * [FIX] Valgrind warnings (no actual bugs). * [FIX] Less strict in acceptiong myself->ip if it's not populated. * [NEW] Better testing of Lua scripts. >> Sentinel changes No changes to Sentinel. </ChangeLog> * Add missing dependency on pkgconfantoine2015-01-185-5/+5 | * Update to 1.4.99.6bapt2015-01-182-3/+3 | | | | Fix last minute regression * - Add LICENSEamdmi32015-01-182-15/+6 | | | | | | - Pet portlint - Drop @dirrm* from plist - Add empty directory to plist * - Drop @dirrm* from plistamdmi32015-01-181-2/+0 | * Release 1.4.6bapt2015-01-182-3/+3 | | | | Fix a last minute regression * - Update to 0.11.0amdmi32015-01-183-9/+27 | * Update to 1.4.99.5bapt2015-01-182-3/+3 | | | | | | | | | | | | | Changes: - Enforce a bit more pkgname a unicity identifier - Fix regression on pkg query with multiline - Fix sql error on some pkg query - Stop again caching files for file:/// repos - Do not trust libarchive to apply modes - Accept tar files in repositories - Handle chflags - Some updates in documentation - update sqlite to 3.8.8 (small performances improvements and bug memory usage reduction) * Release 1.4.5bapt2015-01-182-3/+3 | | | | | | | | | | | | Changes: - Enforce a bit more pkgname a unicity identifier - Fix regression on pkg query with multiline - Fix sql error on some pkg query - Stop again caching files for file:/// repos - Do not trust libarchive to apply modes - Accept tar files in repositories - Handle chflags - Some updates in documentation * * Port updated to 0.1.41naddy2015-01-185-17/+32 | | | | | | | | | | | * GUI is now enabled by default in upstream configure file * Tidying pkg-plist * This port uses the WCHAR_T extension and thus requires GNU libiconv. (Added by committer.) PR: 195402 Submitted by: maintainer * Upgrade to 1.39.vanilla2015-01-182-4/+3 | * Upgrade to 2.3.0.vanilla2015-01-182-3/+3 | * Upgrade to 1.5.0.vanilla2015-01-182-4/+3 | * Upgrade to 1.0.vanilla2015-01-182-4/+3 | * Fix use with clang. CCACHE_CPP2 is still required. Otherwise thebdrewery2015-01-172-1/+25 | | | | | | | | errors with parenthesis occur again. Seen with www/uwsgi. Reported by: blackflow on freenode * Upgrade to 1.2.vanilla2015-01-172-4/+3 | * In sight of upcoming update, merge a few things to get cleaner diffs:danfe2015-01-175-17/+52 | | | | | | | | | | | - Add a patch for CVE-2005-3124 (courtesy of Red Hat?) - By default thttpd doesn't respect (or pass on) the X-Forwarded-For header; use a patch [1] that puts X-Forwarded-For into Remote-Addr, but not enable it just yet - Amend COMMENT, improve pkg-message, sort the knobs in Makefile, and reformat port description text for better readability while here [1] http://wiki.nginx.org/ThttpdRealIP * Upgrade to 2.0.11.vanilla2015-01-172-4/+3 | * Upgrade to 2.20.vanilla2015-01-172-3/+3 | * Add upstream patch to remove comma from the last item in an enum.rakuco2015-01-172-0/+23 | | | | | | | | This fixes the build of at least finance/skrooge on 8.4 and 9.3: In file included from /usr/local/include/QtCrypto/qca.h:38, from /usr/local/include/QtCrypto/QtCrypto:1, from /wrkdirs/usr/ports/finance/skrooge/work/skrooge-1.10.0/skgbasemodeler/skgservices.cpp:41: /usr/local/include/QtCrypto/qca_basic.h:598: error: comma at end of enumerator list * Update to 1.4.2olivierd2015-01-172-3/+3 | * Install powerlogo.png in both image locations.mandree2015-01-176-6/+10 | | | | | | | | | | | (Reported by Alex Stangl.) Take the opportunity to convert powerlogo from GIF to PNG. Check permissions of mailman/qfiles directory and top-level subdirectories from post-install before running check_perms script, further to the existing workarounds for pkg/libarchive permissions issues. * - Update to 3.4.11madpilot2015-01-175-70/+28 | | | | | | | | - Fix STACKTRACES option - Put correct permissions on /var directories creted by the port PR: 196711 Submitted by: timp87 at gmail.com * - Update to 1.5.0madpilot2015-01-173-9/+8 | | | | | | PR: 196422 Submitted by: me Approved by: maintainer timeout * Update to the 20150114 snapshot of GCC 4.9.3.gerald2015-01-172-3/+3 | * - Update to 1.56wen2015-01-172-5/+6 | | | | | | | Changes: http://search.cpan.org/src/MAXMIND/Business-MaxMind-1.56/Changes PR: 196779 Submitted by: vivek@khera.org(maintainer) * Fix build on headantoine2015-01-172-2/+2 | * Add a fix to prevent crashes on close if initialization failed.mandree2015-01-171-0/+14 | * Remove expired ports:rene2015-01-17