Skip to content

Commit

Permalink
Add test json data
Browse files Browse the repository at this point in the history
  • Loading branch information
jayz22 committed Apr 12, 2024
1 parent 04a24d4 commit eae5566
Showing 1 changed file with 80 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"generators": {
"address": 0,
"nonce": 0
},
"auth": [],
"ledger": {
"protocol_version": 21,
"sequence_number": 0,
"timestamp": 0,
"network_id": "0000000000000000000000000000000000000000000000000000000000000000",
"base_reserve": 0,
"min_persistent_entry_ttl": 4096,
"min_temp_entry_ttl": 16,
"max_entry_ttl": 6312000,
"ledger_entries": []
},
"events": [
{
"event": {
"ext": "v0",
"contract_id": null,
"type_": "diagnostic",
"body": {
"v0": {
"topics": [
{
"symbol": "error"
},
{
"error": {
"context": "index_bounds"
}
}
],
"data": {
"vec": [
{
"string": "ledger protocol {} is less than specified lower bound {}"
},
{
"u32": 20
},
{
"u32": 21
}
]
}
}
}
},
"failed_call": false
},
{
"event": {
"ext": "v0",
"contract_id": null,
"type_": "diagnostic",
"body": {
"v0": {
"topics": [
{
"symbol": "error"
},
{
"error": {
"context": "index_bounds"
}
}
],
"data": {
"string": "escalating error to panic"
}
}
}
},
"failed_call": false
}
]
}

0 comments on commit eae5566

Please sign in to comment.