Skip to content

Commit

Permalink
Set opening auction duration to 1 so GFA orders are accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
EVODelavega committed Mar 9, 2021
1 parent 40fa407 commit 170773c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feature: MTM settlement tests
Background:
Given the execution engine have these markets:
| name | quote name | asset | risk model | lamd/long | tau/short | mu/max move up | r/min move down | sigma | release factor | initial factor | search factor | settlement price | auction duration | maker fee | infrastructure fee | liquidity fee | p. m. update freq. | p. m. horizons | p. m. probs | p. m. durations | prob. of trading | oracle spec pub. keys | oracle spec property | oracle spec property type | oracle spec binding |
| ETH/DEC19 | BTC | BTC | simple | 0 | 0 | 0 | 0.016 | 2.0 | 1.4 | 1.2 | 1.1 | 42 | 0 | 0 | 0 | 0 | 0 | | | | 0.1 | 0xDEADBEEF,0xCAFEDOOD | prices.ETH.value | TYPE_INTEGER | prices.ETH.value |
| ETH/DEC19 | BTC | BTC | simple | 0 | 0 | 0 | 0.016 | 2.0 | 1.4 | 1.2 | 1.1 | 42 | 1 | 0 | 0 | 0 | 0 | | | | 0.1 | 0xDEADBEEF,0xCAFEDOOD | prices.ETH.value | TYPE_INTEGER | prices.ETH.value |
And oracles broadcast data signed with "0xDEADBEEF":
| name | value |
| prices.ETH.value | 42 |
Expand Down

0 comments on commit 170773c

Please sign in to comment.