diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-15 18:19:46 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-15 22:09:55 +0800 |
commit | 073064170c874bb19741108d0833b1bf019b439b (patch) | |
tree | 74de9ac95ea36614fe1740a07c4466556582346f /.gitignore | |
parent | 2f4bfc149062715b712ce6729f2ba100284d9af5 (diff) | |
download | go-tangerine-073064170c874bb19741108d0833b1bf019b439b.tar go-tangerine-073064170c874bb19741108d0833b1bf019b439b.tar.gz go-tangerine-073064170c874bb19741108d0833b1bf019b439b.tar.bz2 go-tangerine-073064170c874bb19741108d0833b1bf019b439b.tar.lz go-tangerine-073064170c874bb19741108d0833b1bf019b439b.tar.xz go-tangerine-073064170c874bb19741108d0833b1bf019b439b.tar.zst go-tangerine-073064170c874bb19741108d0833b1bf019b439b.zip |
core: implement DKG success (#362)
* vendor: sync to latest core
* core: implmenet dkg success
* cmd: govtool: add DKGSuccess
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f3ec219c7..1e62cbb81 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,7 @@ profile.cov test/Dexon.* test/*.log dex/transactions.rlp + +# consensus +vendor/github.com/dexon-foundation/mcl/lib/*.dylib +vendor/github.com/dexon-foundation/bls/lib/*.dylib |