This website requires JavaScript.
Explore
Help
Sign in
Core
/
grin
Watch
0
Star
0
Fork
You've already forked grin
0
mirror of
https://github.com/mimblewimble/grin.git
synced
2025-01-20 19:11:08 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6ad403fbf8
grin
/
.gitignore
8 lines
54 B
Text
Raw
Normal View
History
Unescape
Escape
Initial import.
2016-10-21 03:06:12 +03:00
*.swp
git pre-commit hook to run rustfmt on modified files (#110) * git pre-commit hook to run rustfmt on modified files * add docs for rustfmt * add CONTRIBUTING file
2017-09-01 03:54:15 +03:00
.DS_Store
keychain crate (no more secretkeys in core) (#146) * introduce grin_keychain, encapsulate derivation of secret_keys * core compiles against keychain, tests don't run yet * core tests are now passing against keychain * wip - getting wallet working with keychain * add util and keychain to travis test matrix * basic test around key derivation
2017-10-03 03:02:31 +03:00
.grin*
Replace secp256k1 directory with repository dependency (#126) * workaround the "commitment is not a public key" problem by using to_two_keys() from rust-secp256k1-zkp * remove secp256k1zkp, update the various Cargo.toml to use rust-secp256k1-zkp from external git repo, update code to not rely on to_pubkey (and use verify_from_commit) * secp256k1zkp from git * cleanup secp256k1 dependencies * gitignore node1 and node2 dirs
2017-09-21 03:07:40 +03:00
node*
Initial import.
2016-10-21 03:06:12 +03:00
target
p2p module getting close to first integration test allowing 2 peers to connect. Fleshed out handshake and protocol use. Fixed most errors, just need to make the borrow checker happy.
2016-10-26 08:06:13 +03:00
Cargo.lock
ignore ItelliJ IDEA project files
2016-10-29 12:58:28 +03:00
**.iml
Reference in a new issue
Copy permalink