This is an automated email from the ASF dual-hosted git repository.
kittohoward pushed a change to branch initial-dta
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git.
from 60ad1eb fix readme title
new 1f15872 updates README.md
add 205db17 Merge pull request #7 from apache/initial-dta
add fa1fda7 update README build instructions
add 098cdbc Merge pull request #9 from apache/update-readme
add 3fcd667 update headers in crypto code
add 9dac107 update headers in defaultservice
add f4bfc8d Merge pull request #10 from apache/update-headers
add 7d7782a add code to cmake to enable shared build
add fec31eb Merge pull request #12 from apache/update-cmake
add 85818f7 remove protobuf instructions from readme and change open API
port
add 19a33ba Add public IPFS health warining
add 00bab31 merged install instructions
add c96599c fixes duplicated first paragraph in Readme
add 6a57b92 update the build instructions
add 4ca57f4 update the installation instructions
add df95801 Merge pull request #13 from apache/update_readme
add 6584174 fix README
add 9386940 Merge pull request #14 from apache/fix-readme
add dbe2bb6 merge
add 36e5555 add missing files
add ffcf1d3 add missing port
add a4ed2b0 Merge pull request #15 from apache/update_open-api
add c8b0ba4 set default cors allow to * (#16)
add 628db62 Bugfix btcopen api (#17)
add df9838b Add order/secret request validation
add b9f8544 Merge pull request #18 from apache/beneficary-dupbug
add 9ec03c0 Fix Invalid method sig
add 770dce1 Merge pull request #19 from apache/bugfix
add eb2790d Update copyright in LICENSE (#20)
new e6f4f90 merge install instructions and change title
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:
.gitignore | 2 +-
DISCLAIMER | 10 +
LICENSE | 4 +-
README.md | 151 +++++++--
go.mod | 2 +-
go.sum | 53 +---
libs/crypto/libpqnist/CMakeLists.txt | 13 +-
libs/crypto/libpqnist/examples/run_aescbc.c | 19 ++
libs/crypto/libpqnist/examples/run_aesgcm.c | 19 ++
libs/crypto/libpqnist/examples/run_encap_decap.c | 19 ++
libs/crypto/libpqnist/examples/run_pqnist.c | 19 ++
libs/crypto/libpqnist/examples/run_sign_verify.c | 19 ++
.../libpqnist/examples/run_sign_verify_bad.c | 19 ++
libs/crypto/libpqnist/examples/run_sike.c | 19 ++
libs/crypto/libpqnist/include/pqnist/pqnist.h | 19 ++
libs/crypto/libpqnist/src/pqnist.c | 19 ++
libs/crypto/libpqnist/test/smoke/test_aescbc.c | 19 ++
libs/crypto/libpqnist/test/smoke/test_aesgcm.c | 19 ++
.../crypto/libpqnist/test/smoke/test_encap_decap.c | 19 ++
libs/crypto/libpqnist/test/smoke/test_pqnist.c | 19 ++
.../crypto/libpqnist/test/smoke/test_sign_verify.c | 19 ++
libs/crypto/libpqnist/test/unit/test_aes_decrypt.c | 19 ++
libs/crypto/libpqnist/test/unit/test_aes_encrypt.c | 19 ++
libs/crypto/pqnist_test.go | 17 +
open-api.yaml | 4 +-
pkg/bitcoinplugin/open-api.yaml | 341 +--------------------
pkg/bitcoinplugin/service.go | 25 +-
pkg/config/default.go | 2 +-
pkg/defaultservice/fulfill.go | 17 +
pkg/defaultservice/identity.go | 17 +
pkg/defaultservice/order.go | 28 ++
pkg/defaultservice/plugable.go | 18 ++
.../{safeguardsecret-api.yaml => open-api.yaml} | 1 +
33 files changed, 596 insertions(+), 413 deletions(-)
create mode 100644 DISCLAIMER
rename pkg/safeguardsecret/{safeguardsecret-api.yaml => open-api.yaml} (99%)