0g-chain/x/swap
Kevin Davis d45fa58f5c
Swap Genesis State (#960)
* wip: add swap state persistent to genesis

* separate pool record constructors; add tests for json and yaml encoding
of record structs

* beef up validation checks for state records

* fix integration with master - renamed method

* add test coverage for basic state array validations

* extra test around pool record reserve and id ordering to ensure no
regressions in the future

* add validations to ensure pool records and share records are unique
within the collection types

* test genesis json and yaml encoding

* validate in genesis that the total shares owned for each pool is equal
to the total shares of each pool

* update alias

* nit lint

* test genesis init and export

* add migration todo

Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
2021-07-15 09:42:30 -05:00
..
client Add E2E Swap Support (#959) 2021-07-13 17:44:05 -05:00
keeper Swap Genesis State (#960) 2021-07-15 09:42:30 -05:00
legacy/v0_15 Squash merge swap-acceptance branch (#956) 2021-07-13 12:38:15 +01:00
simulation Squash merge swap-acceptance branch (#956) 2021-07-13 12:38:15 +01:00
spec Swap module scaffolding and params (#922) 2021-06-08 08:19:12 -07:00
testutil Add E2E Swap Support (#959) 2021-07-13 17:44:05 -05:00
types Swap Genesis State (#960) 2021-07-15 09:42:30 -05:00
alias.go Swap Genesis State (#960) 2021-07-15 09:42:30 -05:00
genesis_test.go Swap Genesis State (#960) 2021-07-15 09:42:30 -05:00
genesis.go Swap Genesis State (#960) 2021-07-15 09:42:30 -05:00
handler_test.go Add E2E Swap Support (#959) 2021-07-13 17:44:05 -05:00
handler.go Add E2E Swap Support (#959) 2021-07-13 17:44:05 -05:00
module.go Squash merge swap-acceptance branch (#956) 2021-07-13 12:38:15 +01:00