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

feat(rpc): getNonce contract not found not detected #37

Open
antiyro opened this issue Jan 15, 2024 · 2 comments
Open

feat(rpc): getNonce contract not found not detected #37

antiyro opened this issue Jan 15, 2024 · 2 comments

Comments

@antiyro
Copy link
Member

antiyro commented Jan 15, 2024

testing

curl --request POST \
     --url  https://deoxys.kasar.io/rpc \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "starknet_getNonce",
  "params": [
    {"block_number": 2000000},
    "0x200318ff43b562b16597fca1ecb0869ad2aae238c"
  ]
}
'

ditto passes tests on this one while the contract address is supposed to be not found.

@antiyro
Copy link
Member Author

antiyro commented Jan 15, 2024

@Tbelleng

@Tbelleng
Copy link
Contributor

✅ Internal error from Madara/Deoxys fixed by this PR : keep-starknet-strange/madara@2b96865

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

No branches or pull requests

2 participants