@@ -106,20 +106,23 @@ describe('PoX tests', () => {
106
106
results : [
107
107
{
108
108
signing_key : '0x038e3c4529395611be9abf6fa3b6987e81d402385e3d605a073f42f407565a4a3d' ,
109
+ signer_address : 'STRYYQQ9M8KAF4NS7WNZQYY59X93XEKR31JP64CP' ,
109
110
stacked_amount : '686251350000000000' ,
110
111
stacked_amount_percent : 50 ,
111
112
weight : 5 ,
112
113
weight_percent : 55.55555555555556 ,
113
114
} ,
114
115
{
115
116
signing_key : '0x029874497a7952483aa23890e9d0898696f33864d3df90939930a1f45421fe3b09' ,
117
+ signer_address : 'STF9B75ADQAVXQHNEQ6KGHXTG7JP305J2GRWF3A2' ,
116
118
stacked_amount : '457500900000000000' ,
117
119
stacked_amount_percent : 33.333333333333336 ,
118
120
weight : 3 ,
119
121
weight_percent : 33.33333333333333 ,
120
122
} ,
121
123
{
122
124
signing_key : '0x02dcde79b38787b72d8e5e0af81cffa802f0a3c8452d6b46e08859165f49a72736' ,
125
+ signer_address : 'ST18MDW2PDTBSCR1ACXYRJP2JX70FWNM6YY2VX4SS' ,
123
126
stacked_amount : '228750450000000000' ,
124
127
stacked_amount_percent : 16.666666666666668 ,
125
128
weight : 1 ,
@@ -135,6 +138,7 @@ describe('PoX tests', () => {
135
138
expect ( signer . type ) . toBe ( 'application/json' ) ;
136
139
expect ( JSON . parse ( signer . text ) ) . toStrictEqual ( {
137
140
signing_key : '0x038e3c4529395611be9abf6fa3b6987e81d402385e3d605a073f42f407565a4a3d' ,
141
+ signer_address : 'STRYYQQ9M8KAF4NS7WNZQYY59X93XEKR31JP64CP' ,
138
142
stacked_amount : '686251350000000000' ,
139
143
stacked_amount_percent : 50 ,
140
144
weight : 5 ,
@@ -253,13 +257,15 @@ describe('PoX tests', () => {
253
257
results : [
254
258
{
255
259
signing_key : '0x028efa20fa5706567008ebaf48f7ae891342eeb944d96392f719c505c89f84ed8d' ,
260
+ signer_address : 'ST3AM1A56AK2C1XAFJ4115ZSV26EB49BVQ10MGCS0' ,
256
261
stacked_amount : '7500510000000000' ,
257
262
stacked_amount_percent : 42.857142857142854 ,
258
263
weight : 9 ,
259
264
weight_percent : 42.857142857142854 ,
260
265
} ,
261
266
{
262
267
signing_key : '0x023f19d77c842b675bd8c858e9ac8b0ca2efa566f17accf8ef9ceb5a992dc67836' ,
268
+ signer_address : 'ST3PF13W7Z0RRM42A8VZRVFQ75SV1K26RXEP8YGKJ' ,
263
269
stacked_amount : '5000340000000000' ,
264
270
stacked_amount_percent : 28.571428571428573 ,
265
271
weight : 6 ,
@@ -268,6 +274,7 @@ describe('PoX tests', () => {
268
274
{
269
275
// steph doubled the weight of this signer
270
276
signing_key : '0x029fb154a570a1645af3dd43c3c668a979b59d21a46dd717fd799b13be3b2a0dc7' ,
277
+ signer_address : 'ST3NBRSFKX28FQ2ZJ1MAKX58HKHSDGNV5N7R21XCP' ,
271
278
stacked_amount : '5000340000000000' ,
272
279
stacked_amount_percent : 28.571428571428573 ,
273
280
weight : 6 ,
@@ -284,6 +291,7 @@ describe('PoX tests', () => {
284
291
expect ( signer . type ) . toBe ( 'application/json' ) ;
285
292
expect ( JSON . parse ( signer . text ) ) . toStrictEqual ( {
286
293
signing_key : '0x029fb154a570a1645af3dd43c3c668a979b59d21a46dd717fd799b13be3b2a0dc7' ,
294
+ signer_address : 'ST3NBRSFKX28FQ2ZJ1MAKX58HKHSDGNV5N7R21XCP' ,
287
295
stacked_amount : '5000340000000000' ,
288
296
stacked_amount_percent : 28.571428571428573 ,
289
297
weight : 6 ,
0 commit comments