This is an automated email from the ASF dual-hosted git repository.
cmorris pushed a change to branch splitroles-blockchain
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git.
from 2409254 Both secret & order working with TXs
new 7016314 Refactor RecipientList
new d47ed06 Refactor and cleanup
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
libs/documents/docs.proto | 2 -
pkg/api/client.go | 34 ++----
pkg/common/common.go | 116 ++----------------
pkg/defaultservice/{fulfill.go => fulfillTX.go} | 33 ++---
pkg/defaultservice/order.go | 138 ---------------------
pkg/defaultservice/orderTX.go | 153 ++++++++++++++++++++++++
pkg/service/service.go | 13 +-
pkg/tendermint/tendermint.go | 3 -
pkg/tendermint/websockets.go | 10 --
9 files changed, 189 insertions(+), 313 deletions(-)
rename pkg/defaultservice/{fulfill.go => fulfillTX.go} (90%)
create mode 100644 pkg/defaultservice/orderTX.go