Skip to content

Commit

Permalink
Erasure Checkpoint
Browse files Browse the repository at this point in the history
This commit marks the end of the alpha code base (see the alpha tag
for the original prototype code) and the start of the beta code
base with the most up to date TRISA protocol.
  • Loading branch information
bbengfort committed May 7, 2021
1 parent 7f5047d commit ea2ddaa
Show file tree
Hide file tree
Showing 163 changed files with 26 additions and 5,759 deletions.
10 changes: 0 additions & 10 deletions .bazelrc

This file was deleted.

4 changes: 0 additions & 4 deletions .bazelrc-travis

This file was deleted.

8 changes: 0 additions & 8 deletions .bazelrc-travis-cache

This file was deleted.

1 change: 0 additions & 1 deletion .bazelversion

This file was deleted.

40 changes: 23 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# Environment configuration
.env
tmp/

# Code droppings
.vscode/
.bazel/

# OS Droppings
.DS_Store
bazel-workspace
out
/bazel-bin
/bazel-genfiles
/bazel-out
/bazel-testlogs
/bazel-trisa
/artifacts
/docs/public
server.crt
server.key
trust.chain
.remote-cache-sa.json
.idea/
*.code-workspace
!docs/static/**
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

59 changes: 0 additions & 59 deletions .travis.yml

This file was deleted.

8 changes: 0 additions & 8 deletions BUILD.bazel

This file was deleted.

3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2019 CipherTrace, Inc. https://ciphertrace.com
Copyright (c) 2021 TRISA https://trisa.io

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

146 changes: 0 additions & 146 deletions Makefile

This file was deleted.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

# Travel Rule Information Sharing Architecture for Virtual Asset Service Providers (TRISA)
# Travel Rule Information Sharing Architecture (TRISA) for Virtual Asset Service Providers

[![Build Status](https://travis-ci.com/trisacrypto/trisa.svg?branch=master)](https://travis-ci.com/trisacrypto/trisa)

Please visit [TRISA documentation](https://trisacrypto.github.io/) for more information.
Please visit the [TRISA website](https://trisa.io) for more information and the [TRISA documentation](https://trisatest.net) for developer docs and integration.
Loading

0 comments on commit ea2ddaa

Please sign in to comment.