Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] 20240410 #108

Merged
merged 1 commit into from
Apr 10, 2024
Merged

[release] 20240410 #108

merged 1 commit into from
Apr 10, 2024

Conversation

jiqiang90
Copy link
Contributor

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have tested locally
  • I have performed a self review of my changes
  • Updated any relevant documentation
  • Linked to any relevant issues
  • I have added tests relevant to my changes
  • Any dependent changes have been merged and published in downstream modules
  • My code is up to date with the base branch
  • I have updated relevant changelogs. We suggest using chan

Copy link

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🔴 Statements 33.25% 1268/3814
🔴 Branches 42.55% 40/94
🔴 Functions 11.19% 16/143
🔴 Lines 33.25% 1268/3814

Test suite run failed

Failed tests: 5/11. Failed suites: 1/3.
  ● Near api › Action Filters › Can filter FunctionCall actions

    BadGatewayError: 
    <html><head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <title>502 Server Error</title>
    </head>
    <body text=#000000 bgcolor=#ffffff>
    <h1>Error: Server Error</h1>
    <h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
    <h2></h2>
    </body></html>

      at node_modules/@near-js/providers/lib/fetch_json.js:70:53
      at fulfilled (node_modules/@near-js/providers/lib/fetch_json.js:28:58)

  ● Near api › Action Filters › Can filter Stake actions

    BadGatewayError: 
    <html><head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <title>502 Server Error</title>
    </head>
    <body text=#000000 bgcolor=#ffffff>
    <h1>Error: Server Error</h1>
    <h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
    <h2></h2>
    </body></html>

      at node_modules/@near-js/providers/lib/fetch_json.js:70:53
      at fulfilled (node_modules/@near-js/providers/lib/fetch_json.js:28:58)

  ● Near api › Action Filters › Can filter AddKey actions

    BadGatewayError: 
    <html><head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <title>502 Server Error</title>
    </head>
    <body text=#000000 bgcolor=#ffffff>
    <h1>Error: Server Error</h1>
    <h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
    <h2></h2>
    </body></html>

      at node_modules/@near-js/providers/lib/fetch_json.js:70:53
      at fulfilled (node_modules/@near-js/providers/lib/fetch_json.js:28:58)

  ● Near api › Action Filters › Can filter DeleteKey actions

    BadGatewayError: 
    <html><head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <title>502 Server Error</title>
    </head>
    <body text=#000000 bgcolor=#ffffff>
    <h1>Error: Server Error</h1>
    <h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
    <h2></h2>
    </body></html>

      at node_modules/@near-js/providers/lib/fetch_json.js:70:53
      at fulfilled (node_modules/@near-js/providers/lib/fetch_json.js:28:58)

  ● Near api › Action Filters › Can filter actions with receipt filters

    BadGatewayError: 
    <html><head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <title>502 Server Error</title>
    </head>
    <body text=#000000 bgcolor=#ffffff>
    <h1>Error: Server Error</h1>
    <h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
    <h2></h2>
    </body></html>

      at node_modules/@near-js/providers/lib/fetch_json.js:70:53
      at fulfilled (node_modules/@near-js/providers/lib/fetch_json.js:28:58)

  ● Near api › Action Filters › Can filter DeleteAccount actions

    BadGatewayError: 
    <html><head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <title>502 Server Error</title>
    </head>
    <body text=#000000 bgcolor=#ffffff>
    <h1>Error: Server Error</h1>
    <h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
    <h2></h2>
    </body></html>

      at node_modules/@near-js/providers/lib/fetch_json.js:70:53
      at fulfilled (node_modules/@near-js/providers/lib/fetch_json.js:28:58)

  ● Near api › Action Filters › Can filter SignedDelegate actions

    BadGatewayError: 
    <html><head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <title>502 Server Error</title>
    </head>
    <body text=#000000 bgcolor=#ffffff>
    <h1>Error: Server Error</h1>
    <h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
    <h2></h2>
    </body></html>

      at node_modules/@near-js/providers/lib/fetch_json.js:70:53
      at fulfilled (node_modules/@near-js/providers/lib/fetch_json.js:28:58)

Report generated by 🧪jest coverage report action from 9820064

@jiqiang90 jiqiang90 merged commit ed5370e into main Apr 10, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants