Skip to content

Commit

Permalink
Move from umbrella to classical phoenix app to ease the versioning an…
Browse files Browse the repository at this point in the history
…d hot reload
  • Loading branch information
Samuel Manzanera committed Aug 7, 2020
1 parent 34f3adb commit 6024ce0
Show file tree
Hide file tree
Showing 292 changed files with 2,880 additions and 2,391 deletions.
14 changes: 8 additions & 6 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ erl_crash.dump
**/doc
.

/apps/uniris_core/priv/crypto/c_dist
/apps/uniris_core/priv/crypto/storage_nonce
/apps/uniris_core/priv/storage
/apps/uniris_core/priv/last_sync
/apps/uniris_core/priv/p2p/test_seeds
/priv/crypto/c_dist
/priv/crypto/storage_nonce
/priv/storage
/priv/last_sync
/priv/p2p/test_seeds
/priv/static/*

/assets/node_modules/*

/create_release.sh
/docker
21 changes: 20 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,23 @@ erl_crash.dump
**/doc
.

/rel/artifacts
/rel/artifacts

.DS_Store

/priv/crypto/c_dist
/priv/crypto/storage_nonce
/priv/storage
/priv/p2p/last_sync
/priv/p2p/last_sync/*
/priv/p2p/test_seeds

# Since we are building assets from assets/,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/*

# Self signed cert are used for local and dev purposes
/priv/cert

/assets/node_modules
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Uniris features:
- Designed with a high level of security (ARCH consensus supporting 90% of maliciousness)
- Adapative cryptographic algorithms (quantum resistant)
- Decentralized Identity and Self Sovereign Identity
- Smart contract platform powered by a build-in interpreter
- Strong scalability with geo secured
- Smart contract platform powered by a built-in interpreter
- Strong scalability with geo secured sharding
- Soft-Real-Time P2P view with supervised networking

## Development
Expand Down
4 changes: 0 additions & 4 deletions apps/uniris_core/.formatter.exs

This file was deleted.

30 changes: 0 additions & 30 deletions apps/uniris_core/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions apps/uniris_core/config/config.exs

This file was deleted.

73 changes: 0 additions & 73 deletions apps/uniris_core/config/dev.exs

This file was deleted.

74 changes: 0 additions & 74 deletions apps/uniris_core/config/prod.exs

This file was deleted.

79 changes: 0 additions & 79 deletions apps/uniris_core/config/test.exs

This file was deleted.

14 changes: 0 additions & 14 deletions apps/uniris_core/lib/mix/tasks/clean_priv_dir.ex

This file was deleted.

Loading

0 comments on commit 6024ce0

Please sign in to comment.