Skip to content

Commit

Permalink
[tests] additional e2e_regression endpoints; extend emerald range
Browse files Browse the repository at this point in the history
[tests] additional api responses

nit
  • Loading branch information
Andrew7234 committed Jun 9, 2023
1 parent 235a854 commit 080265f
Show file tree
Hide file tree
Showing 23 changed files with 3,604 additions and 3,487 deletions.
2 changes: 1 addition & 1 deletion tests/e2e_regression/e2e_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ analysis:
to: 8_049_056 # 100 blocks; fast enough for early testing
emerald:
from: 1_003_298 # round at Damask genesis
to: 1_003_398
to: 1_003_598
# sapphire:
# from: 0 # first round in Damask
storage:
Expand Down
16 changes: 16 additions & 0 deletions tests/e2e_regression/expected/emerald_account.body
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"address": "oasis1qrt0sv2s2x2lkt9e7kmr2mzxgme8m0pzauwztprl",
"balances": [
{
"balance": "6592000000000000000000",
"token_decimals": 18,
"token_symbol": "ROSE"
}
],
"evm_balances": [],
"stats": {
"num_txns": 2,
"total_received": "6592000000000000000000",
"total_sent": "0"
}
}
6 changes: 6 additions & 0 deletions tests/e2e_regression/expected/emerald_account.headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HTTP/1.1 200 OK
Content-Type: application/json
Vary: Origin
Date: UNINTERESTING
Content-Length: UNINTERESTING

0 comments on commit 080265f

Please sign in to comment.