-
Notifications
You must be signed in to change notification settings - Fork 231
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
add ethatomicswap and Ethereum AtomicSwap smart contract #76
Open
GlenDC
wants to merge
13
commits into
decred:master
Choose a base branch
from
GlenDC:ethatomicswap
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jun 22, 2018
-
add smart contract for the Ethereum atomic swaps
includes README with instructions how to test and deploy the (Solidity) atomic swap contract using truffle
Configuration menu - View commit details
-
Copy full SHA for 71b4cff - Browse repository at this point
Copy the full SHA 71b4cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e0960 - Browse repository at this point
Copy the full SHA 43e0960View commit details
Commits on Jun 23, 2018
-
move ethatomicswap contract src and add generated Go contract
includes the generate.go file which allows you to generate the atomicswap.go file yourself, using the Solidity AtomicSwap source file
Configuration menu - View commit details
-
Copy full SHA for e3c27ae - Browse repository at this point
Copy the full SHA e3c27aeView commit details
Commits on Jun 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6773b2f - Browse repository at this point
Copy the full SHA 6773b2fView commit details
Commits on Jul 16, 2018
-
include binary contract code in generated Go code
this allows the deployment (through Go) of the smart contract
Configuration menu - View commit details
-
Copy full SHA for 3043d6b - Browse repository at this point
Copy the full SHA 3043d6bView commit details
Commits on Jul 19, 2018
-
add initial version of ethatomicswap
a tool to support atomic swaps for Ethereum
Configuration menu - View commit details
-
Copy full SHA for 0c31e0e - Browse repository at this point
Copy the full SHA 0c31e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab14a4e - Browse repository at this point
Copy the full SHA ab14a4eView commit details -
+ clearer error messages (by pre-validating method requirements), it makes the commands slightly slower, but gives clearer errors + improved authentication flow: + (a) authenticate by signing from the CLI itself: give path to fileKey as a flag and enter securily the passphrase using the STDIN to decrypt that file + (b) or give a (by the daemon known) account address, as to use it to sign with that account from the daemon + (c) or give no account info at all, and use the first found account address instead (works best if only one account is known by the daemon) Note: (b) and (c) is not as secure, as it relies that your daemon has the accounts unlocked, making it possible for anyone that can access its RPC endpoints to use your unlocked accounts
Configuration menu - View commit details
-
Copy full SHA for e5b2d8a - Browse repository at this point
Copy the full SHA e5b2d8aView commit details
Commits on Jul 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5dd2b39 - Browse repository at this point
Copy the full SHA 5dd2b39View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2be324 - Browse repository at this point
Copy the full SHA d2be324View commit details -
and added some more code comments as well
Configuration menu - View commit details
-
Copy full SHA for aa4bd41 - Browse repository at this point
Copy the full SHA aa4bd41View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd6cfb2 - Browse repository at this point
Copy the full SHA fd6cfb2View commit details
Commits on Sep 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2f6679b - Browse repository at this point
Copy the full SHA 2f6679bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.