Skip to content

Commit

Permalink
rename bitcore-lib and bitcoinjs-lib examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jun 4, 2024
1 parent 539268d commit dcdd6d0
Show file tree
Hide file tree
Showing 21 changed files with 30 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
"examples/basic_bitcoin",
"examples/bitcoin",
"examples/bitcoin_psbt",
"examples/bitcoinjs-lib",
"examples/bitcore-lib",
"examples/bitcoinjs_lib",
"examples/bitcore_lib",
"examples/blob_array",
"examples/bytes",
"examples/call_raw",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"azle": "0.21.1",
"bitcoinjs-lib": "^6.1.5",
"bitcoinjs-message": "^2.2.0",
"bitcore-lib-example": "file:../bitcore-lib",
"bitcore_lib_example": "file:../bitcore_lib",
"ecpair": "^2.1.0",
"express": "^4.18.2",
"tiny-secp256k1": "^2.2.3"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as dns from 'node:dns';
dns.setDefaultResultOrder('ipv4first');

import { Test } from 'azle/test';
import { getTests as getBitcoinTests } from 'bitcore-lib-example/test/tests';
import { getTests as getBitcoinTests } from 'bitcore_lib_example/test/tests';

export function getTests(canisterId: string): Test[] {
const origin = `http://${canisterId}.localhost:8000`;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bitcore-lib-example",
"name": "bitcore_lib_example",
"scripts": {
"pretest": "ts-node --transpile-only --ignore=false test/pretest.ts",
"test": "ts-node --transpile-only --ignore=false test/test.ts"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import * as dns from 'node:dns';
dns.setDefaultResultOrder('ipv4first');

import { Test } from 'azle/test';

export function getTests(canisterId: string): Test[] {
Expand Down
File renamed without changes.

0 comments on commit dcdd6d0

Please sign in to comment.