Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
IS-1206: Append integrate test for unstake (#512)
Browse files Browse the repository at this point in the history
Co-authored-by: inwonkim <inwonkim@icon.foundation>
Co-authored-by: Chiwon Cho <superdoli@gmail.com>
  • Loading branch information
3 people committed Sep 3, 2020
1 parent 1a68f3a commit 2f1132a
Show file tree
Hide file tree
Showing 4 changed files with 1,226 additions and 3,064 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"block_height": 100,
"target_count": 3,
"total_unstake": 50000,
"targets": [
{
"address": "hx001977f6b796a8f0e9c6b6ce3ae1c1a6851099e4",
"total_unstake": 20000,
"old_unstake_format": false,
"unstakes": [
[
10000,
5
],
[
10000,
6
]
]
},
{
"address": "hx00aa98611e6993c907dcd9abf3e6f647fb641229",
"total_unstake": 10000,
"old_unstake_format": true,
"unstakes": [
[
10000,
10
]
]
},
{
"address": "hx0108a796980c03733ab3809f7a2be80ace2ceef3",
"total_unstake": 20000,
"old_unstake_format": false,
"unstakes": [
[
10000,
1
],
[
10000,
2
]
]
}
]
}
Loading

0 comments on commit 2f1132a

Please sign in to comment.