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
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/OpCode.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
20,195
24.119403
103
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/DataWord.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
14,724
29.423554
123
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/LogInfo.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
4,230
30.574627
90
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/hook/VMHook.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,334
26.8125
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/hook/RootVmHook.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,574
29.654762
120
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/trace/ProgramTrace.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,282
26.132231
96
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/trace/Serializers.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,517
37.659341
139
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/trace/OpActions.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
4,179
26.142857
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/trace/ProgramTraceListener.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,322
28.405063
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/trace/Op.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,683
22.388889
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/ProgramResult.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
6,038
28.315534
189
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/ProgramPrecompile.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,960
31.9
92
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/Storage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
7,066
27.043651
154
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/Program.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
52,276
35.480809
156
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/Stack.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,940
33.052632
86
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/Memory.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
6,479
29.139535
116
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/InternalTransaction.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
6,519
31.118227
122
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/invoke/ProgramInvoke.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,803
22.128205
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/invoke/ProgramInvokeMockImpl.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
7,164
26.140152
105
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/invoke/ProgramInvokeImpl.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
12,195
33.258427
125
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/invoke/ProgramInvokeFactoryImpl.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
8,280
39.99505
117
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/invoke/ProgramInvokeFactory.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,826
38.717391
117
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/listener/ProgramStorageChangeListener.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,426
29.361702
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/listener/ProgramListener.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,187
31.108108
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/listener/ProgramListenerAdaptor.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,421
23.101695
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/listener/ProgramListenerAware.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
935
38
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/vm/program/listener/CompositeProgramListener.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,453
27.206897
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/PrivateMinerSample.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
9,730
39.210744
221
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/PendingStateSample.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
8,027
41.031414
116
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/TransactionBomb.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,405
31.438095
90
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/PrivateNetworkDiscoverySample.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
8,214
35.838565
170
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/TestNetSample.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,775
40.494505
191
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/SendTransaction.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
5,445
37.083916
143
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/RopstenSample.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,307
38.380952
109
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/EventListenerSample.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
18,329
40.470588
172
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/MordenSample.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,300
38.297619
109
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/PriceFeedSample.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
11,040
38.859206
131
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/StandaloneBlockchainSample.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
4,291
44.659574
98
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/CreateContractSample.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
7,615
40.391304
143
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/BasicSample.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
13,683
33.38191
133
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/FollowAccount.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,335
34.393939
124
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/samples/CheckFork.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,053
37.754717
91
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/BlockMiner.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
13,435
36.116022
144
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/EthashAlgo.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
9,911
38.333333
124
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/MinerIfc.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,027
28.823529
109
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/Ethash.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
15,191
41.915254
119
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/EthashListener.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,796
33.530864
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/EthashAlgoSlow.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
8,169
36.64977
123
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/EthashParams.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,902
26.680851
94
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/EthashMiner.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,666
34.56
102
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/AnyFuture.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,473
29.54321
82
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/MinerListener.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,111
33.75
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/Miner.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
4,880
36.259542
127
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/mine/EthashValidationHelper.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
10,024
35.061151
134
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/MessageRoundtrip.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,895
26.085714
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/MessageQueue.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
6,229
32.315508
115
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/EthVersion.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,109
25.049383
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/handler/EthHandlerFactoryImpl.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,602
33.847826
99
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/handler/Eth62.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
31,890
34.316722
166
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/handler/Eth63.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
9,791
37.25
154
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/handler/Eth.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,952
24.339744
123
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/handler/EthHandler.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
5,061
32.302632
107
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/handler/EthHandlerFactory.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,237
30.74359
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/handler/EthAdapter.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,546
22.335526
131
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/handler/GetBlockHeadersMessageWrapper.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,118
29.710145
101
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/BlockHeadersMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,972
30.531746
126
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/GetBlockBodiesMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,378
28.382609
99
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/ReceiptsMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
4,296
32.310078
113
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/GetReceiptsMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,317
27.852174
99
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/StatusMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
4,457
28.72
94
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/TransactionsMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,466
30.234234
108
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/Eth63MessageFactory.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,423
36.875
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/Eth62MessageFactory.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,088
35.649123
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/EthMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,079
31.727273
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/EthMessageCodes.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
8,321
33.53112
116
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/NewBlockMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,748
25.95098
116
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/GetBlockHeadersMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
5,561
28.585106
120
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/NewBlockHashesMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,950
28.217822
99
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/GetNodeDataMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,357
27.457627
99
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/BlockBodiesMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,088
26.580357
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/eth/message/NodeDataMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,024
27.271028
91
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/dht/Peer.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,258
25.267442
103
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/dht/Bucket.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,160
20.358108
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/dht/DHTUtils.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,329
31.439024
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/p2p/PongMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,550
28.264151
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/p2p/P2pMessageCodes.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,210
27.927928
87
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/p2p/Peer.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,045
30.402062
83
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/p2p/HelloMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
5,873
31.098361
93
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/p2p/PingMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,554
28.903846
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/p2p/DisconnectMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,671
28.043478
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/p2p/P2pMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,116
30.914286
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/p2p/P2pMessageFactory.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,857
33.407407
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/p2p/P2pHandler.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
10,849
31.38806
107
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/p2p/GetPeersMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,585
28.924528
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/p2p/PeersMessage.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,620
29.686441
84
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/swarm/DBStore.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
1,379
29.666667
80
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/swarm/Chunker.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
3,862
54.985507
127
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/swarm/Statter.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,403
27.619048
93
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/swarm/Manifest.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
8,198
29.366667
101
java
ethereumj
ethereumj-master/ethereumj-core/src/main/java/org/ethereum/net/swarm/MemStore.java
/* * Copyright (c) [2016] [ <ether.camp> ] * This file is part of the ethereumJ library. * * The ethereumJ library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
2,688
29.908046
94
java