Skip to content

Commit

Permalink
fix message schema type (#4670)
Browse files Browse the repository at this point in the history
* fix message schema type

* remove security for now as it yields problems that we can't resolve

However we still have security reports on issues on GitHub so we are not loosing information there.

* Fix wrong changes on security

* Try to remove security everwhere

---------

Co-authored-by: AurelienFT <aurelien.foucault@epitech.eu>
  • Loading branch information
gregLibert and AurelienFT committed Apr 4, 2024
1 parent 9df5bb4 commit 5897221
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: "recursive"
- uses: actions-rust-lang/audit@v1
name: Audit Rust Dependencies
# - uses: actions-rust-lang/audit@v1
# name: Audit Rust Dependencies

# Full cross-platform tests required to merge on main branch
full:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# - uses: actions-rs/audit-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions massa-node/base_config/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
"description": "Message to be signed in byte array",
"schema": {
"format": "byte",
"type": "array"
"type": "string"
},
"required": true
}
Expand Down Expand Up @@ -3489,4 +3489,4 @@
}
}
}
}
}

0 comments on commit 5897221

Please sign in to comment.