-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Comparing changes
Open a pull request
base repository: bitcoin/bitcoin
base: master
head repository: kR105-zz/i0coin
compare: master
- 17 commits
- 58 files changed
- 8 contributors
Commits on Apr 20, 2012
-
* First i0coin-qt commit, still a lot of things to change, but it sho…
…uld be functional.
Configuration menu - View commit details
-
Copy full SHA for 2e20546 - Browse repository at this point
Copy the full SHA 2e20546View commit details -
Carlos authored and Carlos committed
Apr 20, 2012 Configuration menu - View commit details
-
Copy full SHA for 208621b - Browse repository at this point
Copy the full SHA 208621bView commit details
Commits on Apr 21, 2012
-
* Fixed a bug that crashed the client when launching it with the bloc…
…kchain already downloaded. * Added a new seed.
Configuration menu - View commit details
-
Copy full SHA for 0b62f35 - Browse repository at this point
Copy the full SHA 0b62f35View commit details
Commits on Apr 22, 2012
-
* Changed most of Bitcoin strings to I0coin.
* Changed the Bitcoin logo&icon to I0coin. * Fixed some missing libraries in the .pro project file.
Configuration menu - View commit details
-
Copy full SHA for c0f0da9 - Browse repository at this point
Copy the full SHA c0f0da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313ddf4 - Browse repository at this point
Copy the full SHA 313ddf4View commit details -
Fix bugs on 'unsigned char' platforms.
In ISO C++, the signedness of 'char' is undefined. On some platforms (e.g. ARM), 'char' is an unsigned type, but some of the code relies on 'char' being signed (as it is on x86). This is indicated by compiler warnings like this: bignum.h: In constructor 'CBigNum::CBigNum(char)': bignum.h:81:59: warning: comparison is always true due to limited range of data type [-Wtype-limits] util.cpp: In function 'bool IsHex(const string&)': util.cpp:427:28: warning: comparison is always false due to limited range of data type [-Wtype-limits] In particular, IsHex erroneously returned true regardless of the input characters, as long as the length of the string was a positive multiple of 2. Note: For testing, it's possible using GCC to force char to be unsigned by adding the -funsigned-char parameter to xCXXFLAGS.
Configuration menu - View commit details
-
Copy full SHA for cb3ca07 - Browse repository at this point
Copy the full SHA cb3ca07View commit details -
Encapsulate RPC command dispatch in an array of CRPCCommand's
Conflicts: src/bitcoinrpc.cpp
Configuration menu - View commit details
-
Copy full SHA for 9a05c6a - Browse repository at this point
Copy the full SHA 9a05c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2c2ee - Browse repository at this point
Copy the full SHA 0a2c2eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ecc7ee - Browse repository at this point
Copy the full SHA 5ecc7eeView commit details -
Add explicit numeric constant value for all opcodes
- Easier for debugging (what opcode was 0x... again?) - Clarifies that the opcodes are set in stone in the protocol, and signals that it is impossible to insert opcodes in between.
Configuration menu - View commit details
-
Copy full SHA for 31695b3 - Browse repository at this point
Copy the full SHA 31695b3View commit details -
change type of various bare chars to bool that are only used as bool …
…(and never serialized)
Configuration menu - View commit details
-
Copy full SHA for a8c721c - Browse repository at this point
Copy the full SHA a8c721cView commit details -
Remove no-longer used UI hints in bitcoin core
The Qt UI has its own associated structures for temporary transaction state / cache.
Configuration menu - View commit details
-
Copy full SHA for 3a84c7c - Browse repository at this point
Copy the full SHA 3a84c7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85878a3 - Browse repository at this point
Copy the full SHA 85878a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c8df44 - Browse repository at this point
Copy the full SHA 2c8df44View commit details -
* Added a include header that was removed on a merge by mistake. * Replaced all the Bitcoin references by I0coin on the locale files (en & es_CL).
Configuration menu - View commit details
-
Copy full SHA for cbf7688 - Browse repository at this point
Copy the full SHA cbf7688View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c48afd - Browse repository at this point
Copy the full SHA 0c48afdView commit details
Commits on Apr 28, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 5e24464 - Browse repository at this point
Copy the full SHA 5e24464View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master