112 code results in DigitalAssetCom/-deprecated-hlp-candidate
server/core/src/main/java/org/hyperledger/core/bitcoin/BitcoinValidatorFactory.java
Java
Showing the top three matches
Last indexed Jul 2, 2018
server/core/src/test/java/org/hyperledger/server/PerformanceTest.java
Java
Showing the top three matches
Last indexed Jul 2, 2018
server/native/src/main/java/org/hyperledger/nativelibs/LibBitcoinConsensusJNA.java
Java
Showing the top two matches
Last indexed Jul 2, 2018
| 14 | package org.hyperledger.nativelibs; |
| 15 | |
| 16 | import com.sun.jna.Library; |
| 17 | |
| 18 | public class LibBitcoinConsensusJNA { |
| 19 | |
| 20 | public interface Libconsensus extends Library { |
| … | |
| 26 | public static final boolean verifyScript(byte[] scriptPubKey, byte[] txTo, long nInValue, int nIn, int flags, BitcoinConsensusErrorHolder errorHolder) { |
| 27 | int[] err = new int[1]; |
server/native/src/test/java/org/hyperledger/nativelibs/LibBitcoinConsensusJNATest.java
Java
Showing the top four matches
Last indexed Jul 2, 2018
server/core/src/main/java/org/hyperledger/core/conf/CoreAssembly.java
Java
Showing the top five matches
Last indexed Jul 2, 2018
server/core/src/test/java/org/hyperledger/server/DifficultyTest.java
Java
Showing the top four matches
Last indexed Jul 2, 2018
server/core/src/test/java/org/hyperledger/core/BlockStoreTest.java
Java
Showing the top two matches
Last indexed Jul 2, 2018
client/api/src/main/java/org/hyperledger/account/color/BitcoinComparator.java
Java
Showing the top three matches
Last indexed Jul 2, 2018
server/core/src/main/java/org/hyperledger/core/UnitTestBitcoinValidatorFactory.java
Java
Showing the top three matches
Last indexed Jul 2, 2018
server/core/src/test/java/org/hyperledger/core/bitcoin/BitcoinMinerTest.java
Java
Showing the top two matches
Last indexed Jul 2, 2018
| 14 | package org.hyperledger.core.bitcoin; |
| 15 | |
| 16 | import org.hyperledger.account.KeyListChain; |
| 17 | import org.hyperledger.common.*; |
| 18 | import org.hyperledger.core.*; |
| … | |
| 31 | import static org.junit.Assert.assertEquals; |
| 32 | import static org.junit.Assert.assertNotEquals; |
| 33 | |
| 34 | public class BitcoinMinerTest { |