repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/BIP38PrivateKey.java | /*
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | 9,766 | 43.802752 | 136 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/X509Utils.java | /*
* Copyright 2014 The bitcoinj authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | 4,597 | 41.183486 | 151 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/MnemonicException.java | /*
* Copyright 2013 Ken Sedgwick
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1,809 | 27.730159 | 86 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/HDKeyDerivation.java | /*
* Copyright 2013 Matija Mazi.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 13,387 | 45.648084 | 163 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/utils/MessageVerifyUtils.java | package org.bitcoinj.crypto.utils;
import com.google.common.primitives.Bytes;
import org.bitcoinj.base.LegacyAddress;
import org.bitcoinj.base.ScriptType;
import org.bitcoinj.base.Address;
import org.bitcoinj.crypto.ECKey;
import org.bitcoinj.base.SegwitAddress;
import org.bitcoinj.crypto.internal.CryptoUtils;
import ... | 6,457 | 47.19403 | 120 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/internal/CryptoUtils.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 2,174 | 32.461538 | 80 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/BloomFilter.java | /*
* Copyright 2012 Matt Corallo
* Copyright 2015 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | 16,836 | 41.842239 | 127 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/GetHeadersMessage.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 3,566 | 40 | 120 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/AddressV2Message.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 2,460 | 33.180556 | 112 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/HeadersMessage.java | /*
* Copyright 2011 Google Inc.
* Copyright 2015 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 3,724 | 34.817308 | 120 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/package-info.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 1,043 | 42.5 | 100 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/ListMessage.java | /*
* Copyright 2011 Google Inc.
* Copyright 2015 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 4,047 | 32.180328 | 105 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/UTXOProviderException.java | /*
* Copyright 2014 Kalpesh Parmar.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | 1,013 | 27.166667 | 75 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/Context.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 11,052 | 49.240909 | 206 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/InventoryMessage.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 2,581 | 33.891892 | 119 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/TransactionOutputChanges.java | /*
* Copyright 2012 Matt Corallo.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1,505 | 37.615385 | 119 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/BitcoinSerializer.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 15,723 | 38.31 | 133 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/FeeFilterMessage.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 2,736 | 28.430108 | 112 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/UnknownMessage.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 1,046 | 27.297297 | 75 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/NotFoundMessage.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 1,747 | 32.615385 | 114 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/ProtocolException.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 997 | 25.972973 | 75 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/UTXOProvider.java | /*
* Copyright 2014 Kalpesh Parmar.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | 1,673 | 30.584906 | 88 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/TransactionBag.java | /*
* Copyright 2014 Giannis Dzegoutanis
* Copyright 2019 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unl... | 2,055 | 37.792453 | 149 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/PartialMerkleTree.java | /*
* Copyright 2012 The Bitcoin Developers
* Copyright 2012 Matt Corallo
* Copyright 2015 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.... | 14,444 | 43.721362 | 146 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/TransactionConfidence.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 25,396 | 45.6 | 149 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/Utils.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 2,468 | 35.850746 | 140 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/Ping.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 2,632 | 26.427083 | 109 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/AddressV1Message.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 2,367 | 32.352113 | 113 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/BlockLocator.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 2,740 | 26.41 | 103 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/InsufficientMoneyException.java | /*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,415 | 30.466667 | 100 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/TxConfidenceTable.java | /*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 8,524 | 40.383495 | 121 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/TransactionOutput.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 18,473 | 39.424508 | 148 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/RejectMessage.java | /*
* Copyright 2013 Matt Corallo
* Copyright 2015 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | 8,154 | 36.75463 | 120 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/TransactionBroadcast.java | /*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 19,995 | 48.37284 | 150 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/AddressMessage.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 2,605 | 35.704225 | 146 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/StoredUndoableBlock.java | /*
* Copyright 2011 Google Inc.
* Copyright 2012 Matt Corallo.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | 2,746 | 29.186813 | 88 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/GetDataMessage.java | /*
* Copyright 2011 Google Inc.
* Copyright 2019 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 2,289 | 32.188406 | 119 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/Message.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 1,915 | 28.030303 | 112 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/TransactionBroadcaster.java | /*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 924 | 33.259259 | 96 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/FullPrunedBlockChain.java | /*
* Copyright 2012 Matt Corallo.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | 26,049 | 49.779727 | 156 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/Services.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 6,117 | 32.431694 | 145 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/Peer.java | /*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 99,792 | 53.591357 | 152 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/RejectedTransactionException.java | /*
* Copyright 2014 Adam Mackler
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1,545 | 36.707317 | 88 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/FilteredBlock.java | /*
* Copyright 2012 Matt Corallo
* Copyright 2015 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | 5,907 | 37.363636 | 149 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/Pong.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 2,008 | 28.115942 | 109 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/VersionAck.java | /*
* Copyright 2011 Noa Resare.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 903 | 30.172414 | 77 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/StoredBlock.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 7,125 | 40.190751 | 124 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/InventoryItem.java | /*
* Copyright 2011 Google Inc.
* Copyright 2019 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 2,058 | 25.397436 | 103 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/GetBlocksMessage.java | /*
* Copyright 2011 Google Inc.
* Copyright 2015 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 4,274 | 36.173913 | 117 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/MessageSerializer.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
* Copyright 2015 Ross Nicoll
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | 5,436 | 41.147287 | 190 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/SendHeadersMessage.java | /*
* Copyright 2017 Anton Kumaigorodski
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 1,015 | 29.787879 | 119 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/GetAddrMessage.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,054 | 30.969697 | 119 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/PeerSocketHandler.java | /*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 11,138 | 42.174419 | 125 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/TransactionWitness.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 6,652 | 33.832461 | 118 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/PeerException.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,006 | 26.216216 | 75 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/PeerGroup.java | /*
* Copyright 2013 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 117,323 | 46.212877 | 183 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/BlockChain.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 6,255 | 37.146341 | 131 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/PeerFilterProvider.java | /*
* Copyright 2013 Google Inc.
* Copyright 2019 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 3,017 | 42.114286 | 121 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/AbstractBlockChain.java | /*
* Copyright 2012 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 60,690 | 51.820714 | 161 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/BaseMessage.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 2,517 | 34.971429 | 112 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/SendAddrV2Message.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 1,147 | 34.875 | 116 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/ProtocolVersion.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 1,375 | 25.461538 | 75 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/TransactionOutPoint.java | /*
* Copyright 2011 Google Inc.
* Copyright 2015 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 10,828 | 36.863636 | 152 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/Block.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 45,633 | 41.76851 | 175 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/CheckpointManager.java | /*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 12,324 | 46.041985 | 120 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/LockTime.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 5,193 | 31.061728 | 145 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/TransactionInput.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 23,821 | 40.072414 | 143 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/MemoryPoolMessage.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 1,272 | 41.433333 | 121 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/PeerAddress.java | /*
* Copyright 2011 Google Inc.
* Copyright 2015 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 18,615 | 37.783333 | 128 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/Transaction.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 84,453 | 44.650811 | 163 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/NetworkParameters.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 20,273 | 35.139037 | 167 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/VersionMessage.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 12,859 | 44.122807 | 127 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/EmptyMessage.java | /*
* Copyright 2011 Steve Coughlan.
* Copyright 2015 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,271 | 27.909091 | 91 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/UTXO.java | /*
* Copyright 2012 Matt Corallo.
* Copyright 2021 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | 4,460 | 30.415493 | 127 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/PrunedException.java | /*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,404 | 34.125 | 118 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/VerificationException.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 2,997 | 28.98 | 84 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/PeerDiscoveredEventListener.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,204 | 31.567568 | 108 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/PeerDisconnectedEventListener.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,430 | 36.657895 | 114 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/TransactionConfidenceEventListener.java | /*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 2,554 | 46.314815 | 151 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/ReorganizeListener.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1,564 | 36.261905 | 118 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/BlockchainDownloadEventListener.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 1,077 | 40.461538 | 159 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/PeerDataEventListener.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,257 | 38.3125 | 118 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/AddressEventListener.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 1,205 | 32.5 | 102 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/TransactionReceivedInBlockListener.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 3,567 | 50.710145 | 118 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/BlocksDownloadedEventListener.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,974 | 41.021277 | 121 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/ChainDownloadStartedEventListener.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,356 | 35.675676 | 118 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/DownloadProgressTracker.java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 4,658 | 33.511111 | 129 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/PeerConnectedEventListener.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,146 | 30.861111 | 120 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/OnTransactionBroadcastListener.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 980 | 30.645161 | 75 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/PreMessageReceivedEventListener.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,748 | 40.642857 | 118 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/NewBestBlockListener.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 1,746 | 41.609756 | 143 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/core/listeners/GetDataEventListener.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,685 | 36.466667 | 120 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/testing/FakeTxBuilder.java | /*
* Copyright 2011 Google Inc.
* Copyright 2016 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 16,593 | 43.727763 | 142 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/testing/MockAltNetworkParams.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 2,195 | 26.111111 | 153 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/testing/MockAltNetwork.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 1,543 | 22.044776 | 75 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/kits/package-info.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 801 | 37.190476 | 116 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/kits/WalletAppKit.java | /*
* Copyright 2013 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 27,327 | 43.148627 | 163 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/wallet/DeterministicSeed.java | /*
* Copyright 2014 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 15,711 | 40.787234 | 136 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/wallet/CoinSelection.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 2,317 | 29.103896 | 122 | java |
bitcoinj | bitcoinj-master/core/src/main/java/org/bitcoinj/wallet/DefaultCoinSelector.java | /*
* Copyright by the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 5,797 | 45.015873 | 117 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.