kaspanet / rusty-kaspa

Kaspa full-node reference implementation and related libraries in the Rust programming language
ISC License
442 stars 144 forks source link

Create RPC Integration Tests #310

Closed coderofstuff closed 10 months ago

coderofstuff commented 11 months ago

Introduction

Test currently covers all RPC calls, but those that are failing or those that are unimplemented are commented out

To execute this test, run:

cargo test --release --package kaspa-testing-integration --lib --features devnet-prealloc -- rpc_tests::base_test --exact --nocapture --ignored

TODO