diff --git a/CMakeLists.txt b/CMakeLists.txt index 55aefe335..4c07ab608 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # cmake global cmake_minimum_required(VERSION 2.8.12) -set(PROJECT_VERSION "0.9.40") +set(PROJECT_VERSION "0.9.41") if (${CMAKE_VERSION} VERSION_GREATER 3.0) cmake_policy(SET CMP0042 OLD) # fix MACOSX_RPATH cmake_policy(SET CMP0048 NEW) # allow VERSION argument in project() @@ -344,7 +344,7 @@ message("-- FATDB Full database exploring ${FATDB}") message("-- JSONRPC JSON-RPC support ${JSONRPC}") message("-- USENPM Javascript source building ${USENPM}") message("-- ROCKSDB Prefer rocksdb to leveldb ${ROCKSDB}") -message("-- OLYMPIC Default to the Olympic network ${OLYMPIC}") +message("-- OLYMPIC Default to the Olympic network ${OLYMPIC}") message("------------------------------------------------------------- components") message("-- MINER Build miner ${MINER}") message("-- ETHKEY Build wallet tools ${ETHKEY}") diff --git a/CodingStandards.txt b/CodingStandards.txt index a065928d3..76f9920e7 100644 --- a/CodingStandards.txt +++ b/CodingStandards.txt @@ -226,3 +226,15 @@ a. Includes should go in order of lower level (STL -> boost -> libdevcore -> lib #include b. The only exception to the above rule is the top of a .cpp file where its corresponding header should be located. + +13. Logging + +Logging should be performed at appropriate verbosities depending on the logging message. +The more likely a message is to repeat (and thus cuase noise) the higher in verbosity it should be. +Some rules to keep in mind: + + - Verbosity == 0 -> Reserved for important stuff that users must see and can understand. + - Verbosity == 1 -> Reserved for stuff that users don't need to see but can understand. + - Verbosity >= 2 -> Anything that is or might be displayed more than once every minute + - Verbosity >= 3 -> Anything that only a developer would understand + - Verbosity >= 4 -> Anything that is low-level (e.g. peer disconnects, timers being cancelled) diff --git a/GPLV3_LICENSE b/GPLV3_LICENSE new file mode 100644 index 000000000..5055c1434 --- /dev/null +++ b/GPLV3_LICENSE @@ -0,0 +1,673 @@ + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/LICENSE b/LICENSE index 5055c1434..c42a6c8e9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,673 +1,21 @@ - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. +The MIT License (MIT) + +Copyright (c) 2015 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/README.md b/README.md index 1446e14da..09e2ccb39 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,25 @@ See [TODO](https://github.com/ethereum/cpp-ethereum/wiki/TODO) ### License -See [LICENSE](LICENSE) +All new contributions are under the [MIT license](http://opensource.org/licenses/MIT). +See [LICENSE](LICENSE). Some old contributions are under the [GPLv3 license](http://www.gnu.org/licenses/gpl-3.0.en.html). See [GPLV3_LICENSE](GPLV3_LICENSE). ### Contributing +All new contributions are added under the MIT License. Please refer to the `LICENSE` file in the root directory. +To state that you accept this fact for all of your contributions please add yourself to the list of external contributors like in the example below. + +#### External Contributors +I hereby place all my contributions in this codebase under an MIT +licence, as specified [here](http://opensource.org/licenses/MIT). +- *Name Surname* (**email@domain**) + +#### Contribution guideline + +Please add yourself in the `@author` doxygen section of the file your are adding/editing +with the same wording as the one you listed yourself in the external contributors section above, +only replacing the word **contribution** by **file** + All development goes in develop branch - please don't submit pull requests to master. Please read [CodingStandards.txt](CodingStandards.txt) thoroughly before making alterations to the code base. Please do *NOT* use an editor that automatically reformats whitespace away from astylerc or the formatting guidelines as described in [CodingStandards.txt](CodingStandards.txt). diff --git a/alethzero/AllAccounts.cpp b/alethzero/AllAccounts.cpp index 7f660edf4..f0a08f084 100644 --- a/alethzero/AllAccounts.cpp +++ b/alethzero/AllAccounts.cpp @@ -19,6 +19,8 @@ * @date 2015 */ +#if ETH_FATDB + #include "AllAccounts.h" #include #include @@ -32,6 +34,8 @@ using namespace dev; using namespace az; using namespace eth; +DEV_AZ_NOTE_PLUGIN(AllAccounts); + AllAccounts::AllAccounts(MainFace* _m): Plugin(_m, "AllAccounts"), m_ui(new Ui::AllAccounts) @@ -131,3 +135,4 @@ void AllAccounts::on_accounts_doubleClicked() } } +#endif diff --git a/alethzero/AllAccounts.h b/alethzero/AllAccounts.h index 7cc91afec..dd9d4e64f 100644 --- a/alethzero/AllAccounts.h +++ b/alethzero/AllAccounts.h @@ -21,6 +21,8 @@ #pragma once +#if ETH_FATDB + #include #include #include "MainFace.h" @@ -58,3 +60,5 @@ private: } } + +#endif diff --git a/alethzero/BrainWallet.cpp b/alethzero/BrainWallet.cpp index c6c710811..3301718b6 100644 --- a/alethzero/BrainWallet.cpp +++ b/alethzero/BrainWallet.cpp @@ -34,14 +34,12 @@ using namespace dev; using namespace az; using namespace eth; +DEV_AZ_NOTE_PLUGIN(BrainWallet); + BrainWallet::BrainWallet(MainFace* _m): Plugin(_m, "BrainWallet") { - QAction* a = new QAction("New Brain Wallet...", main()); - QMenu* m = _m->findChild("menuTools"); - m->addSeparator(); - m->addAction(a); - connect(a, SIGNAL(triggered()), SLOT(create())); + connect(addMenuItem("New Brain Wallet...", "menuTools", true), SIGNAL(triggered()), SLOT(create())); } BrainWallet::~BrainWallet() diff --git a/alethzero/BrainWallet.ui b/alethzero/BrainWallet.ui index d401e138a..a0f63420f 100644 --- a/alethzero/BrainWallet.ui +++ b/alethzero/BrainWallet.ui @@ -17,7 +17,7 @@ - <html><head/><body><p><span style=" font-weight:600;">WARNING: Brain wallets, or human-entropic seeds, are practically and cryptographically insecure. They're a terrible idea for protecteding anything of value and this functionality is here only as a toy.</span></p><p>That said, if you're intent on using one, make the phrase as long and random as you can. If you're sensible, you'll ask the internet for a list of words to memorise and use those. Write the phrase down on paper and bury it under an oak tree or something - if you forget it, you're screwed.</p></body></html> + <html><head/><body><p><span style=" font-weight:600;">WARNING: Brain wallets, or human-entropic seeds, are generally a Bad Plan. Unless used properly they're a terrible idea for protecteding anything of value. Read up on them and know the risks before using this functionality!</span></p><p>That said, if you're intent on using one, make the phrase as long and random as you can. If you're sensible, you'll use the Generate button and memorise the list of words it gives you. This is the only way to guarantee a strong brainwallet. Write the phrase down on paper and bury it under an oak tree or something - if you forget it, you're screwed.</p></body></html> true @@ -34,7 +34,7 @@ - Write your seed phrase here. Make it long and random. Don't ever forget it. If you want it to have any chance at being secure, ask a machine to select 13 dictionary words at random. + Write your seed phrase here. Make it long and random. Don't ever forget it. If you want it to have any chance at being secure, hit the Generate button and memorize what ends up here. diff --git a/alethzero/CMakeLists.txt b/alethzero/CMakeLists.txt index 9bbb8f92d..29bfed259 100644 --- a/alethzero/CMakeLists.txt +++ b/alethzero/CMakeLists.txt @@ -22,7 +22,7 @@ include_directories(${Boost_INCLUDE_DIRS}) find_package (Qt5WebEngine) find_package (Qt5WebEngineWidgets) -if (APPLE) +if (APPLE AND (NOT "${Qt5Core_VERSION_STRING}" VERSION_LESS "5.5")) # TODO: remove indirect dependencies once macdeployqt is fixed find_package (Qt5WebEngineCore) find_package (Qt5DBus) @@ -41,6 +41,7 @@ qt5_wrap_ui(ui_GasPricing.h GasPricing.ui) qt5_wrap_ui(ui_AllAccounts.h AllAccounts.ui) qt5_wrap_ui(ui_LogPanel.h LogPanel.ui) qt5_wrap_ui(ui_BrainWallet.h BrainWallet.ui) +qt5_wrap_ui(ui_OtherAccounts.h OtherAccounts.ui) file(GLOB HEADERS "*.h") @@ -53,7 +54,7 @@ endif () # eth_add_executable is defined in cmake/EthExecutableHelper.cmake eth_add_executable(${EXECUTABLE} ICON alethzero - UI_RESOURCES alethzero.icns Main.ui Connect.ui Debugger.ui Transact.ui ExportState.ui GetPassword.ui GasPricing.ui AllAccounts.ui LogPanel.ui BrainWallet.ui + UI_RESOURCES alethzero.icns Main.ui Connect.ui Debugger.ui Transact.ui ExportState.ui GetPassword.ui GasPricing.ui AllAccounts.ui LogPanel.ui BrainWallet.ui OtherAccounts.ui WIN_RESOURCES alethzero.rc ) @@ -63,8 +64,8 @@ target_link_libraries(${EXECUTABLE} Qt5::Core) target_link_libraries(${EXECUTABLE} Qt5::Widgets) target_link_libraries(${EXECUTABLE} Qt5::WebEngine) target_link_libraries(${EXECUTABLE} Qt5::WebEngineWidgets) -if (APPLE) - target_link_libraries(${EXECUTABLE} Qt5::WebEngineCore) +if (APPLE AND (NOT "${Qt5Core_VERSION_STRING}" VERSION_LESS "5.5")) + target_link_libraries(${EXECUTABLE} Qt5::WebEngineCore) target_link_libraries(${EXECUTABLE} Qt5::DBus) target_link_libraries(${EXECUTABLE} Qt5::PrintSupport) endif() diff --git a/alethzero/Context.cpp b/alethzero/Context.cpp index d567c4ee5..c734c06d1 100644 --- a/alethzero/Context.cpp +++ b/alethzero/Context.cpp @@ -39,12 +39,17 @@ Context::~Context() void dev::az::setValueUnits(QComboBox* _units, QSpinBox* _value, u256 _v) { initUnits(_units); - _units->setCurrentIndex(0); - while (_v > 50000 && _units->currentIndex() < (int)(units().size() - 2)) + if (_v > 0) { - _v /= 1000; - _units->setCurrentIndex(_units->currentIndex() + 1); + _units->setCurrentIndex(0); + while (_v > 50000 && _units->currentIndex() < (int)(units().size() - 2)) + { + _v /= 1000; + _units->setCurrentIndex(_units->currentIndex() + 1); + } } + else + _units->setCurrentIndex(6); _value->setValue((unsigned)_v); } diff --git a/alethzero/Debugger.cpp b/alethzero/Debugger.cpp index ea6f782ad..df3b9c301 100644 --- a/alethzero/Debugger.cpp +++ b/alethzero/Debugger.cpp @@ -246,8 +246,10 @@ void Debugger::update() ss << dec << "STEP: " << ws.steps << " | PC: 0x" << hex << ws.curPC << " : " << instructionInfo(ws.inst).name << " | ADDMEM: " << dec << ws.newMemSize << " words | COST: " << dec << ws.gasCost << " | GAS: " << dec << ws.gas; ui->debugStateInfo->setText(QString::fromStdString(ss.str())); stringstream s; - for (auto const& i: ws.storage) - s << "@" << m_context->prettyU256(i.first) << "    " << m_context->prettyU256(i.second) << "
"; + auto keys = dev::keysOf(ws.storage); + sort(keys.begin(), keys.end()); + for (auto const& key: keys) + s << "@" << m_context->prettyU256(key) << "    " << m_context->prettyU256(ws.storage.at(key)) << "
"; ui->debugStorage->setHtml(QString::fromStdString(s.str())); } } @@ -346,7 +348,7 @@ void Debugger::on_dump_clicked() ofstream f(fn.toStdString()); if (f.is_open()) for (WorldState const& ws: m_session.history) - f << ws.cur << " " << hex << toHex(dev::toCompactBigEndian(ws.curPC, 1)) << " " << hex << toHex(dev::toCompactBigEndian((int)(byte)ws.inst, 1)) << " " << hex << toHex(dev::toCompactBigEndian((uint64_t)ws.gas, 1)) << endl; + f << ws.cur << " " << hex << toHex(dev::toCompactBigEndian(ws.curPC, 1)) << " " << hex << toHex(dev::toCompactBigEndian((unsigned)(byte)ws.inst, 1)) << " " << hex << toHex(dev::toCompactBigEndian((uint64_t)ws.gas, 1)) << endl; } void Debugger::on_dumpPretty_clicked() @@ -377,6 +379,6 @@ void Debugger::on_dumpStorage_clicked() if (ws.inst == Instruction::STOP || ws.inst == Instruction::RETURN || ws.inst == Instruction::SUICIDE) for (auto i: ws.storage) f << toHex(dev::toCompactBigEndian(i.first, 1)) << " " << toHex(dev::toCompactBigEndian(i.second, 1)) << endl; - f << ws.cur << " " << hex << toHex(dev::toCompactBigEndian(ws.curPC, 1)) << " " << hex << toHex(dev::toCompactBigEndian((int)(byte)ws.inst, 1)) << " " << hex << toHex(dev::toCompactBigEndian((uint64_t)ws.gas, 1)) << endl; + f << ws.cur << " " << hex << toHex(dev::toCompactBigEndian(ws.curPC, 1)) << " " << hex << toHex(dev::toCompactBigEndian((unsigned)(byte)ws.inst, 1)) << " " << hex << toHex(dev::toCompactBigEndian((uint64_t)ws.gas, 1)) << endl; } } diff --git a/alethzero/LogPanel.cpp b/alethzero/LogPanel.cpp index 194265dba..41555192e 100644 --- a/alethzero/LogPanel.cpp +++ b/alethzero/LogPanel.cpp @@ -38,6 +38,8 @@ static QString filterOutTerminal(QString _s) return _s.replace(QRegExp("\x1b\\[(\\d;)?\\d+m"), ""); } +DEV_AZ_NOTE_PLUGIN(LogPanel); + LogPanel::LogPanel(MainFace* _m): Plugin(_m, "LogPanel"), m_ui(new Ui::LogPanel) diff --git a/alethzero/MainFace.cpp b/alethzero/MainFace.cpp index 82c76563a..5c9651f73 100644 --- a/alethzero/MainFace.cpp +++ b/alethzero/MainFace.cpp @@ -19,11 +19,31 @@ * @date 2014 */ +#include #include "MainFace.h" using namespace std; using namespace dev; using namespace az; +void AccountNamer::noteKnownChanged() +{ + if (m_main) + m_main->noteKnownAddressesChanged(this); +} + +void AccountNamer::noteNamesChanged() +{ + if (m_main) + m_main->noteAddressNamesChanged(this); +} + +void MainFace::notePlugin(std::function const& _new) +{ + if (!s_linkedPlugins) + s_linkedPlugins = new std::vector>(); + s_linkedPlugins->push_back(_new); +} + Plugin::Plugin(MainFace* _f, std::string const& _name): m_main(_f), m_name(_name) @@ -54,6 +74,18 @@ void Plugin::addAction(QAction* _a) m_main->addAction(_a); } +QAction* Plugin::addMenuItem(QString _n, QString _menuName, bool _sep) +{ + QAction* a = new QAction(_n, main()); + QMenu* m = main()->findChild(_menuName); + if (_sep) + m->addSeparator(); + m->addAction(a); + return a; +} + +std::vector>* MainFace::s_linkedPlugins = nullptr; + void MainFace::adoptPlugin(Plugin* _p) { m_plugins[_p->name()] = shared_ptr(_p); diff --git a/alethzero/MainFace.h b/alethzero/MainFace.h index 4d3056fde..525cc312d 100644 --- a/alethzero/MainFace.h +++ b/alethzero/MainFace.h @@ -43,28 +43,48 @@ namespace shh { class WhisperHost; } namespace az { +#define DEV_AZ_NOTE_PLUGIN(ClassName) \ + static bool s_notePlugin = [](){ MainFace::notePlugin([](MainFace* m){ return new ClassName(m); }); return true; }() + class Plugin; +class MainFace; +class Main; using WatchHandler = std::function; class AccountNamer { + friend class Main; + public: virtual std::string toName(Address const&) const { return std::string(); } virtual Address toAddress(std::string const&) const { return Address(); } virtual Addresses knownAddresses() const { return Addresses(); } + +protected: + void noteKnownChanged(); + void noteNamesChanged(); + +private: + MainFace* m_main = nullptr; }; class MainFace: public QMainWindow, public Context { + Q_OBJECT + public: explicit MainFace(QWidget* _parent = nullptr): QMainWindow(_parent) {} + static void notePlugin(std::function const& _new); + void adoptPlugin(Plugin* _p); void killPlugins(); void allChange(); + using Context::render; + // TODO: tidy - all should be references that throw if module unavailable. // TODO: provide a set of available web3 modules. virtual dev::WebThreeDirect* web3() const = 0; @@ -77,12 +97,25 @@ public: // Account naming API virtual void install(AccountNamer* _adopt) = 0; virtual void uninstall(AccountNamer* _kill) = 0; - virtual void noteAddressesChanged() = 0; + virtual void noteKnownAddressesChanged(AccountNamer*) = 0; + virtual void noteAddressNamesChanged(AccountNamer*) = 0; + virtual Address toAddress(std::string const&) const = 0; + virtual std::string toName(Address const&) const = 0; + virtual Addresses allKnownAddresses() const = 0; + + virtual void noteSettingsChanged() = 0; protected: template void forEach(F const& _f) { for (auto const& p: m_plugins) _f(p.second); } std::shared_ptr takePlugin(std::string const& _name) { auto it = m_plugins.find(_name); std::shared_ptr ret; if (it != m_plugins.end()) { ret = it->second; m_plugins.erase(it); } return ret; } + static std::vector>* s_linkedPlugins; + +signals: + void knownAddressesChanged(); + void addressNamesChanged(); + void keyManagerChanged(); + private: std::unordered_map> m_plugins; }; @@ -98,10 +131,11 @@ public: dev::WebThreeDirect* web3() const { return m_main->web3(); } dev::eth::Client* ethereum() const { return m_main->ethereum(); } std::shared_ptr whisper() const { return m_main->whisper(); } - MainFace* main() { return m_main; } + MainFace* main() const { return m_main; } QDockWidget* dock(Qt::DockWidgetArea _area = Qt::RightDockWidgetArea, QString _title = QString()); void addToDock(Qt::DockWidgetArea _area, QDockWidget* _dockwidget, Qt::Orientation _orientation); void addAction(QAction* _a); + QAction* addMenuItem(QString _name, QString _menuName, bool _separate = false); virtual void onAllChange() {} virtual void readSettings(QSettings const&) {} @@ -113,6 +147,13 @@ private: QDockWidget* m_dock = nullptr; }; +class AccountNamerPlugin: public Plugin, public AccountNamer +{ +protected: + AccountNamerPlugin(MainFace* _m, std::string const& _name): Plugin(_m, _name) { main()->install(this); } + ~AccountNamerPlugin() { main()->uninstall(this); } +}; + } } diff --git a/alethzero/MainWin.cpp b/alethzero/MainWin.cpp index 342c5f246..a78949413 100644 --- a/alethzero/MainWin.cpp +++ b/alethzero/MainWin.cpp @@ -74,9 +74,6 @@ #include "DappHost.h" #include "WebPage.h" #include "ExportState.h" -#include "AllAccounts.h" -#include "LogPanel.h" -#include "BrainWallet.h" #include "ui_Main.h" #include "ui_GetPassword.h" #include "ui_GasPricing.h" @@ -180,7 +177,8 @@ Main::Main(QWidget* _parent): ui->configDock->close(); - statusBar()->addPermanentWidget(ui->cacheUsage); +// statusBar()->addPermanentWidget(ui->cacheUsage); + ui->cacheUsage->hide(); statusBar()->addPermanentWidget(ui->balance); statusBar()->addPermanentWidget(ui->peerCount); statusBar()->addPermanentWidget(ui->mineStatus); @@ -188,7 +186,6 @@ Main::Main(QWidget* _parent): statusBar()->addPermanentWidget(ui->chainStatus); statusBar()->addPermanentWidget(ui->blockCount); - QSettings s("ethereum", "alethzero"); m_networkConfig = s.value("peers").toByteArray(); bytesConstRef network((byte*)m_networkConfig.data(), m_networkConfig.size()); @@ -266,11 +263,8 @@ Main::Main(QWidget* _parent): } } -#if ETH_FATDB - loadPlugin(); -#endif - loadPlugin(); - loadPlugin(); + for (auto const& i: *s_linkedPlugins) + initPlugin(i(this)); } Main::~Main() @@ -282,9 +276,12 @@ Main::~Main() // need to be rethought into something more like: // forEach([&](shared_ptr const& p){ finalisePlugin(p.get()); }); writeSettings(); + + m_destructing = true; + killPlugins(); } -string Main::fromRaw(h256 const&_n, unsigned* _inc) +string Main::fromRaw(h256 const& _n, unsigned* _inc) { if (_n) { @@ -312,23 +309,57 @@ string Main::fromRaw(h256 const&_n, unsigned* _inc) void Main::install(AccountNamer* _adopt) { m_namers.insert(_adopt); + _adopt->m_main = this; refreshAll(); } void Main::uninstall(AccountNamer* _kill) { m_namers.erase(_kill); + if (!m_destructing) + refreshAll(); +} + +void Main::noteKnownAddressesChanged(AccountNamer*) +{ + emit knownAddressesChanged(); refreshAll(); } -void Main::noteAddressesChanged() +void Main::noteAddressNamesChanged(AccountNamer*) { + emit addressNamesChanged(); refreshAll(); } +Address Main::toAddress(string const& _n) const +{ + for (AccountNamer* n: m_namers) + if (n->toAddress(_n)) + return n->toAddress(_n); + return Address(); +} + +string Main::toName(Address const& _a) const +{ + for (AccountNamer* n: m_namers) + if (!n->toName(_a).empty()) + return n->toName(_a); + return string(); +} + +Addresses Main::allKnownAddresses() const +{ + Addresses ret; + for (AccountNamer* i: m_namers) + ret += i->knownAddresses(); + sort(ret.begin(), ret.end()); + return ret; +} + bool Main::confirm() const { - return ui->natSpec->isChecked(); + return true; //ui->natSpec->isChecked(); } void Main::on_gasPrices_triggered() @@ -472,7 +503,7 @@ Address Main::getCurrencies() const bool Main::doConfirm() { - return ui->confirm->isChecked(); + return true; //ui->confirm->isChecked(); } void Main::installNameRegWatch() @@ -684,8 +715,6 @@ pair Main::fromString(std::string const& _n) const return make_pair(Address(), bytes()); std::string n = _n; - if (n.find("0x") == 0) - n.erase(0, 2); auto g_newNameReg = getNameReg(); if (g_newNameReg) @@ -699,6 +728,16 @@ pair Main::fromString(std::string const& _n) const if (auto a = i->toAddress(_n)) return make_pair(a, bytes()); + try { + return ICAP::decoded(n).address([&](Address const& a, bytes const& b) -> bytes + { + return ethereum()->call(a, b).output; + }, g_newNameReg); + } + catch (...) {} + + if (n.find("0x") == 0) + n.erase(0, 2); if (n.size() == 40) { try @@ -717,14 +756,6 @@ pair Main::fromString(std::string const& _n) const return make_pair(Address(), bytes()); } } - else - try { - return ICAP::decoded(n).address([&](Address const& a, bytes const& b) -> bytes - { - return ethereum()->call(a, b).output; - }, g_newNameReg); - } - catch (...) {} return make_pair(Address(), bytes()); } @@ -758,7 +789,7 @@ QString Main::lookup(QString const& _a) const void Main::on_about_triggered() { - QMessageBox::about(this, "About AlethZero PoC-" + QString(dev::Version).section('.', 1, 1), QString("AlethZero/v") + dev::Version + "/" DEV_QUOTED(ETH_BUILD_TYPE) "/" DEV_QUOTED(ETH_BUILD_PLATFORM) "\n" DEV_QUOTED(ETH_COMMIT_HASH) + (ETH_CLEAN_REPO ? "\nCLEAN" : "\n+ LOCAL CHANGES") + "\n\nBerlin ÐΞV team, 2014.\nOriginally by Gav Wood. Based on a design by Vitalik Buterin.\n\nThanks to the various contributors including: Tim Hughes, caktux, Eric Lombrozo, Marko Simovic."); + QMessageBox::about(this, "About AlethZero PoC-" + QString(dev::Version).section('.', 1, 1), QString("AlethZero/v") + dev::Version + "/" DEV_QUOTED(ETH_BUILD_TYPE) "/" DEV_QUOTED(ETH_BUILD_PLATFORM) "\n" DEV_QUOTED(ETH_COMMIT_HASH) + (ETH_CLEAN_REPO ? "\nCLEAN" : "\n+ LOCAL CHANGES") + "\n\nBy Gav Wood and the Berlin ÐΞV team, 2014, 2015.\nSee the README for contributors and credits."); } void Main::on_paranoia_triggered() @@ -830,6 +861,8 @@ void Main::setPrivateChain(QString const& _private, bool _forceConfigure) ui->usePrivate->setChecked(!m_privateChain.isEmpty()); CanonBlockChain::forceGenesisExtraData(m_privateChain.isEmpty() ? bytes() : sha3(m_privateChain.toStdString()).asBytes()); + CanonBlockChain::forceGenesisDifficulty(m_privateChain.isEmpty() ? u256() : c_minimumDifficulty); + CanonBlockChain::forceGenesisGasLimit(m_privateChain.isEmpty() ? u256() : u256(1) << 32); // rejig blockchain now. writeSettings(); @@ -1208,7 +1241,13 @@ void Main::refreshBalances() for (auto const& address: m_keyManager.accounts()) { u256 b = ethereum()->balanceAt(address); - QListWidgetItem* li = new QListWidgetItem(QString("<%5> %4 %2: %1 [%3]").arg(formatBalance(b).c_str()).arg(QString::fromStdString(render(address))).arg((unsigned)ethereum()->countAt(address)).arg(QString::fromStdString(m_keyManager.accountName(address))).arg(m_keyManager.haveKey(address) ? "KEY" : "BRAIN"), ui->ourAccounts); + QListWidgetItem* li = new QListWidgetItem( + QString("<%1> %2: %3 [%4]") + .arg(m_keyManager.haveKey(address) ? "KEY" : "BRAIN") + .arg(QString::fromStdString(render(address))) + .arg(formatBalance(b).c_str()) + .arg((unsigned)ethereum()->countAt(address)) + , ui->ourAccounts); li->setData(Qt::UserRole, QByteArray((char const*)address.data(), Address::size)); li->setFlags(Qt::ItemIsUserCheckable | Qt::ItemIsEnabled | Qt::ItemIsSelectable); li->setCheckState(m_beneficiary == address ? Qt::Checked : Qt::Unchecked); @@ -1297,7 +1336,6 @@ void Main::refreshPending() void Main::refreshBlockCount() { auto d = ethereum()->blockChain().details(); - BlockQueueStatus b = ethereum()->blockQueueStatus(); SyncStatus sync = ethereum()->syncStatus(); QString syncStatus = QString("PV%1 %2").arg(sync.protocolVersion).arg(EthereumHost::stateName(sync.state)); if (sync.state == SyncState::Hashes) @@ -1305,8 +1343,11 @@ void Main::refreshBlockCount() if (sync.state == SyncState::Blocks || sync.state == SyncState::NewBlocks) syncStatus += QString(": %1/%2").arg(sync.blocksReceived).arg(sync.blocksTotal); ui->syncStatus->setText(syncStatus); - ui->chainStatus->setText(QString("%3 importing %4 ready %5 verifying %6 unverified %7 future %8 unknown %9 bad %1 #%2") - .arg(m_privateChain.size() ? "[" + m_privateChain + "] " : c_network == eth::Network::Olympic ? "Olympic" : "Frontier").arg(d.number).arg(b.importing).arg(b.verified).arg(b.verifying).arg(b.unverified).arg(b.future).arg(b.unknown).arg(b.bad)); +// BlockQueueStatus b = ethereum()->blockQueueStatus(); +// ui->chainStatus->setText(QString("%3 importing %4 ready %5 verifying %6 unverified %7 future %8 unknown %9 bad %1 #%2") +// .arg(m_privateChain.size() ? "[" + m_privateChain + "] " : c_network == eth::Network::Olympic ? "Olympic" : "Frontier").arg(d.number).arg(b.importing).arg(b.verified).arg(b.verifying).arg(b.unverified).arg(b.future).arg(b.unknown).arg(b.bad)); + ui->chainStatus->setText(QString("%1 #%2") + .arg(m_privateChain.size() ? "[" + m_privateChain + "] " : c_network == eth::Network::Olympic ? "Olympic" : "Frontier").arg(d.number)); } void Main::on_turboMining_triggered() @@ -1902,7 +1943,7 @@ void Main::on_ourAccounts_doubleClicked() { auto hba = ui->ourAccounts->currentItem()->data(Qt::UserRole).toByteArray(); auto h = Address((byte const*)hba.data(), Address::ConstructFromPointer); - qApp->clipboard()->setText(QString::fromStdString(toHex(h.asArray()))); + qApp->clipboard()->setText(QString::fromStdString(ICAP(h).encoded()) + " (" + QString::fromStdString(h.hex()) + ")"); } /*void Main::on_log_doubleClicked() @@ -2059,6 +2100,7 @@ void Main::on_mine_triggered() void Main::keysChanged() { + emit keyManagerChanged(); onBalancesChange(); } diff --git a/alethzero/MainWin.h b/alethzero/MainWin.h index 29822548a..b23a33697 100644 --- a/alethzero/MainWin.h +++ b/alethzero/MainWin.h @@ -109,7 +109,13 @@ public: // Account naming API. void install(AccountNamer* _adopt) override; void uninstall(AccountNamer* _kill) override; - void noteAddressesChanged() override; + void noteKnownAddressesChanged(AccountNamer*) override; + void noteAddressNamesChanged(AccountNamer*) override; + Address toAddress(std::string const&) const override; + std::string toName(Address const&) const override; + Addresses allKnownAddresses() const override; + + void noteSettingsChanged() override { writeSettings(); } public slots: void load(QString _file); @@ -299,6 +305,8 @@ private: Connect m_connect; std::unordered_set m_namers; + + bool m_destructing = false; }; } diff --git a/alethzero/OtherAccounts.cpp b/alethzero/OtherAccounts.cpp new file mode 100644 index 000000000..fc2d518bc --- /dev/null +++ b/alethzero/OtherAccounts.cpp @@ -0,0 +1,88 @@ +/* + This file is part of cpp-ethereum. + + cpp-ethereum is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + cpp-ethereum is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with cpp-ethereum. If not, see . +*/ +/** @file OtherAccounts.h + * @author Gav Wood + * @date 2015 + */ + +#include "OtherAccounts.h" +#include +#include +#include +#include +using namespace std; +using namespace dev; +using namespace az; +using namespace eth; + +DEV_AZ_NOTE_PLUGIN(OtherAccounts); + +OtherAccounts::OtherAccounts(MainFace* _m): + AccountNamerPlugin(_m, "OtherAccounts") +{ + connect(addMenuItem("Register Third-party Address Names...", "menuTools", true), SIGNAL(triggered()), SLOT(import())); +} + +void OtherAccounts::import() +{ + QDialog d; + Ui_OtherAccounts u; + u.setupUi(&d); + d.setWindowTitle("Add Named Accounts"); + if (d.exec() == QDialog::Accepted) + { + QStringList sl = u.accounts->toPlainText().split("\n"); + for (QString const& s: sl) + { + Address addr = dev::eth::toAddress(s.section(QRegExp("[ \\0\\t]+"), 0, 0).toStdString()); + string name = s.section(QRegExp("[ \\0\\t]+"), 1).toStdString(); + m_toName[addr] = name; + m_toAddress[name] = addr; + } + main()->noteSettingsChanged(); + noteKnownChanged(); + } +} + +void OtherAccounts::readSettings(QSettings const& _s) +{ + m_toName.clear(); + m_toAddress.clear(); + for (QVariant const& i: _s.value("OtherAccounts", QVariantList()).toList()) + { + QStringList l = i.toStringList(); + if (l.size() == 2) + { + m_toName[Address(l[0].toStdString())] = l[1].toStdString(); + m_toAddress[l[1].toStdString()] = Address(l[0].toStdString()); + } + } + noteKnownChanged(); +} + +void OtherAccounts::writeSettings(QSettings& _s) +{ + QVariantList r; + for (auto const& i: m_toName) + { + QStringList l; + l += QString::fromStdString(i.first.hex()); + l += QString::fromStdString(i.second); + r += QVariant(l); + } + _s.setValue("OtherAccounts", r); +} diff --git a/alethzero/OtherAccounts.h b/alethzero/OtherAccounts.h new file mode 100644 index 000000000..d807cdc3c --- /dev/null +++ b/alethzero/OtherAccounts.h @@ -0,0 +1,55 @@ +/* + This file is part of cpp-ethereum. + + cpp-ethereum is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + cpp-ethereum is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with cpp-ethereum. If not, see . +*/ +/** @file OtherAccounts.h + * @author Gav Wood + * @date 2015 + */ + +#pragma once + +#include "MainFace.h" + +namespace dev +{ +namespace az +{ + +class OtherAccounts: public QObject, public AccountNamerPlugin +{ + Q_OBJECT + +public: + OtherAccounts(MainFace* _m); + +protected: + std::string toName(Address const& _a) const override { if (m_toName.count(_a)) return m_toName.at(_a); return std::string(); } + Address toAddress(std::string const& _n) const override { if (m_toAddress.count(_n)) return m_toAddress.at(_n); return Address(); } + Addresses knownAddresses() const override { return keysOf(m_toName); } + +private slots: + void import(); + +private: + void readSettings(QSettings const&) override; + void writeSettings(QSettings&) override; + + std::unordered_map m_toAddress; + std::unordered_map m_toName; +}; + +} +} diff --git a/alethzero/OtherAccounts.ui b/alethzero/OtherAccounts.ui new file mode 100644 index 000000000..7add0ca73 --- /dev/null +++ b/alethzero/OtherAccounts.ui @@ -0,0 +1,95 @@ + + + OtherAccounts + + + + 0 + 0 + 511 + 508 + + + + Dialog + + + + + + Write the accounts you wish to name here, one address/name pair per line, the name following the address split only be a single space character. + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Cancel + + + + + + + &Import + + + true + + + + + + + + + + + create + clicked() + OtherAccounts + accept() + + + 462 + 484 + + + 449 + 504 + + + + + cancel + clicked() + OtherAccounts + reject() + + + 381 + 483 + + + 351 + 506 + + + + + diff --git a/alethzero/OurAccounts.cpp b/alethzero/OurAccounts.cpp new file mode 100644 index 000000000..7f868af05 --- /dev/null +++ b/alethzero/OurAccounts.cpp @@ -0,0 +1,67 @@ +/* + This file is part of cpp-ethereum. + + cpp-ethereum is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + cpp-ethereum is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with cpp-ethereum. If not, see . +*/ +/** @file OurAccounts.h + * @author Gav Wood + * @date 2015 + */ + +#include "OurAccounts.h" +#include +#include +#include +using namespace std; +using namespace dev; +using namespace az; +using namespace eth; + +DEV_AZ_NOTE_PLUGIN(OurAccounts); + +OurAccounts::OurAccounts(MainFace* _m): + AccountNamerPlugin(_m, "OurAccounts") +{ + connect(main(), SIGNAL(keyManagerChanged()), SLOT(updateNames())); + updateNames(); +} + +OurAccounts::~OurAccounts() +{ +} + +std::string OurAccounts::toName(Address const& _a) const +{ + return main()->keyManager().accountName(_a); +} + +Address OurAccounts::toAddress(std::string const& _n) const +{ + if (m_names.count(_n)) + return m_names.at(_n); + return Address(); +} + +Addresses OurAccounts::knownAddresses() const +{ + return main()->keyManager().accounts(); +} + +void OurAccounts::updateNames() +{ + m_names.clear(); + for (Address const& i: main()->keyManager().accounts()) + m_names[main()->keyManager().accountName(i)] = i; + noteKnownChanged(); +} diff --git a/alethzero/OurAccounts.h b/alethzero/OurAccounts.h new file mode 100644 index 000000000..2b88da50c --- /dev/null +++ b/alethzero/OurAccounts.h @@ -0,0 +1,52 @@ +/* + This file is part of cpp-ethereum. + + cpp-ethereum is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + cpp-ethereum is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with cpp-ethereum. If not, see . +*/ +/** @file OurAccounts.h + * @author Gav Wood + * @date 2015 + */ + +#pragma once + +#include "MainFace.h" + +namespace dev +{ +namespace az +{ + +class OurAccounts: public QObject, public AccountNamerPlugin +{ + Q_OBJECT + +public: + OurAccounts(MainFace* _m); + ~OurAccounts(); + +protected: + std::string toName(Address const& _a) const override; + Address toAddress(std::string const& _n) const override; + Addresses knownAddresses() const override; + +private slots: + void updateNames(); + +private: + std::unordered_map m_names; +}; + +} +} diff --git a/alethzero/Transact.cpp b/alethzero/Transact.cpp index 621dddb51..4ccba39b9 100644 --- a/alethzero/Transact.cpp +++ b/alethzero/Transact.cpp @@ -40,6 +40,7 @@ #include #include #include +#include #include #if ETH_SERPENT #include @@ -52,10 +53,10 @@ using namespace dev; using namespace az; using namespace eth; -Transact::Transact(Context* _c, QWidget* _parent): +Transact::Transact(MainFace* _c, QWidget* _parent): QDialog(_parent), ui(new Ui::Transact), - m_context(_c) + m_main(_c) { ui->setupUi(this); @@ -81,9 +82,10 @@ void Transact::setEnvironment(AddressHash const& _accounts, dev::eth::Client* _e for (auto const& address: m_accounts) { u256 b = ethereum()->balanceAt(address, PendingBlock); - QString s = QString("%4 %2: %1").arg(formatBalance(b).c_str()).arg(QString::fromStdString(m_context->render(address))).arg(QString::fromStdString(m_context->keyManager().accountName(address))); + QString s = QString("%2: %1").arg(formatBalance(b).c_str()).arg(QString::fromStdString(m_main->render(address))); ui->from->addItem(s); } + updateDestination(); if (old > -1 && old < ui->from->count()) ui->from->setCurrentIndex(old); else if (ui->from->count()) @@ -92,7 +94,7 @@ void Transact::setEnvironment(AddressHash const& _accounts, dev::eth::Client* _e void Transact::resetGasPrice() { - setValueUnits(ui->gasPriceUnits, ui->gasPrice, m_context->gasPrice()); + setValueUnits(ui->gasPriceUnits, ui->gasPrice, m_main->gasPrice()); } bool Transact::isCreation() const @@ -119,11 +121,6 @@ u256 Transact::gasPrice() const return ui->gasPrice->value() * units()[units().size() - 1 - ui->gasPriceUnits->currentIndex()].first; } -Address Transact::to() const -{ - return m_context->fromString(ui->destination->currentText().toStdString()).first; -} - u256 Transact::total() const { return value() + fee(); @@ -131,16 +128,14 @@ u256 Transact::total() const void Transact::updateDestination() { - cwatch << "updateDestination()"; - QString s; - for (auto i: ethereum()->addresses()) - if ((s = QString::fromStdString(m_context->pretty(i))).size()) - // A namereg address - if (ui->destination->findText(s, Qt::MatchExactly | Qt::MatchCaseSensitive) == -1) - ui->destination->addItem(s); - for (int i = 0; i < ui->destination->count(); ++i) - if (ui->destination->itemText(i) != "(Create Contract)" && !to()) - ui->destination->removeItem(i--); + // TODO: should be a Qt model. + ui->destination->clear(); + ui->destination->addItem("(Create Contract)"); + for (Address const& a: m_main->allKnownAddresses()) + { + cdebug << "Adding" << a << m_main->toName(a) << " -> " << (m_main->toName(a) + " (" + ICAP(a).encoded() + ")"); + ui->destination->addItem(QString::fromStdString(m_main->toName(a) + " (" + ICAP(a).encoded() + ")"), QString::fromStdString(a.hex())); + } } void Transact::updateFee() @@ -166,11 +161,14 @@ void Transact::on_destination_currentTextChanged(QString) { if (ui->destination->currentText().size() && ui->destination->currentText() != "(Create Contract)") { - auto p = m_context->fromString(ui->destination->currentText().toStdString()); + auto p = toAccount(); if (p.first) - ui->calculatedName->setText(QString::fromStdString(m_context->render(p.first))); + ui->calculatedName->setText(QString::fromStdString(m_main->render(p.first))); else ui->calculatedName->setText("Unknown Address"); + +// ui->calculatedName->setText(m_main->toName(a) + " (" + ICAP(a).encoded() + ")"); + if (!p.second.empty()) { m_data = p.second; @@ -202,7 +200,7 @@ void Transact::on_copyUnsigned_clicked() t = Transaction(value(), gasPrice(), ui->gas->value(), m_data, nonce); else // TODO: cache like m_data. - t = Transaction(value(), gasPrice(), ui->gas->value(), to(), m_data, nonce); + t = Transaction(value(), gasPrice(), ui->gas->value(), toAccount().first, m_data, nonce); qApp->clipboard()->setText(QString::fromStdString(toHex(t.rlp()))); } @@ -323,9 +321,17 @@ string Transact::natspecNotice(Address _to, bytes const& _data) return "Destination not a contract."; } -Address Transact::toAccount() +pair Transact::toAccount() { - return isCreation() ? Address() : m_context->fromString(ui->destination->currentText().toStdString()).first; + pair p; + if (!isCreation()) + { + if (!ui->destination->currentData().isNull() && ui->destination->currentText() == ui->destination->itemText(ui->destination->currentIndex())) + p.first = Address(ui->destination->currentData().toString().trimmed().toStdString()); + else + p = m_main->fromString(ui->destination->currentText().trimmed().toStdString()); + } + return p; } GasRequirements Transact::determineGasRequirements() @@ -334,22 +340,20 @@ GasRequirements Transact::determineGasRequirements() qint64 baseGas = (qint64)Transaction::gasRequired(m_data, 0); Address from = fromAccount(); - Address to = toAccount(); + Address to = toAccount().first; ExecutionResult lastGood; bool haveUpperBound = false; qint64 lowerBound = baseGas; qint64 upperBound = (qint64)ethereum()->gasLimitRemaining(); - for (unsigned i = 0; i < 20 && ((haveUpperBound && upperBound - lowerBound > 100) || !haveUpperBound); ++i) // get to with 100. + for (unsigned i = 0; i < 30 && ((haveUpperBound && upperBound - lowerBound > 16) || !haveUpperBound); ++i) // get to with 100. { qint64 mid = haveUpperBound ? (lowerBound + upperBound) / 2 : upperBound; - cdebug << "Trying" << mid; ExecutionResult er; if (isCreation()) - er = ethereum()->create(from, value(), m_data, mid, gasPrice(), ethereum()->getDefault(), FudgeFactor::Lenient); + er = ethereum()->create(from, value(), m_data, mid, gasPrice(), PendingBlock, FudgeFactor::Lenient); else - er = ethereum()->call(from, value(), to, m_data, mid, gasPrice(), ethereum()->getDefault(), FudgeFactor::Lenient); - cdebug << toString(er.excepted); + er = ethereum()->call(from, value(), to, m_data, mid, gasPrice(), PendingBlock, FudgeFactor::Lenient); if (er.excepted == TransactionException::OutOfGas || er.excepted == TransactionException::OutOfGasBase || er.excepted == TransactionException::OutOfGasIntrinsic || er.codeDeposit == CodeDeposit::Failed) { lowerBound = mid; @@ -446,7 +450,7 @@ void Transact::rejigData() // Add Natspec information if (!isCreation()) - htmlInfo = "
INFO " + QString::fromStdString(natspecNotice(toAccount(), m_data)).toHtmlEscaped() + "
" + htmlInfo; + htmlInfo = "
INFO " + QString::fromStdString(natspecNotice(toAccount().first, m_data)).toHtmlEscaped() + "
" + htmlInfo; // Update gas if (ui->gas->value() == ui->gas->minimum()) @@ -481,7 +485,7 @@ Secret Transact::findSecret(u256 _totalReq) const if (b > bestBalance) bestBalance = b, best = i; } - return m_context->retrieveSecret(best); + return m_main->retrieveSecret(best); } Address Transact::fromAccount() @@ -514,7 +518,7 @@ void Transact::on_send_clicked() return; } - Secret s = m_context->retrieveSecret(a); + Secret s = m_main->retrieveSecret(a); if (!s) return; @@ -541,7 +545,7 @@ void Transact::on_send_clicked() } else // TODO: cache like m_data. - ethereum()->submitTransaction(s, value(), m_context->fromString(ui->destination->currentText().toStdString()).first, m_data, ui->gas->value(), gasPrice(), nonce); + ethereum()->submitTransaction(s, value(), toAccount().first, m_data, ui->gas->value(), gasPrice(), nonce); close(); } @@ -561,9 +565,9 @@ void Transact::on_debug_clicked() Block postState(ethereum()->postState()); Transaction t = isCreation() ? Transaction(value(), gasPrice(), ui->gas->value(), m_data, postState.transactionsFrom(from)) : - Transaction(value(), gasPrice(), ui->gas->value(), m_context->fromString(ui->destination->currentText().toStdString()).first, m_data, postState.transactionsFrom(from)); + Transaction(value(), gasPrice(), ui->gas->value(), toAccount().first, m_data, postState.transactionsFrom(from)); t.forceSender(from); - Debugger dw(m_context, this); + Debugger dw(m_main, this); Executive e(postState, ethereum()->blockChain(), 0); dw.populate(e, t); dw.exec(); diff --git a/alethzero/Transact.h b/alethzero/Transact.h index 794177a32..60d4a3c2e 100644 --- a/alethzero/Transact.h +++ b/alethzero/Transact.h @@ -27,7 +27,7 @@ #include #include #include -#include "Context.h" +#include "MainFace.h" namespace Ui { class Transact; } @@ -54,7 +54,7 @@ class Transact: public QDialog Q_OBJECT public: - explicit Transact(Context* _context, QWidget* _parent = 0); + explicit Transact(MainFace* _context, QWidget* _parent = 0); ~Transact(); void resetGasPrice(); @@ -81,7 +81,7 @@ private: void updateNonce(); dev::Address fromAccount(); - dev::Address toAccount(); + std::pair toAccount(); void updateDestination(); void updateFee(); bool isCreation() const; @@ -102,7 +102,7 @@ private: dev::AddressHash m_accounts; dev::eth::Client* m_ethereum = nullptr; - Context* m_context = nullptr; + MainFace* m_main = nullptr; NatSpecFace* m_natSpecDB = nullptr; bool m_allGood = false; }; diff --git a/eth/main.cpp b/eth/main.cpp index 8b41c73e1..68f1da726 100644 --- a/eth/main.cpp +++ b/eth/main.cpp @@ -128,9 +128,9 @@ void help() << " --bootstrap Connect to the default Ethereum peerservers (default unless --no-discovery used)." << endl << " --no-bootstrap Do not connect to the default Ethereum peerservers (default only when --no-discovery is used)." << endl << " -x,--peers Attempt to connect to given number of peers (default: 11)." << endl - << " --peer-stretch Accepted connection multiplier (default: 7)." << endl + << " --peer-stretch Accepted connection multiplier (default: 7)." << endl - << " --public-ip Force public ip to given (default: auto)." << endl + << " --public-ip Force advertised public ip to given (default: auto)." << endl << " --listen-ip (:) Listen on the given IP for incoming connections (default: 0.0.0.0)." << endl << " --listen Listen on the given port for incoming connections (default: 30303)." << endl << " -r,--remote (:) Connect to remote host (default: none)." << endl @@ -138,11 +138,12 @@ void help() << " --network-id Only connect to other hosts with this network id." << endl << " --upnp Use UPnP for NAT (default: on)." << endl -// << " --peers Text list of type publickey@host[:port] (default: network)" << endl -// << " Types:" << endl -// << " default Attempt connection when no other peers are available and pinning is disable." << endl -// << " trusted Keep connected at all times." << endl -// << " --trust-peers Text list of publickeys." << endl + << " --peerset Space delimited list of type type:publickey@ipAddress[:port]" << endl + << " Types:" << endl + << " default Attempt connection when no other peers are available and pinning is disable." << endl + << " require Keep connected at all times." << endl +// TODO: +// << " --trust-peers Space delimited list of publickeys." << endl << " --no-discovery Disable Node discovery, implies --no-bootstrap." << endl << " --pin Only accept or connect to trusted peers." << endl @@ -219,8 +220,6 @@ string pretty(h160 _a, dev::eth::State const& _st) return ns; } -bool g_exit = false; - inline bool isPrime(unsigned _number) { if (((!(_number & 1)) && _number != 2 ) || (_number < 2) || (_number % 3 == 0 && _number != 3)) @@ -231,11 +230,6 @@ inline bool isPrime(unsigned _number) return true; } -void sighandler(int) -{ - g_exit = true; -} - enum class NodeMode { PeerServer, @@ -316,9 +310,9 @@ int main(int argc, char** argv) string remoteHost; unsigned short remotePort = 30303; - HostPeerPreferences hprefs; - unsigned peers = hprefs.idealPeerCount; - unsigned peerStretch = hprefs.stretchPeerCount; + unsigned peers = 11; + unsigned peerStretch = 7; + std::map> preferredNodes; bool bootstrap = true; bool disableDiscovery = false; bool pinning = false; @@ -682,6 +676,63 @@ int main(int argc, char** argv) peers = atoi(argv[++i]); else if (arg == "--peer-stretch" && i + 1 < argc) peerStretch = atoi(argv[++i]); + else if (arg == "--peerset" && i + 1 < argc) + { + string peerset = argv[++i]; + if (peerset.empty()) + { + cerr << "--peerset argument must not be empty"; + return -1; + } + + vector each; + boost::split(each, peerset, boost::is_any_of("\t ")); + for (auto const& p: each) + { + string type; + string pubk; + string hostIP; + unsigned short port = c_defaultListenPort; + + // type:key@ip[:port] + vector typeAndKeyAtHostAndPort; + boost::split(typeAndKeyAtHostAndPort, p, boost::is_any_of(":")); + if (typeAndKeyAtHostAndPort.size() < 2 || typeAndKeyAtHostAndPort.size() > 3) + continue; + + type = typeAndKeyAtHostAndPort[0]; + if (typeAndKeyAtHostAndPort.size() == 3) + port = (uint16_t)atoi(typeAndKeyAtHostAndPort[2].c_str()); + + vector keyAndHost; + boost::split(keyAndHost, typeAndKeyAtHostAndPort[1], boost::is_any_of("@")); + if (keyAndHost.size() != 2) + continue; + pubk = keyAndHost[0]; + if (pubk.size() != 40) + continue; + hostIP = keyAndHost[1]; + + // todo: use Network::resolveHost() + if (hostIP.size() < 4 /* g.it */) + continue; + + bool required = type == "required"; + if (!required && type != "default") + continue; + + Public publicKey(fromHex(pubk)); + try + { + preferredNodes[publicKey] = make_pair(NodeIPEndpoint(bi::address::from_string(hostIP), port, port), required); + } + catch (...) + { + cerr << "Unrecognized peerset: " << peerset << endl; + return -1; + } + } + } else if ((arg == "-o" || arg == "--mode") && i + 1 < argc) { string m = argv[++i]; @@ -728,7 +779,11 @@ int main(int argc, char** argv) // Set up all the chain config stuff. resetNetwork(releaseNetwork); if (!privateChain.empty()) + { CanonBlockChain::forceGenesisExtraData(sha3(privateChain).asBytes()); + CanonBlockChain::forceGenesisDifficulty(c_minimumDifficulty); + CanonBlockChain::forceGenesisGasLimit(u256(1) << 32); + } if (!genesisJSON.empty()) CanonBlockChain::setGenesis(genesisJSON); if (gasFloor != UndefinedU256) @@ -1022,15 +1077,21 @@ int main(int argc, char** argv) } #endif + for (auto const& p: preferredNodes) + if (p.second.second) + web3.requirePeer(p.first, p.second.first); + else + web3.addNode(p.first, p.second.first); + if (bootstrap) for (auto const& i: Host::pocHosts()) web3.requirePeer(i.first, i.second); if (!remoteHost.empty()) web3.addNode(p2p::NodeId(), remoteHost + ":" + toString(remotePort)); - signal(SIGABRT, &sighandler); - signal(SIGTERM, &sighandler); - signal(SIGINT, &sighandler); + signal(SIGABRT, &Client::exitHandler); + signal(SIGTERM, &Client::exitHandler); + signal(SIGINT, &Client::exitHandler); if (c) { @@ -1044,17 +1105,20 @@ int main(int argc, char** argv) shared_ptr rpcServer = make_shared(*console.connector(), web3, make_shared([&](){ return web3.ethereum(); }, getAccountPassword, keyManager), vector(), keyManager, *gasPricer); string sessionKey = rpcServer->newSession(SessionPermissions{{Privilege::Admin}}); console.eval("web3.admin.setSessionKey('" + sessionKey + "')"); - while (console.readExpression()) + while (!Client::shouldExit()) + { + console.readExpression(); stopMiningAfterXBlocks(c, n, mining); + } rpcServer->StopListening(); #endif } else - while (!g_exit) + while (!Client::shouldExit()) stopMiningAfterXBlocks(c, n, mining); } else - while (!g_exit) + while (!Client::shouldExit()) this_thread::sleep_for(chrono::milliseconds(1000)); #if ETH_JSONRPC diff --git a/ethkey/KeyAux.h b/ethkey/KeyAux.h index d40439e86..74f89ad4a 100644 --- a/ethkey/KeyAux.h +++ b/ethkey/KeyAux.h @@ -413,6 +413,7 @@ public: cerr << "Couldn't re-encode " << toUUID(u) << "; key corrupt or incorrect password supplied." << endl; else cerr << "Couldn't re-encode " << i << "; not found." << endl; + break; case OperationMode::KillBare: for (auto const& i: m_inputs) if (h128 u = fromUUID(i)) diff --git a/ethminer/Farm.h b/ethminer/Farm.h deleted file mode 100644 index ae2ef5a7d..000000000 --- a/ethminer/Farm.h +++ /dev/null @@ -1,39 +0,0 @@ -/** - * This file is generated by jsonrpcstub, DO NOT CHANGE IT MANUALLY! - */ - -#ifndef JSONRPC_CPP_STUB_FARM_H_ -#define JSONRPC_CPP_STUB_FARM_H_ - -#include - -class Farm : public jsonrpc::Client -{ - public: - Farm(jsonrpc::IClientConnector &conn, jsonrpc::clientVersion_t type = jsonrpc::JSONRPC_CLIENT_V2) : jsonrpc::Client(conn, type) {} - - Json::Value eth_getWork() throw (jsonrpc::JsonRpcException) - { - Json::Value p; - p = Json::nullValue; - Json::Value result = this->CallMethod("eth_getWork",p); - if (result.isArray()) - return result; - else - throw jsonrpc::JsonRpcException(jsonrpc::Errors::ERROR_CLIENT_INVALID_RESPONSE, result.toStyledString()); - } - bool eth_submitWork(const std::string& param1, const std::string& param2, const std::string& param3) throw (jsonrpc::JsonRpcException) - { - Json::Value p; - p.append(param1); - p.append(param2); - p.append(param3); - Json::Value result = this->CallMethod("eth_submitWork",p); - if (result.isBool()) - return result.asBool(); - else - throw jsonrpc::JsonRpcException(jsonrpc::Errors::ERROR_CLIENT_INVALID_RESPONSE, result.toStyledString()); - } -}; - -#endif //JSONRPC_CPP_STUB_FARM_H_ diff --git a/ethminer/FarmClient.h b/ethminer/FarmClient.h new file mode 100644 index 000000000..7f5f29182 --- /dev/null +++ b/ethminer/FarmClient.h @@ -0,0 +1,70 @@ +/** + * This file is generated by jsonrpcstub, DO NOT CHANGE IT MANUALLY! + */ + +#ifndef JSONRPC_CPP_STUB_FARMCLIENT_H_ +#define JSONRPC_CPP_STUB_FARMCLIENT_H_ + +#include + +class FarmClient : public jsonrpc::Client +{ + public: + FarmClient(jsonrpc::IClientConnector &conn, jsonrpc::clientVersion_t type = jsonrpc::JSONRPC_CLIENT_V2) : jsonrpc::Client(conn, type) {} + + Json::Value eth_getWork() throw (jsonrpc::JsonRpcException) + { + Json::Value p; + p = Json::nullValue; + Json::Value result = this->CallMethod("eth_getWork",p); + if (result.isArray()) + return result; + else + throw jsonrpc::JsonRpcException(jsonrpc::Errors::ERROR_CLIENT_INVALID_RESPONSE, result.toStyledString()); + } + bool eth_submitWork(const std::string& param1, const std::string& param2, const std::string& param3) throw (jsonrpc::JsonRpcException) + { + Json::Value p; + p.append(param1); + p.append(param2); + p.append(param3); + Json::Value result = this->CallMethod("eth_submitWork",p); + if (result.isBool()) + return result.asBool(); + else + throw jsonrpc::JsonRpcException(jsonrpc::Errors::ERROR_CLIENT_INVALID_RESPONSE, result.toStyledString()); + } + bool eth_submitHashrate(int param1, const std::string& param2) throw (jsonrpc::JsonRpcException) + { + Json::Value p; + p.append(param1); + p.append(param2); + Json::Value result = this->CallMethod("eth_submitHashrate",p); + if (result.isBool()) + return result.asBool(); + else + throw jsonrpc::JsonRpcException(jsonrpc::Errors::ERROR_CLIENT_INVALID_RESPONSE, result.toStyledString()); + } + Json::Value eth_awaitNewWork() throw (jsonrpc::JsonRpcException) + { + Json::Value p; + p = Json::nullValue; + Json::Value result = this->CallMethod("eth_awaitNewWork",p); + if (result.isArray()) + return result; + else + throw jsonrpc::JsonRpcException(jsonrpc::Errors::ERROR_CLIENT_INVALID_RESPONSE, result.toStyledString()); + } + bool eth_progress() throw (jsonrpc::JsonRpcException) + { + Json::Value p; + p = Json::nullValue; + Json::Value result = this->CallMethod("eth_progress",p); + if (result.isBool()) + return result.asBool(); + else + throw jsonrpc::JsonRpcException(jsonrpc::Errors::ERROR_CLIENT_INVALID_RESPONSE, result.toStyledString()); + } +}; + +#endif //JSONRPC_CPP_STUB_FARMCLIENT_H_ diff --git a/ethminer/MinerAux.h b/ethminer/MinerAux.h index a378312ed..2f20d7db8 100644 --- a/ethminer/MinerAux.h +++ b/ethminer/MinerAux.h @@ -52,7 +52,7 @@ #include "BuildInfo.h" #if ETH_JSONRPC || !ETH_TRUE #include "PhoneHome.h" -#include "Farm.h" +#include "FarmClient.h" #endif using namespace std; using namespace dev; @@ -482,7 +482,8 @@ private: #if ETH_JSONRPC || !ETH_TRUE jsonrpc::HttpClient client(_remote); - Farm rpc(client); + h256 id = h256::random(); + ::FarmClient rpc(client); GenericFarm f; f.setSealers(sealers); if (_m == MinerType::CPU) @@ -504,10 +505,16 @@ private: }); for (unsigned i = 0; !completed; ++i) { + auto mp = f.miningProgress(); + f.resetMiningProgress(); if (current) - minelog << "Mining on PoWhash" << current.headerHash << ": " << f.miningProgress(); + minelog << "Mining on PoWhash" << current.headerHash << ": " << mp; else minelog << "Getting work package..."; + + auto rate = mp.rate(); + rpc.eth_submitHashrate((int)rate, "0x" + id.hex()); + Json::Value v = rpc.eth_getWork(); h256 hh(v[0].asString()); h256 newSeedHash(v[1].asString()); diff --git a/ethminer/farm.json b/ethminer/farm.json index ff0a2e9e7..4d4981510 100644 --- a/ethminer/farm.json +++ b/ethminer/farm.json @@ -1,6 +1,7 @@ [ { "name": "eth_getWork", "params": [], "order": [], "returns": []}, - { "name": "eth_submitWork", "params": ["", "", ""], "order": [], "returns": true} + { "name": "eth_submitWork", "params": ["", "", ""], "order": [], "returns": true}, + { "name": "eth_submitHashrate", "params": [0, ""], "order": [], "returns": true}, { "name": "eth_awaitNewWork", "params": [], "order": [], "returns": []}, { "name": "eth_progress", "params": [], "order": [], "returns": true} ] diff --git a/getcoverage.sh b/getcoverage.sh index 196629170..b11f8dced 100755 --- a/getcoverage.sh +++ b/getcoverage.sh @@ -17,6 +17,10 @@ case $i in TEST_MODE="--all" shift ;; + --filltests) + TEST_FILL="--filltests" + shift + ;; esac done @@ -39,9 +43,9 @@ if which lcov >/dev/null; then lcov --capture --initial --directory $BUILD_DIR --output-file $OUTPUT_DIR/coverage_base.info echo Running testeth... - $CPP_ETHEREUM_PATH/build/test/testeth $TEST_MODE - $CPP_ETHEREUM_PATH/build/test/testeth -t StateTests --jit $TEST_MODE - $CPP_ETHEREUM_PATH/build/test/testeth -t VMTests --jit $TEST_MODE + $BUILD_DIR/test/testeth $TEST_MODE $TEST_FILL + $BUILD_DIR/test/testeth -t StateTests --jit $TEST_MODE + $BUILD_DIR/test/testeth -t VMTests --jit $TEST_MODE echo Prepearing coverage info... lcov --capture --directory $BUILD_DIR --output-file $OUTPUT_DIR/coverage_test.info diff --git a/libdevcore/CommonData.h b/libdevcore/CommonData.h index 5f4b0a39e..016faff6f 100644 --- a/libdevcore/CommonData.h +++ b/libdevcore/CommonData.h @@ -104,6 +104,7 @@ bytes asNibbles(bytesConstRef const& _s); template inline void toBigEndian(T _val, Out& o_out) { + static_assert(std::is_same::value || !std::numeric_limits::is_signed, "only unsigned types or bigint supported"); //bigint does not carry sign bit on shift for (auto i = o_out.size(); i != 0; _val >>= 8, i--) { T v = _val & (T)0xff; @@ -134,6 +135,7 @@ inline bytes toBigEndian(u160 _val) { bytes ret(20); toBigEndian(_val, ret); ret template inline bytes toCompactBigEndian(T _val, unsigned _min = 0) { + static_assert(std::is_same::value || !std::numeric_limits::is_signed, "only unsigned types or bigint supported"); //bigint does not carry sign bit on shift int i = 0; for (T v = _val; v; ++i, v >>= 8) {} bytes ret(std::max(_min, i), 0); @@ -150,6 +152,7 @@ inline bytes toCompactBigEndian(byte _val, unsigned _min = 0) template inline std::string toCompactBigEndianString(T _val, unsigned _min = 0) { + static_assert(std::is_same::value || !std::numeric_limits::is_signed, "only unsigned types or bigint supported"); //bigint does not carry sign bit on shift int i = 0; for (T v = _val; v; ++i, v >>= 8) {} std::string ret(std::max(_min, i), '\0'); @@ -199,6 +202,7 @@ std::string randomWord(); template inline unsigned bytesRequired(T _i) { + static_assert(std::is_same::value || !std::numeric_limits::is_signed, "only unsigned types or bigint supported"); //bigint does not carry sign bit on shift unsigned i = 0; for (; _i != 0; ++i, _i >>= 8) {} return i; diff --git a/libethcore/Common.cpp b/libethcore/Common.cpp index ccbd00c77..b6d9fd935 100644 --- a/libethcore/Common.cpp +++ b/libethcore/Common.cpp @@ -27,6 +27,7 @@ #include #include #include +#include "ICAP.h" #include "Exceptions.h" #include "Params.h" #include "BlockInfo.h" @@ -50,9 +51,26 @@ const unsigned c_databaseBaseVersion = 9; const unsigned c_databaseVersionModifier = 0; #endif +const unsigned c_databaseVersion = c_databaseBaseVersion + (c_databaseVersionModifier << 8) + (23 << 9); +Address toAddress(std::string const& _s) +{ + try + { + eth::ICAP i = eth::ICAP::decoded(_s); + return i.direct(); + } + catch (eth::InvalidICAP&) {} + try + { + auto b = fromHex(_s.substr(0, 2) == "0x" ? _s.substr(2) : _s, WhenError::Throw); + if (b.size() == 20) + return Address(b); + } + catch (BadHexCharacter&) {} + BOOST_THROW_EXCEPTION(InvalidAddress()); +} -const unsigned c_databaseVersion = c_databaseBaseVersion + (c_databaseVersionModifier << 8) + (23 << 9); vector> const& units() { diff --git a/libethcore/Common.h b/libethcore/Common.h index 621a893f1..8ce9827b3 100644 --- a/libethcore/Common.h +++ b/libethcore/Common.h @@ -57,6 +57,11 @@ Network resetNetwork(Network _n); /// User-friendly string representation of the amount _b in wei. std::string formatBalance(bigint const& _b); +DEV_SIMPLE_EXCEPTION(InvalidAddress); + +/// Convert the given string into an address. +Address toAddress(std::string const& _s); + /// Get information concerning the currency denominations. std::vector> const& units(); diff --git a/libethcore/CommonJS.cpp b/libethcore/CommonJS.cpp index 75cadb0ba..4a2b1eefe 100644 --- a/libethcore/CommonJS.cpp +++ b/libethcore/CommonJS.cpp @@ -22,29 +22,10 @@ */ #include "CommonJS.h" -#include "ICAP.h" namespace dev { -Address jsToAddress(std::string const& _s) -{ - try - { - eth::ICAP i = eth::ICAP::decoded(_s); - return i.direct(); - } - catch (eth::InvalidICAP&) {} - try - { - auto b = fromHex(_s.substr(0, 2) == "0x" ? _s.substr(2) : _s, WhenError::Throw); - if (b.size() == 20) - return Address(b); - } - catch (BadHexCharacter&) {} - BOOST_THROW_EXCEPTION(InvalidAddress()); -} - std::string prettyU256(u256 _n, bool _abridged) { unsigned inc = 0; diff --git a/libethcore/CommonJS.h b/libethcore/CommonJS.h index 6beb7e8a2..e97924708 100644 --- a/libethcore/CommonJS.h +++ b/libethcore/CommonJS.h @@ -33,8 +33,6 @@ namespace dev { -DEV_SIMPLE_EXCEPTION(InvalidAddress); - /// Leniently convert string to Public (h512). Accepts integers, "0x" prefixing, non-exact length. inline Public jsToPublic(std::string const& _s) { return jsToFixed(_s); } @@ -42,7 +40,7 @@ inline Public jsToPublic(std::string const& _s) { return jsToFixed(_s); Secret ret(d); d.ref().cleanse(); return ret; } /// Leniently convert string to Address (h160). Accepts integers, "0x" prefixing, non-exact length. -Address jsToAddress(std::string const& _s); +inline Address jsToAddress(std::string const& _s) { return eth::toAddress(_s); } /// Convert u256 into user-readable string. Returns int/hex value of 64 bits int, hex of 160 bits FixedHash. As a fallback try to handle input as h256. std::string prettyU256(u256 _n, bool _abridged = true); diff --git a/libethcore/EthashGPUMiner.cpp b/libethcore/EthashGPUMiner.cpp index 5baeec5f0..de184944f 100644 --- a/libethcore/EthashGPUMiner.cpp +++ b/libethcore/EthashGPUMiner.cpp @@ -213,9 +213,9 @@ bool EthashGPUMiner::configureGPU( s_platformId = _platformId; s_deviceId = _deviceId; - if (_localWorkSize != 32 && _localWorkSize != 64 && _localWorkSize != 128) + if (_localWorkSize != 32 && _localWorkSize != 64 && _localWorkSize != 128 && _localWorkSize != 256) { - cout << "Given localWorkSize of " << toString(_localWorkSize) << "is invalid. Must be either 32,64, or 128" << endl; + cout << "Given localWorkSize of " << toString(_localWorkSize) << "is invalid. Must be either 32,64,128 or 256" << endl; return false; } diff --git a/libethereum/Account.cpp b/libethereum/Account.cpp index 44b5079ea..727c35a47 100644 --- a/libethereum/Account.cpp +++ b/libethereum/Account.cpp @@ -20,6 +20,7 @@ */ #include "Account.h" +#include #include #include using namespace std; @@ -63,7 +64,15 @@ AccountMap dev::eth::jsonToAccountMap(std::string const& _json, AccountMaskMap* if (haveCode) { ret[a] = Account(balance, Account::ContractConception); - ret[a].setCode(fromHex(o["code"].get_str())); + if (o["code"].type() == json_spirit::str_type) + { + if (o["code"].get_str().find("0x") != 0) + ret[a].setCode(compileLLL(o["code"].get_str(), false)); + else + ret[a].setCode(fromHex(o["code"].get_str().substr(2))); + } + else + cerr << "Error importing code of account " << a << "! Code field needs to be a string"; } else ret[a] = Account(balance, Account::NormalCreation); diff --git a/libethereum/BlockChainSync.h b/libethereum/BlockChainSync.h index 4e328d5ba..dc8971a1b 100644 --- a/libethereum/BlockChainSync.h +++ b/libethereum/BlockChainSync.h @@ -113,6 +113,9 @@ protected: /// Request blocks from peer if needed void requestBlocks(std::shared_ptr _peer); +private: + EthereumHost& m_host; + protected: Handler<> m_bqRoomAvailable; ///< Triggered once block queue mutable RecursiveMutex x_sync; @@ -124,8 +127,6 @@ private: static char const* const s_stateNames[static_cast(SyncState::Size)]; bool invariants() const override = 0; void logNewBlock(h256 const& _h); - - EthereumHost& m_host; }; diff --git a/libethereum/CanonBlockChain.cpp b/libethereum/CanonBlockChain.cpp index a08818868..4b4fffc55 100644 --- a/libethereum/CanonBlockChain.cpp +++ b/libethereum/CanonBlockChain.cpp @@ -43,6 +43,8 @@ boost::shared_mutex CanonBlockChain::x_genesis; Nonce CanonBlockChain::s_nonce(u64(42)); string CanonBlockChain::s_genesisStateJSON; bytes CanonBlockChain::s_genesisExtraData; +u256 CanonBlockChain::s_genesisDifficulty; +u256 CanonBlockChain::s_genesisGasLimit; CanonBlockChain::CanonBlockChain(std::string const& _path, WithExisting _we, ProgressCallback const& _pc): FullBlockChain(createGenesisBlock(), createGenesisState(), _path) @@ -91,9 +93,9 @@ bytes CanonBlockChain::createGenesisBlock() << EmptyTrie // transactions << EmptyTrie // receipts << LogBloom() - << difficulty + << (s_genesisDifficulty ? s_genesisDifficulty : difficulty) << 0 // number - << gasLimit + << (s_genesisGasLimit ? s_genesisGasLimit : gasLimit) << 0 // gasUsed << timestamp << (s_genesisExtraData.empty() ? extraData : s_genesisExtraData) @@ -126,6 +128,20 @@ void CanonBlockChain::forceGenesisExtraData(bytes const& _genesisExtraDa s_genesis.reset(); } +void CanonBlockChain::forceGenesisDifficulty(u256 const& _genesisDifficulty) +{ + WriteGuard l(x_genesis); + s_genesisDifficulty = _genesisDifficulty; + s_genesis.reset(); +} + +void CanonBlockChain::forceGenesisGasLimit(u256 const& _genesisGasLimit) +{ + WriteGuard l(x_genesis); + s_genesisGasLimit = _genesisGasLimit; + s_genesis.reset(); +} + Ethash::BlockHeader const& CanonBlockChain::genesis() { UpgradableGuard l(x_genesis); diff --git a/libethereum/CanonBlockChain.h b/libethereum/CanonBlockChain.h index 26e80f4be..f6ac14709 100644 --- a/libethereum/CanonBlockChain.h +++ b/libethereum/CanonBlockChain.h @@ -103,6 +103,12 @@ public: /// Override the genesis block's extraData field. static void forceGenesisExtraData(bytes const& _genesisExtraData); + /// Override the genesis block's difficulty field. + static void forceGenesisDifficulty(u256 const& _genesisDifficulty); + + /// Override the genesis block's gasLimit field. + static void forceGenesisGasLimit(u256 const& _genesisGasLimit); + private: /// Static genesis info and its lock. static boost::shared_mutex x_genesis; @@ -110,6 +116,8 @@ private: static Nonce s_nonce; static std::string s_genesisStateJSON; static bytes s_genesisExtraData; + static u256 s_genesisDifficulty; + static u256 s_genesisGasLimit; }; } diff --git a/libethereum/Client.cpp b/libethereum/Client.cpp index 4a46c16ea..3a6087ea5 100644 --- a/libethereum/Client.cpp +++ b/libethereum/Client.cpp @@ -67,6 +67,12 @@ const char* ClientTrace::name() { return EthTeal "⧫" EthGray " ◎"; } const char* ClientDetail::name() { return EthTeal "⧫" EthCoal " ●"; } #endif +bool Client::s_shouldExit = false; +void Client::exitHandler(int) +{ + s_shouldExit = true; +} + static const Addresses c_canaries = { Address("4bb7e8ae99b645c2b7860b8f3a2328aae28bd80a"), // gav @@ -110,9 +116,9 @@ void Client::init(p2p::Host* _extNet, std::string const& _dbPath, WithExisting _ m_gp->update(bc()); - auto host = _extNet->registerCapability(new EthereumHost(bc(), m_tq, m_bq, _networkId)); + auto host = _extNet->registerCapability(make_shared(bc(), m_tq, m_bq, _networkId)); m_host = host; - _extNet->addCapability(host, EthereumHost::staticName(), EthereumHost::c_oldProtocolVersion); //TODO: remove this one v61+ protocol is common + _extNet->addCapability(host, EthereumHost::staticName(), EthereumHost::c_oldProtocolVersion); //TODO: remove this once v61+ protocol is common if (_dbPath.size()) Defaults::setDBPath(_dbPath); @@ -503,9 +509,10 @@ WorkingProgress Client::miningProgress() const uint64_t Client::hashrate() const { + uint64_t r = externalHashrate(); if (Ethash::isWorking(m_sealEngine.get())) - return Ethash::workingProgress(m_sealEngine.get()).rate(); - return 0; + r += Ethash::workingProgress(m_sealEngine.get()).rate(); + return r; } std::list Client::miningHistory() diff --git a/libethereum/Client.h b/libethereum/Client.h index 3c8d08b23..a7d184d76 100644 --- a/libethereum/Client.h +++ b/libethereum/Client.h @@ -98,6 +98,8 @@ public: /// Get the remaining gas limit in this block. virtual u256 gasLimitRemaining() const override { return m_postMine.gasLimitRemaining(); } + /// Get the gas bid price + virtual u256 gasBidPrice() const override { return m_gp->bid(); } // [PRIVATE API - only relevant for base clients, not available in general] /// Get the block. @@ -121,6 +123,8 @@ public: BlockQueue const& blockQueue() const { return m_bq; } /// Get the block queue. OverlayDB const& stateDB() const { return m_stateDB; } + /// Handles a request to exit the client with a specific signal + static void exitHandler(int signal); /// Freeze worker thread and sync some of the block queue. std::tuple syncQueue(unsigned _max = 1); @@ -144,6 +148,8 @@ public: /// Enable/disable precomputing of the DAG for next epoch void setShouldPrecomputeDAG(bool _precompute); + /// Check to see if we should exit + static bool shouldExit() { return s_shouldExit; } /// Check to see if we'd mine on an apparently bad chain. bool mineOnBadChain() const { return m_mineOnBadChain; } /// Set true if you want to mine even when the canary says you're on the wrong chain. @@ -324,6 +330,7 @@ protected: bool m_forceMining = false; ///< Mine even when there are no transactions pending? bool m_mineOnBadChain = false; ///< Mine even when the canary says it's a bad chain. bool m_paranoia = false; ///< Should we be paranoid about our state? + static bool s_shouldExit; ///< Exit requested? mutable std::chrono::system_clock::time_point m_lastGarbageCollection; ///< When did we last both doing GC on the watches? diff --git a/libethereum/ClientBase.cpp b/libethereum/ClientBase.cpp index 60ac3f32d..f11d533a6 100644 --- a/libethereum/ClientBase.cpp +++ b/libethereum/ClientBase.cpp @@ -21,7 +21,7 @@ */ #include "ClientBase.h" - +#include #include #include "BlockChain.h" #include "Executive.h" @@ -492,11 +492,10 @@ int ClientBase::compareBlockHashes(h256 _h1, h256 _h2) const BlockNumber n1 = numberFromHash(_h1); BlockNumber n2 = numberFromHash(_h2); - if (n1 > n2) { + if (n1 > n2) return 1; - } else if (n1 == n2) { + else if (n1 == n2) return 0; - } return -1; } @@ -524,3 +523,19 @@ bool ClientBase::isKnownTransaction(h256 const& _blockHash, unsigned _i) const { return isKnown(_blockHash) && bc().transactions().size() > _i; } + +void ClientBase::submitExternalHashrate(int _rate, h256 const& _id) +{ + m_externalRates[_id] = make_pair(_rate, chrono::steady_clock::now()); +} + +uint64_t ClientBase::externalHashrate() const +{ + uint64_t ret = 0; + for (auto i = m_externalRates.begin(); i != m_externalRates.end();) + if (chrono::steady_clock::now() - i->second.second > chrono::seconds(5)) + i = m_externalRates.erase(i); + else + ret += i++->second.first; + return ret; +} diff --git a/libethereum/ClientBase.h b/libethereum/ClientBase.h index 6940ace32..e5e93e5d1 100644 --- a/libethereum/ClientBase.h +++ b/libethereum/ClientBase.h @@ -148,6 +148,7 @@ public: using Interface::addresses; virtual Addresses addresses(BlockNumber _block) const override; virtual u256 gasLimitRemaining() const override; + virtual u256 gasBidPrice() const override { return c_defaultGasPrice; } /// Get the coinbase address virtual Address address() const override; @@ -166,6 +167,8 @@ public: virtual uint64_t hashrate() const override { BOOST_THROW_EXCEPTION(InterfaceNotSupported("ClientBase::hashrate")); } virtual WorkingProgress miningProgress() const override { BOOST_THROW_EXCEPTION(InterfaceNotSupported("ClientBase::miningProgress")); } + virtual void submitExternalHashrate(int _rate, h256 const& _id) override; + Block asOf(BlockNumber _h) const; protected: @@ -179,6 +182,8 @@ protected: virtual void prepareForTransaction() = 0; /// } + uint64_t externalHashrate() const; + TransactionQueue m_tq; ///< Maintains a list of incoming transactions not yet in a block on the blockchain. // filters @@ -187,6 +192,9 @@ protected: std::unordered_map m_specialFilters = std::unordered_map>{{PendingChangedFilter, {}}, {ChainChangedFilter, {}}}; ///< The dictionary of special filters and their additional data std::map m_watches; ///< Each and every watch - these reference a filter. + + // external hashrate + mutable std::unordered_map> m_externalRates; }; }} diff --git a/libethereum/EthereumPeer.cpp b/libethereum/EthereumPeer.cpp index 4450a3d56..947041db9 100644 --- a/libethereum/EthereumPeer.cpp +++ b/libethereum/EthereumPeer.cpp @@ -63,7 +63,7 @@ EthereumPeer::~EthereumPeer() { if (m_asking != Asking::Nothing) { - cnote << "Peer aborting while being asked for " << ::toString(m_asking); + clog(NetAllDetail) << "Peer aborting while being asked for " << ::toString(m_asking); setRude(); } abortSync(); diff --git a/libethereum/Executive.cpp b/libethereum/Executive.cpp index 7eb37ff99..64b29a8ba 100644 --- a/libethereum/Executive.cpp +++ b/libethereum/Executive.cpp @@ -39,7 +39,7 @@ const char* VMTraceChannel::name() { return "EVM"; } const char* ExecutiveWarnChannel::name() { return WarnChannel::name(); } StandardTrace::StandardTrace(): - m_trace(new Json::Value(Json::arrayValue)) + m_trace(make_shared(Json::arrayValue)) {} bool changesMemory(Instruction _inst) diff --git a/libethereum/Interface.h b/libethereum/Interface.h index dff990cbd..9c109000f 100644 --- a/libethereum/Interface.h +++ b/libethereum/Interface.h @@ -190,6 +190,8 @@ public: /// Get the remaining gas limit in this block. virtual u256 gasLimitRemaining() const = 0; + // Get the gas bidding price + virtual u256 gasBidPrice() const = 0; // [MINING API]: @@ -215,7 +217,8 @@ public: virtual std::tuple getEthashWork() { BOOST_THROW_EXCEPTION(InterfaceNotSupported("Interface::getEthashWork")); } /// Submit the nonce for the proof-of-work. virtual bool submitEthashWork(h256 const&, h64 const&) { BOOST_THROW_EXCEPTION(InterfaceNotSupported("Interface::submitEthashWork")); } - + /// Submit the ongoing hashrate of a particular external miner. + virtual void submitExternalHashrate(int, h256 const&) { BOOST_THROW_EXCEPTION(InterfaceNotSupported("Interface::submitExternalHashrate")); } /// Check the progress of the mining. virtual WorkingProgress miningProgress() const = 0; diff --git a/libethereum/State.cpp b/libethereum/State.cpp index 5258e0668..1ee86ef17 100644 --- a/libethereum/State.cpp +++ b/libethereum/State.cpp @@ -243,9 +243,9 @@ unordered_map State::addresses() const void State::setRoot(h256 const& _r) { m_cache.clear(); - m_touched.clear(); +// m_touched.clear(); m_state.setRoot(_r); - paranoia("begin resetCurrent", true); + paranoia("begin setRoot", true); } bool State::addressInUse(Address const& _id) const diff --git a/libevmasm/Assembly.h b/libevmasm/Assembly.h index 1457173bc..5814c16e0 100644 --- a/libevmasm/Assembly.h +++ b/libevmasm/Assembly.h @@ -112,7 +112,7 @@ protected: unsigned bytesRequired() const; private: - Json::Value streamAsmJson(std::ostream& _out, const StringMap &_sourceCodes) const; + Json::Value streamAsmJson(std::ostream& _out, StringMap const& _sourceCodes) const; std::ostream& streamAsm(std::ostream& _out, std::string const& _prefix, StringMap const& _sourceCodes) const; Json::Value createJsonValue(std::string _name, int _begin, int _end, std::string _value = std::string(), std::string _jumpType = std::string()) const; diff --git a/libjsconsole/JSConsole.h b/libjsconsole/JSConsole.h index 393f7080f..da045a6f8 100644 --- a/libjsconsole/JSConsole.h +++ b/libjsconsole/JSConsole.h @@ -41,7 +41,7 @@ public: JSConsole(): m_engine(Engine()), m_printer(Printer(m_engine)) {} ~JSConsole() {} - bool readExpression() const + void readExpression() const { std::string cmd = ""; g_logPost = [](std::string const& a, char const*) @@ -83,9 +83,6 @@ public: } } while (openBrackets > 0); - if (cmd == "quit") - return false; - if (!isEmpty) { #if ETH_READLINE @@ -95,7 +92,6 @@ public: std::string result = m_printer.prettyPrint(value).cstr(); std::cout << result << std::endl; } - return true; } void eval(std::string const& _expression) { m_engine.eval(_expression.c_str()); } diff --git a/libjsengine/JSEngine.h b/libjsengine/JSEngine.h index adebfdd13..961026b60 100644 --- a/libjsengine/JSEngine.h +++ b/libjsengine/JSEngine.h @@ -59,7 +59,7 @@ class JSEngine { public: // should be used to evalute javascript expression - virtual T eval(char const* _cstr) const = 0; + virtual T eval(char const* _cstr, char const* _origin = "(shell)") const = 0; }; } diff --git a/libjsengine/JSV8Engine.cpp b/libjsengine/JSV8Engine.cpp index 1a75a4620..6d57cad48 100644 --- a/libjsengine/JSV8Engine.cpp +++ b/libjsengine/JSV8Engine.cpp @@ -21,6 +21,8 @@ */ #include +#include +#include #include "JSV8Engine.h" #include "JSV8Printer.h" #include "libjsengine/JSEngineResources.hpp" @@ -93,7 +95,7 @@ void reportException(TryCatch* _tryCatch) } } -Handle ConsoleLog(Arguments const& _args) +Handle consoleLog(Arguments const& _args) { Local wrap = Local::Cast(_args.Data()); auto engine = reinterpret_cast(wrap->Value()); @@ -103,6 +105,35 @@ Handle ConsoleLog(Arguments const& _args) return Undefined(); } +Handle loadScript(Arguments const& _args) +{ + Local wrap = Local::Cast(_args.Data()); + auto engine = reinterpret_cast(wrap->Value()); + + if (_args.Length() < 1) + return v8::ThrowException(v8::String::New("Missing file name.")); + if (_args[0].IsEmpty() || _args[0]->IsUndefined()) + return v8::ThrowException(v8::String::New("Invalid file name.")); + v8::String::Utf8Value fileName(_args[0]); + if (fileName.length() == 0) + return v8::ThrowException(v8::String::New("Invalid file name.")); + + std::ifstream is(*fileName, std::ifstream::binary); + if (!is) + return v8::ThrowException(v8::String::New("Error opening file.")); + + string contents; + is.seekg(0, is.end); + streamoff length = is.tellg(); + if (length > 0) + { + is.seekg(0, is.beg); + contents.resize(length); + is.read(const_cast(contents.data()), length); + } + + return engine->eval(contents.data(), *fileName).value(); +} class JSV8Scope { @@ -158,11 +189,14 @@ JSV8Engine::JSV8Engine(): m_scope(new JSV8Scope()) auto consoleTemplate = ObjectTemplate::New(); - Local function = FunctionTemplate::New(ConsoleLog, External::New(this)); - consoleTemplate->Set(String::New("debug"), function); - consoleTemplate->Set(String::New("log"), function); - consoleTemplate->Set(String::New("error"), function); + Local consoleLogFunction = FunctionTemplate::New(consoleLog, External::New(this)); + consoleTemplate->Set(String::New("debug"), consoleLogFunction); + consoleTemplate->Set(String::New("log"), consoleLogFunction); + consoleTemplate->Set(String::New("error"), consoleLogFunction); context()->Global()->Set(String::New("console"), consoleTemplate->NewInstance()); + + Local loadScriptFunction = FunctionTemplate::New(loadScript, External::New(this)); + context()->Global()->Set(String::New("loadScript"), loadScriptFunction->GetFunction()); } JSV8Engine::~JSV8Engine() @@ -170,11 +204,11 @@ JSV8Engine::~JSV8Engine() delete m_scope; } -JSV8Value JSV8Engine::eval(char const* _cstr) const +JSV8Value JSV8Engine::eval(char const* _cstr, char const* _origin) const { TryCatch tryCatch; Local source = String::New(_cstr); - Local name(String::New("(shell)")); + Local name(String::New(_origin)); ScriptOrigin origin(name); Handle