Having the export button at the top was confusing people into thinking the entire wallet was exported.
This commit moves the export button to the address book, receiving addresses and transaction tabs separately.
Having the export button at the top was confusing people into thinking the entire wallet was exported.
This commit moves the export button to the address book, receiving addresses and transaction tabs separately.
Automatic sanity-testing: FAILED BUILD/TEST, see http://jenkins.bluematt.me/pull-tester/761085146ab48f1f238fa876791efc23d9318dac for binaries and test log.
This could happen for one of several reasons:
If you believe this to be in error, please ping BlueMatt on freenode or TheBlueMatt here.
This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
Having the export button at the top was confusing people into thinking
the entire wallet was exported.
This commit moves the export button to the address book, receiving
addresses and transaction tabs separately.
5 | @@ -6,7 +6,7 @@ 6 | <rect> 7 | <x>0</x> 8 | <y>0</y> 9 | - <width>760</width> 10 | + <width>982</width>
Was that big resize intended?
No, Qt designer is kind of annoying in that...
84 | @@ -84,6 +85,7 @@ class AddressBookPage : public QDialog 85 | /** New entry/entries were added to address table */ 86 | void selectNewAddress(const QModelIndex &parent, int begin, int /*end*/); 87 | 88 | +
? :-P
Hmm this doesn't seem to be caused by my changes:
+ LD_PRELOAD=/usr/lib/jvm/java-6-openjdk/jre/lib/i386/jli/libjli.so java -Xmx5G -jar /mnt/test-scripts/BitcoinjBitcoindComparisonTool.jar 8333
Invalid maximum heap size: -Xmx5G
The specified size exceeds the maximum representable size.
Could not create the Java virtual machine.
Indeed, false negative...sorry, Ive reset this pull so it should come back with a new test
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/45155d3010a3bbbe3cfbba670538ae18b9772a39 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
Sounds like a good idea.
Code looks good, but haven't tested.