1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a constructor that allows wallet-less operation (now possible due to the previous patch to support multiple wallets). More... almost 13 years ago
Fix the getBlock() method to use the correct message type. More... almost 13 years ago
Add a removeEventListener method. Idea from Andreas. Resolves issue 27. More... almost 13 years ago
Support attaching multiple wallets to a single BlockChain. Patch from Jan Møller. Resolves issue 39. More... almost 13 years ago
Fix a bug in Transaction.getValueSentFromMe() in which inputs connected to outputs that existed in the wallet but were not actually owned by us were counted. Resolves issue 36. Patch from Jan Møller. More... almost 13 years ago
Remove the test prefix from WalletTest methods. It's unnecessary with JUnit 4. More... almost 13 years ago
Add dnsseed.bluematt.me to the DNS discovery list. More... almost 13 years ago
Bump version number to 0.3-SNAPSHOT More... almost 13 years ago
Peer groups More... almost 13 years ago
Remove stray import. More... almost 13 years ago
Use Sha256Hash more consistently, improve the class a bit. More... almost 13 years ago
Fix a typo bug in IrcDiscoveryTest. Patch from Nathan Baulch. Resolves issue 33. More... almost 13 years ago
Move some classes into new packages. More... almost 13 years ago
Remove transactions from the dead pool when they become live, and from pending when they become dead. Addresses comments from Miron. More... almost 13 years ago
Refresh the TODO file More... almost 13 years ago
Move javadocs to the maven directory, check in fresh set More... almost 13 years ago
Minor fixes. More... almost 13 years ago
Attempt to exclude Bouncy Castle from javadocs/coverage reports. Doesn't work for coverage for some reason. More... almost 13 years ago
Update README to talk about Maven. More... almost 13 years ago
Checked in extra POM code. Patch by Gary Rowe. More... almost 13 years ago
Don't output an info log for every block downloaded. More... almost 13 years ago
Bugfix from Noa Resare. Resolves issue 29. More... almost 13 years ago
De-Satoshize the buildMerkleTree function: - Clarify the terminology in the existing explanation. - Add an explanation of what the point of the structure is. - Note how non-power-of-two transaction list sizes are handled. - Rename variables to be more helpful than i,i2,j etc. - Add a more detailed explanation of each step of the algorithm. More... almost 13 years ago
Fix PeerAddress serialization and add a test. Patch from Noa Resare. Fixes issue 29. More... almost 13 years ago
Ignore duplicate adds of the chain head. More... almost 13 years ago
Bit more debugging data in StoredBlock.toString() More... almost 13 years ago
Refresh AUTHORS file. More... almost 13 years ago
Add a program that just loads a wallet, runs through the block chain, and then saves/prints out the resulting wallet at the end. More... almost 13 years ago
Add more info to the Wallet.toString() output. More... almost 13 years ago
Add a SeedPeers class that contains a pre-compiled list of IP addresses taking part in the Bitcoin network for a long period of time, for use if IRC and DNS are unavailable. Based on a patch by Micheal Swiggs. More... almost 13 years ago