Browse Source

build working...

master
jojapoppa 1 year ago
parent
commit
d06d2e4675
8 changed files with 5 additions and 6 deletions
  1. +1
    -0
      build.sh
  2. +1
    -1
      lib/CryptoWrapper.ts
  3. +0
    -1
      modules/fedoragold-base58
  4. +0
    -1
      modules/fedoragold-bytestream
  5. +0
    -1
      modules/fedoragold-crypto
  6. +0
    -1
      modules/fedoragold-utils
  7. +2
    -0
      package.json
  8. +1
    -1
      tests/tests.ts

+ 1
- 0
build.sh View File

@@ -0,0 +1 @@
npm run build

+ 1
- 1
lib/CryptoWrapper.ts View File

@@ -6,7 +6,7 @@ import {Crypto} from 'fedoragold-utils';
import {CryptoUtils} from './CnUtils';
import {Config} from './Config';

const FedoragoldCoinCrypto = new Crypto();
const FedoragoldCrypto = new Crypto();

const nullKey = '0'.repeat(64);



+ 0
- 1
modules/fedoragold-base58

@@ -1 +0,0 @@
Subproject commit 1c21ab77c51a3bd6de977ac4fe4488fb3de8feab

+ 0
- 1
modules/fedoragold-bytestream

@@ -1 +0,0 @@
Subproject commit 01683dcb37af1309fde065a99824d17af0f7c2cb

+ 0
- 1
modules/fedoragold-crypto

@@ -1 +0,0 @@
Subproject commit 731383bad825087ade5ecdecd9727ee08b909e4b

+ 0
- 1
modules/fedoragold-utils

@@ -1 +0,0 @@
Subproject commit f900e294a563b378beccd7e91ddb0cb646b2ef3e

+ 2
- 0
package.json View File

@@ -23,6 +23,8 @@
],
"license": "AGPL-3.0",
"dependencies": {
"fedoragold-base58": "^0.0.15",
"fedoragold-bytestream": "^0.0.17",
"lodash": "^4.17.21",
"object-sizeof": "https://github.com/zpalmtree/sizeof",
"pbkdf2": "^3.0.17",


+ 1
- 1
tests/tests.ts View File

@@ -18,7 +18,7 @@ import {

import {generateKeyDerivation, underivePublicKey} from '../lib/CryptoWrapper';

import {Address, Crypto as TurtleCoinCrypto, CryptoType, LedgerTransport} from 'turtlecoin-utils';
import {Address, Crypto as TurtleCoinCrypto, CryptoType, LedgerTransport} from 'fedoragold-utils';

import { Tester, TestStatus } from './tester'
import { ValidateParametersTests } from './lib/ValidateParametersTests'


Loading…
Cancel
Save