Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-30 | Broken addresses on command line no longer trigger testnet. | Ross Nicoll | |
When passing a bitcoin: URI on the command line, invalid addresses do not incorrectly send the user to the test network. | |||
2014-06-26 | ensure clean and consistent "namespace" usage | Philip Kaufmann | |
- remove some missplaced ; - ensure end of a namespace is clearly visible - use same formatting when using namespace | |||
2014-06-11 | base58: add paranoid return value checks | Jeff Garzik | |
2014-05-10 | Move base58.h implementation code to base58.cpp | Pieter Wuille | |
2014-04-22 | Replace DecodeBase58/EncodeBase58 with direct implementation. | Pieter Wuille | |
This removes the bignum/OpenSSL dependency. The base58 transformation code is also moved to a separate .cpp file. |