helium / blockchain-core

Apache License 2.0
214 stars 85 forks source link

test txn submit/query functionality #1394

Closed jeffgrunewald closed 2 years ago

jeffgrunewald commented 2 years ago

Adds integration tests for the new blockchain_txn_mgr txn submit and query status APIs, both via the exported modules and the grpc endpoint created by the transaction.proto defined in https://github.com/helium/proto

Also adds some test cleanup for distributed tests in blockchain-core due to changes in libp2p that makes network peering more restrictive