Skip to content

test(bitgo): add testing for eip1559, native avaxc and tokens#2244

Closed
evalenti-simtlix wants to merge 1 commit into
masterfrom
STLX-16018-example-scripts-for-avaxc
Closed

test(bitgo): add testing for eip1559, native avaxc and tokens#2244
evalenti-simtlix wants to merge 1 commit into
masterfrom
STLX-16018-example-scripts-for-avaxc

Conversation

@evalenti-simtlix

Copy link
Copy Markdown
Contributor

example of test transfers using eip1559, for native avaxc and tokens

STLX-16018

@evalenti-simtlix evalenti-simtlix force-pushed the STLX-16018-example-scripts-for-avaxc branch from ebd3bb2 to a2cd596 Compare May 2, 2022 16:19
@codecov

codecov Bot commented May 2, 2022

Copy link
Copy Markdown

Codecov Report

Merging #2244 (283dad5) into master (5113869) will increase coverage by 52.61%.
The diff coverage is n/a.

❗ Current head 283dad5 differs from pull request most recent head 08cb550. Consider uploading reports for the commit 08cb550 to get more accurate results

@@             Coverage Diff             @@
##           master    #2244       +/-   ##
===========================================
+ Coverage        0   52.61%   +52.61%     
===========================================
  Files           0        6        +6     
  Lines           0      574      +574     
  Branches        0       94       +94     
===========================================
+ Hits            0      302      +302     
- Misses          0      262      +262     
- Partials        0       10       +10     
Flag Coverage Δ
unit 52.61% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
modules/express/src/args.ts 100.00% <0.00%> (ø)
modules/express/src/expressApp.ts 89.51% <0.00%> (ø)
modules/express/src/errors.ts 82.35% <0.00%> (ø)
modules/express/src/clientRoutes.ts 32.48% <0.00%> (ø)
modules/express/src/config.ts 94.73% <0.00%> (ø)
modules/express/src/retryPromise.ts 11.76% <0.00%> (ø)

example of test transfers using eip1559, for native avaxc and tokens

STLX-16018
@evalenti-simtlix evalenti-simtlix force-pushed the STLX-16018-example-scripts-for-avaxc branch from a2cd596 to 08cb550 Compare May 2, 2022 18:44
@sunnybak sunnybak marked this pull request as ready for review May 2, 2022 19:04
@@ -0,0 +1,59 @@
import { BitGo } from 'bitgo';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs comment disclaimer at top. See other examples.

const walletPassphrase = ''; // wallet passphrase
const otp = ''; // create an OTP, 000000 for test environment

// transaction

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent casing on comments.

@@ -0,0 +1,64 @@
import { BitGo } from 'bitgo';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comments as above. Also is there something wrong with this file or is Github acting up with syntax highlighting?

@github-actions

Copy link
Copy Markdown
Contributor

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions Bot added the stale label Jun 19, 2022
@github-actions

Copy link
Copy Markdown
Contributor

This PR was closed because it has been stalled for 10 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants