Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting to solve the collat problem #6

Merged
merged 8 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: aiken-lang/setup-aiken@v1
with:
version: v1.1.0
version: v1.1.3
- run: aiken fmt --check
- run: aiken check -D
- run: aiken build
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,10 @@ Sending funds works very similarly to removing funds but the funds are sent to a

### Non-Mixablility

Spendability is always in the hands of the original owner. If two UTxOs are being spent then it is safe to assume it is the same owner because if two different users spent UTxOs together inside of a single transaction then there would be no way to ensure funds are not lost or stolen by one of the parties. If Alice and Bob are working together then either Alice or Bob has the chance of losing funds. Inside of real mixers the chance of losing funds does not exist as the spendability is arbitrary thus ensuring the mixing probably exists. This is not the case inside the seedelf wallet.
Spendability is always in the hands of the original owner. If two UTxOs are being spent then it is safe to assume it is the same owner because if two different users spent UTxOs together inside of a single transaction then there would be no way to ensure funds are not lost or stolen by one of the parties. If Alice and Bob are working together then either Alice or Bob has the chance of losing funds. Inside of real mixers the chance of losing funds does not exist as the spendability is arbitrary thus ensuring the mixing probably exists. This is not the case inside the seedelf wallet.

## Defeating The Collateral Problem

TODO

Alturistic batcher run nodes over tor with an api that allows the tx body and a witness to be sent over. the batcher will verify the tx, witness the tx, assume and submit.
6 changes: 3 additions & 3 deletions aiken.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "logical-mechanism/5eed0e1f"
version = "0.1.0"
compiler = "v1.1.0"
compiler = "v1.1.3"
plutus = "v3"
license = "GPL-3.0-or-later"
description = "Aiken contracts for project 'logicalmechanism/5eed0e1f'"
Expand All @@ -12,12 +12,12 @@ platform = "github"

[[dependencies]]
name = "aiken-lang/stdlib"
version = "v2.0.0"
version = "v2.1.0"
source = "github"

[[dependencies]]
name = "logical-mechanism/assist"
version = "v0.5.0"
version = "main"
source = "github"

[config]
3 changes: 0 additions & 3 deletions app/.eslintrc.json

This file was deleted.

36 changes: 0 additions & 36 deletions app/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions app/README.md

This file was deleted.

76 changes: 0 additions & 76 deletions app/components/cardano-wallet/index.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions app/components/cardano-wallet/menu-item.tsx

This file was deleted.

40 changes: 0 additions & 40 deletions app/components/cardano-wallet/wallet-balance.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions app/components/nav-bar.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions app/next.config.mjs

This file was deleted.

Loading
Loading