Skip to content

Conversation

jamescowens
Copy link
Member

@jamescowens jamescowens commented Apr 19, 2019

I missed a check in a map find which caused a segfault if you
specified the hash of a manifest to save and it did not exist.

Includes other minor low-risk changes...

Change the not in sync message to debug3 and streamline
other log entries to debug3.

Change the time output in listprojects to human readable instead of epoch.

Also, temporarily disable ARM cross-compile in Travis, because it is not going to work until
Bionic is available.

This should be applied to both development and staging and brings staging up to RC2.

denravonska and others added 2 commits April 13, 2019 20:46
I missed a check in a map find which caused a segfault if you
specified the hash of a manifest to save and it did not exist.

Also change the not in sync message to debug3.
@jamescowens jamescowens requested a review from denravonska April 19, 2019 15:41
@jamescowens jamescowens added this to the Denise milestone Apr 19, 2019
@jamescowens jamescowens force-pushed the integrated_scraper branch 4 times, most recently from 93db18c to 7bddfe4 Compare April 22, 2019 02:16
Also add GCCFLAGS parameter to travis yml

The Expanded depends package set for Denise is causing an error at the linking stage for
ARM cross-compilation. This needs Bionic to solve, but it is not available from Travis yet.
@denravonska denravonska merged commit e0abd7d into gridcoin-community:development Apr 22, 2019
denravonska added a commit that referenced this pull request May 10, 2019
Added:
 - Replace NeuralNetwork with portable C++ scraper #1387 (@jamescowens,
   @tomasbrod, @Cycy, @TheCharlatan, @denravonska).
 - Allow compile flags to be used for depends #1423 (@G-UK).
 - Add stake splitting and side staking info to getmininginfo #1424
   (@jamescowens).
 - Add freedesktop.org desktop file and icon set #1438 (@a123b).

Changed:
 - Disable Qt for windows Travis builds #1276 (@TheCharlatan).
 - Replace use of AppCache PROJECT section with strongly-typed structures #1415
   (@cyrossignol).
 - Change dumpwallet to use appropriate data directory #1416 (@jamescowens).
 - Optimize ExtractXML() calls by avoiding unnecessary string copies #1419
   (@cyrossignol).
 - Change signature of IsLockTimeWithinMinutes #1422 (@jamescowens).
 - Restore old poll output for getmininginfo RPC #1437 (@a123b).
 - Prevent segfault when using rpc savescraperfilemanifest #1439 (@jamescowens).
 - Improve miner status messages for ineligible staking balances #1447
   (@cyrossignol).
 - Enhance scraper log archiving #1449 (@jamescowens).

Fixed:
 - Re-enable full GUI 32-bit Windows builds - part of #1387 (@jamescowens).
 - Re-activate Windows Installer #1409 (@TheCharlatan).
 - Fix Depends and Travis build issues for ARM #1417 (@jamescowens).
 - Fix syncupdate icons #1421 (@jamescowens).
 - Fix potential BOINC crash when reading projects #1426 (@cyrossignol).
 - Fix freeze when unlocking wallet #1428 (@denravonska).
 - Fix RPC after high priority alert #1432 (@denravonska).
 - Fix missing poll in GUI when most recent poll expired #1455 (@cyrossignol).

Removed:
 - Remove old, rudimentary side staking implementation #1381 (@denravonska).
 - Remove auto unlock #1402 (@denravonska).
 - Remove superblock forwarding #1430 (@denravonska).
@jamescowens jamescowens deleted the integrated_scraper branch October 19, 2019 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants