OSDN Git Service

add maker taker (#537)
authorPoseidon <shenao.78@163.com>
Thu, 22 Oct 2020 06:52:31 +0000 (14:52 +0800)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 06:52:31 +0000 (14:52 +0800)
commitc3da0e7253209c3b89ea90f21299c6f0821019b7
tree2fde3e2d9401abbd18702e7e612a4179ede18e69
parent77cc98c7744df353f5bdcb3984fcbb56451fd902
add maker taker (#537)

* add maker taker

* add trader type to input artumetns

* remove block height from engine

* update fee rate

* fix ci

* remove maker taker type

* remove maker taker type

* opt_determine_maker_taker

* price diffs no need reorder

* fix taker fee

* fix validate fee

* recover code

* maker taker equals fee

* opt code

* fix validate fee

* fix ci

* opt validate tx fee

* opt code

* update fork block height
application/mov/common/type.go
application/mov/database/mov_store.go
application/mov/database/mov_store_test.go
application/mov/match/engine.go
application/mov/match/engine_test.go
application/mov/match/fee_strategy.go
application/mov/mock/mock.go
application/mov/mov_core.go
application/mov/mov_core_test.go
proposal/proposal.go
protocol/protocol.go