Merge branch 'master' into thor-e2e-test #224
GitHub Actions / Integration Tests
succeeded
Jan 12, 2024 in 1s
Integration Tests ✅
✅ ./tests/thor-e2e-tests/results.json
12 tests were completed in 22s with 12 passed, 0 failed and 0 skipped.
✅ tests/thor-e2e-tests/test/accounts/execute-codes.test.ts
POST /accounts/*
✅ should execute code
✅ tests/thor-e2e-tests/test/accounts/get-account-code.test.ts
GET /accounts/{address}/code
✅ should return the code
✅ tests/thor-e2e-tests/test/accounts/get-account-storage.test.ts
GET /accounts/{address}/storage
✅ should return the storage value
✅ tests/thor-e2e-tests/test/accounts/get-accounts.test.ts
GET /accounts/{address}
✅ should return the account
✅ tests/thor-e2e-tests/test/blocks/get-blocks.test.ts
GET /blocks/{revision}
✅ can get best block
✅ should be mining
✅ tests/thor-e2e-tests/test/logs/query-events.test.ts
POST /logs/event
✅ should find an event log
✅ tests/thor-e2e-tests/test/logs/query-transfers.test.ts
POST /logs/transfers
✅ should find an event log
✅ tests/thor-e2e-tests/test/node/get-peers.ts
GET /node/network/peers
✅ should get peers
✅ tests/thor-e2e-tests/test/transactions/get-transaction-receipt.test.ts
GET /transactions/{id}/receipt
✅ should get transaction receipt
✅ tests/thor-e2e-tests/test/transactions/get-transaction.test.ts
GET /transactions/{id}
✅ should get a transaction
✅ tests/thor-e2e-tests/test/transactions/post-transaction.test.ts
POST /transactions
✅ should send a transaction
Loading