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/test/java/org/bitcoinj/core/AbstractFullPrunedBlockChainTest.java
/* * Copyright 2012 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 ...
18,625
42.825882
141
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/core/BlockTest.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...
16,880
47.789017
179
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/core/VersionMessageTest.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 req...
5,047
46.622642
226
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/core/NetworkParametersTest.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,044
29.735294
83
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/core/UTXOTest.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 ...
697
30.727273
75
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/core/LockTimeTest.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 ...
3,712
33.06422
102
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/core/CheckpointManagerTest.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,186
33.714286
103
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/core/TransactionOutPointTest.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,220
32.651515
115
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/testing/package-info.java
/** * Various utilities for writing unit tests: also useful for testing your own code and apps that build on top of * bitcoinj. Some of these are junit4 classes you can subclass, and others are static utility methods for building * fake transactions and so on. */ package org.bitcoinj.testing;
297
48.666667
114
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/testing/TestWithWallet.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...
5,593
41.06015
158
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/testing/FooWalletExtension.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,550
26.210526
75
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/testing/NopTransactionSigner.java
/* * Copyright 2014 Kosta Korenkov * * 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 t...
1,126
25.833333
75
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/testing/KeyChainTransactionSigner.java
/* * Copyright 2014 Kosta Korenkov * * 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 t...
1,907
35.692308
119
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/testing/MockTransactionBroadcaster.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...
4,169
34.641026
120
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/kits/WalletAppKitTest.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,031
30.261538
103
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/wallet/BasicKeyChainTest.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,866
38.822148
107
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/wallet/KeyChainGroupTest.java
/* * Copyright 2014 Mike Hearn * 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 requi...
26,337
47.415441
153
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/wallet/DeterministicKeyChainTest.java
/* * Copyright 2013 Google Inc. * Copyright 2018 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...
42,169
51.778473
172
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/wallet/WalletTest.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...
175,263
48.607699
155
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/wallet/DefaultRiskAnalysisTest.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...
15,363
53.676157
1,042
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/wallet/DefaultCoinSelectorTest.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...
6,417
42.958904
122
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/wallet/WalletExtensionsTest.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,357
29.177778
83
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/params/BitcoinNetworkParamsTest.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,281
34.65625
106
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/uri/BitcoinURITest.java
/* * Copyright 2012, 2014 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 ap...
20,325
42.806034
233
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/protocols/payments/PaymentSessionTest.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...
10,702
43.410788
125
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/protocols/payments/PaymentProtocolTest.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...
7,410
44.466258
120
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/store/SPVBlockStoreTest.java
/* * Copyright 2013 Google Inc. * Copyright 2018 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...
7,644
38.407216
118
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/store/WalletProtobufSerializerTest.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...
23,814
49.242616
774
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/AddressComparatorSortTest.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 ...
3,349
41.405063
103
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/SegwitAddressTest.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 ...
13,634
47.523132
147
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/Sha256HashTest.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,145
29.972973
86
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/Base58DecodeCheckedInvalidChecksumTest.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...
976
31.566667
75
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/Base58EncodeTest.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,682
28.017241
75
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/CoinTest.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...
10,444
39.173077
125
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/Base58DecodeCheckedTest.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,561
32.710526
111
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/LegacyAddressTest.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...
12,226
42.204947
130
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/Bech32Test.java
/* * Copyright 2018 Coinomi Ltd * * 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...
5,630
38.377622
137
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/Base58DecodeTest.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,968
27.955882
75
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/BitcoinNetworkTest.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 ...
3,184
37.373494
106
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/Base58DecodeToBigIntegerTest.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,018
29.878788
91
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/AddressTest.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 ...
792
35.045455
121
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/VarIntTest.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 ...
3,943
33
75
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/Base58EncodeCheckedTest.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,972
32.440678
124
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/utils/FiatTest.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...
5,163
34.369863
85
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/utils/MonetaryFormatTest.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...
15,702
39.787013
120
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/internal/StopwatchTest.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,689
25.40625
75
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/internal/TimeUtilsTest.java
/* * Copyright 2011 Thilo Planz * Copyright 2014 Andreas Schildbach * Copyright 2017 Nicola Atzei * * 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/license...
2,945
32.477273
121
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/internal/StreamUtilsTest.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,423
31.363636
93
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/internal/PlatformUtilsTest.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,108
30.685714
92
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/internal/ByteUtilsTest.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 ...
13,343
38.952096
151
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/internal/ByteArrayTest.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,309
32.478261
91
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/base/internal/PreconditionsTest.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 ...
966
29.21875
75
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/net/discovery/DnsDiscoveryTest.java
/* * Copyright 2019 Tim Strasser * * 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 ...
2,568
39.777778
117
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/net/discovery/SeedPeersTest.java
/* * Copyright 2011 Micheal Swiggs * 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 r...
1,932
32.912281
83
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/utils/BaseTaggableObjectTest.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,314
28.222222
75
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/utils/BtcFixedFormatThrowsIllegalStateExceptionTest.java
/* * Copyright 2019 Tim Strasser * * 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,119
31.941176
109
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/utils/BriefLogFormatterTest.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,296
32.25641
87
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/utils/ExponentialBackoffTest.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,325
28.443038
83
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/utils/AppDataDirectoryTest.java
/* * Copyright 2019 Michael Sean Gilligan * Copyright 2019 Tim Strasser * * 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 ...
3,221
34.406593
84
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/utils/VersionTallyTest.java
/* * 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/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
4,397
33.629921
96
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/utils/ExchangeRateTest.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...
2,472
34.84058
107
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/utils/BtcFixedFormatTest.java
/* * Copyright 2019 Tim Strasser * * 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 ...
2,355
30.413333
98
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/utils/BtcFormatTest.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 ...
90,545
59.043767
430
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/script/ScriptChunkSizeTest.java
/* * Copyright 2019 Matthew Leon Grinshpun * * 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 ...
3,218
35.168539
112
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/script/ScriptBuilderTest.java
/* * Copyright 2018 Nicola Atzei * * 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 ...
4,166
32.604839
87
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/script/ScriptPatternTest.java
/* * Copyright 2017 John L. Jegutanis * Copyright 2018 Andreas Schildbach * Copyright 2019 Tim Strasser * * 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/l...
4,117
34.5
122
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/script/ScriptTest.java
/* * Copyright 2011 Google Inc. * Copyright 2014 Andreas Schildbach * Copyright 2017 Thomas König * * 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/license...
24,896
48.993976
494
java
bitcoinj
bitcoinj-master/core/src/test/java/org/bitcoinj/script/ScriptChunkTest.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...
5,279
38.111111
120
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoin/NativeSecp256k1Util.java
/* * Copyright 2014-2016 the libsecp256k1 contributors * * 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 applic...
2,774
31.267442
107
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoin/Secp256k1Context.java
/* * Copyright 2014-2016 the libsecp256k1 contributors * * 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 applic...
1,920
28.106061
92
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoin/NativeSecp256k1.java
/* * Copyright 2013 Google Inc. * Copyright 2014-2016 the libsecp256k1 contributors * * 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 ...
18,056
34.685771
120
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoin/protocols/payments/Protos.java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: paymentrequest.proto package org.bitcoin.protocols.payments; public final class Protos { private Protos() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public interface OutputOrB...
145,526
29.812407
118
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/signers/TransactionSigner.java
/* * Copyright 2014 Kosta Korenkov * * 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 t...
2,911
36.333333
123
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/signers/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...
907
38.478261
115
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/signers/CustomTransactionSigner.java
/* * Copyright 2014 Kosta Korenkov * 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 r...
4,651
39.452174
135
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/signers/LocalTransactionSigner.java
/* * Copyright 2014 Kosta Korenkov * 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 r...
7,716
49.437908
135
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/signers/MissingSigResolutionSigner.java
/* * Copyright 2014 Kosta Korenkov * 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 r...
5,268
45.628319
116
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/DeterministicHierarchy.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 ...
8,470
46.858757
144
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/HDPath.java
/* * Copyright 2019 Michael Sean Gilligan. * * 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 ...
10,845
33.214511
134
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/TransactionSignature.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...
8,844
45.798942
179
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/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,167
47.666667
116
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/TrustStoreLoader.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...
4,662
41.390909
119
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/ECKey.java
/* * Copyright 2011 Google Inc. * Copyright 2014 Andreas Schildbach * Copyright 2014-2016 the libsecp256k1 contributors * * 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://...
67,431
46.089385
149
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/PBKDF2SHA512.java
/* * Copyright (c) 2012 Cole Barnes [cryptofreek{at}gmail{dot}com] * * 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 us...
3,961
33.754386
96
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/LazyECPoint.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,301
26.519651
119
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/ChildNumber.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 ...
4,473
39.306306
122
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/HDUtils.java
/* * Copyright 2013 Matija Mazi. * Copyright 2014 Giannis Dzegoutanis. * * 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 r...
1,933
30.704918
91
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/DumpedPrivateKey.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...
5,557
38.985612
115
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/KeyCrypterScrypt.java
/* * Copyright 2013 Jim Burton. * Copyright 2014 Andreas Schildbach * * Licensed under the MIT license (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://opensource.org/licenses/mit-license.php * * Unless required by appl...
11,089
38.607143
160
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/EncryptableItem.java
/* * Copyright 2014 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,011
35.581818
115
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/DeterministicKey.java
/* * Copyright 2013 Matija Mazi. * 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 req...
35,879
42.970588
182
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/EncodedPrivateKey.java
/* * Copyright 2011 Google Inc. * Copyright 2018 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,195
29.082192
108
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/KeyCrypterException.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,401
34.850746
108
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/LinuxSecureRandom.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...
3,660
35.247525
120
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/MnemonicCode.java
/* * Copyright 2013 Ken Sedgwick * 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 req...
10,379
38.318182
184
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/EncryptedData.java
/* * Copyright 2013 Jim Burton. * * Licensed under the MIT license (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://opensource.org/licenses/mit-license.php * * Unless required by applicable law or agreed to in writing, s...
2,131
36.403509
134
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/KeyCrypter.java
/* * Copyright 2013 Jim Burton. * * Licensed under the MIT license (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://opensource.org/licenses/mit-license.php * * Unless required by applicable law or agreed to in writing, s...
2,713
40.753846
118
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/SignatureDecodeException.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,044
28.027778
75
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/HDDerivationException.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 ...
771
31.166667
75
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/crypto/AesKey.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,629
36.042254
133
java