Skip to content

Merge branch 'master' into integration-tests-2 #7

Merge branch 'master' into integration-tests-2

Merge branch 'master' into integration-tests-2 #7

GitHub Actions / Integration Tests succeeded Jan 10, 2024 in 0s

Integration Tests ✅

Tests passed successfully

✅ results.json

12 tests were completed in 22s with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/accounts/execute-codes.test.ts 1✅ 48ms
test/accounts/get-account-code.test.ts 1✅ 30ms
test/accounts/get-account-storage.test.ts 1✅ 34ms
test/accounts/get-accounts.test.ts 1✅ 5ms
test/blocks/get-blocks.test.ts 2✅ 20s
test/logs/query-events.test.ts 1✅ 7s
test/logs/query-transfers.test.ts 1✅ 7s
test/node/get-peers.ts 1✅ 3ms
test/transactions/get-transaction-receipt.test.ts 1✅ 10s
test/transactions/get-transaction.test.ts 1✅ 40ms
test/transactions/post-transaction.test.ts 1✅ 10s

✅ test/accounts/execute-codes.test.ts

POST /accounts/*
  ✅ should execute code

✅ test/accounts/get-account-code.test.ts

GET /accounts/{address}/code
  ✅ should return the code

✅ test/accounts/get-account-storage.test.ts

GET /accounts/{address}/storage
  ✅ should return the storage value

✅ test/accounts/get-accounts.test.ts

GET /accounts/{address}
  ✅ should return the account

✅ test/blocks/get-blocks.test.ts

GET /blocks/{revision}
  ✅ can get best block
  ✅ should be mining

✅ test/logs/query-events.test.ts

POST /logs/event
  ✅ should find an event log

✅ test/logs/query-transfers.test.ts

POST /logs/transfers
  ✅ should find an event log

✅ test/node/get-peers.ts

GET /node/network/peers
  ✅ should get peers

✅ test/transactions/get-transaction-receipt.test.ts

GET /transactions/{id}/receipt
  ✅ should get transaction receipt

✅ test/transactions/get-transaction.test.ts

GET /transactions/{id}
  ✅ should get a transaction

✅ test/transactions/post-transaction.test.ts

POST /transactions
  ✅ should send a transaction