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

ITN4 release #46

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

ITN4 release #46

wants to merge 12 commits into from

Conversation

PudgyPug
Copy link
Contributor

No description provided.

urnotsam and others added 12 commits November 11, 2024 07:33
* fetch canUnstake data from validator endpoint

* rename unstakeable to stakeState

---------

Co-authored-by: Sam Sweet <[email protected]>
* chore: Update @types/node to version 18.19.1

* Updated node without carat.

---------

Co-authored-by: mhanson <[email protected]>
* fix: redundant node fetch

* feat: increase number of retries
* feat: limit password length

* feat: add description

* fix: password authentication
const url = `http://${savedActiveNode.ip}:${savedActiveNode.port}` + query;

try {
data = await axios.get(url, {timeout: 2000});

Check warning

Code scanning / CodeQL

File data in outbound network request Medium

Outbound network request depends on
file data
.
Outbound network request depends on
file data
.
Outbound network request depends on
file data
.
@@ -44,8 +44,9 @@
"typescript-estree": "18.1.0"
},
"dependencies": {
"@shardus/crypto-utils": "4.1.3",
"@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#itn4",

Choose a reason for hiding this comment

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

should this actually go to main?

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.

7 participants