CityOfZion / neon-js

Javascript libraries that allow the applications to interact with NEO blockchain
https://docs.coz.io/neo3/neon-js/index.html
MIT License
183 stars 165 forks source link

feat(rpc): add findStorage method #924

Closed luc10921 closed 3 months ago

luc10921 commented 5 months ago

I was not able to run the integration tests locally. So I'm trying to use GitHub actions to run it. However, if it doesn't use the TestNet, then the test will fail (it's trying to find the AccountPrefix on NEO, and expecting it to have at least 51 accounts).

snowypowers commented 3 months ago

i updated dev with a newer integration test container which should contain the newer neo version needed to get findStorage working. Please rebase and see if it works.