This is an automated email from the ASF dual-hosted git repository.
cmorris pushed a change to branch tendermint
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git.
from 2932457 Rename HTTP endpoints /order1 to /order and /order/secret1 to
/order/secret
new bf75aaf Add fishhook
new 93c4966 Merge branch 'tendermint' into fishhook
new 7268634 in progress
new 7e811ee Update fishhook
new f9c7a03 Complete fishhook and update tests
new b1a85e3 Merge branch 'fishhook' into tendermint
The 6 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:
cmd/servicetester/e2e_test.sh | 209 ++++++++-------------
cmd/servicetester/{e2e_test.sh => e2e_test.sh.old} | 0
cmd/servicetester/{main => fishhook} | Bin 23390004 -> 29288396
bytes
cmd/servicetester/main.go | 2 +-
cmd/servicetester/ref | 1 +
go.sum | 14 ++
p | 4 +-
pkg/defaultservice/orderTX.go | 3 +-
pkg/endpoints/endpoints.go | 2 +-
pkg/tendermint/cmd/tmget.go | 110 -----------
pkg/tendermint/fishhook/build | 2 +
.../main => pkg/tendermint/fishhook/fishhook | Bin 23390004 -> 29288396
bytes
pkg/tendermint/fishhook/main.go | 186 ++++++++++++++++++
pkg/tendermint/{cmd => }/transactions.go | 10 +-
14 files changed, 292 insertions(+), 251 deletions(-)
copy cmd/servicetester/{e2e_test.sh => e2e_test.sh.old} (100%)
copy cmd/servicetester/{main => fishhook} (65%)
create mode 100644 cmd/servicetester/ref
delete mode 100644 pkg/tendermint/cmd/tmget.go
create mode 100755 pkg/tendermint/fishhook/build
copy cmd/servicetester/main => pkg/tendermint/fishhook/fishhook (65%)
create mode 100644 pkg/tendermint/fishhook/main.go
rename pkg/tendermint/{cmd => }/transactions.go (89%)