Commit Graph

  • 884d1c462a small update to use swarm module master arnaucube 2019-03-20 17:54:13 +01:00
  • f16d0bc7a7 Update go.mod p4u 2019-03-18 14:05:47 +01:00
  • 90182527ec psstest: add pubkey in message p4u 2019-03-13 15:35:00 +01:00
  • 645e4e395e add standalone pss demo feature/pss_integration imw 2019-03-13 15:28:01 +01:00
  • f83815a94a Add README for swarm package p4u 2019-03-08 11:42:01 +01:00
  • 99bd03a93e refactored net module for channel based communication to batch reciever imw 2019-02-28 18:16:28 +01:00
  • 3014931ec2 swarm: rename SwarmNet to SimplePss feature/simplePss p4u 2019-02-25 16:54:59 +01:00
  • 1c45bd6bc2 Extend pss delivery chan type feature/pss p4u 2019-02-25 16:40:06 +01:00
  • cd19d5b044 Consolidate raw feature/pss_raw p4u 2019-02-25 16:13:55 +01:00
  • 63d6c72bc0 Testing raw p4u 2019-02-25 15:30:01 +01:00
  • 0734f03a83 Consolidating asymetric messages feature/pss_asym p4u 2019-02-25 14:12:56 +01:00
  • cfb681462a Testing asymetric messages p4u 2019-02-25 13:52:45 +01:00
  • dbeaee8f0b Testing asymetric messages p4u 2019-02-25 12:49:05 +01:00
  • 4d905d5d0b Add first asym implementation Move test code to pssTest.go Minor changes p4u 2019-02-22 21:37:35 +01:00
  • 6005cde258 swarm: fixes and improvements p4u 2019-02-22 20:26:58 +01:00
  • 51478b4e30 Refactory of swarm package p4u 2019-02-22 19:54:07 +01:00
  • 84863ddda2 Add new package swarm and a pssTest cmd p4u 2019-02-22 13:46:08 +01:00
  • e6a2926a37 chain implementation working for basic transactions feature_chain_module imw 2019-02-21 15:50:49 +01:00
  • ddda6bfa62 census-service: remove \u0000 character from dump testnet p4u 2019-02-20 19:51:02 +01:00
  • d7307a5ab2 non-functioning initial implementation, fails w/ exceeds block gas limit imw 2019-02-18 11:03:53 +01:00
  • f40dfc6ae0 CensusService: add method field required for signature p4u 2019-02-18 10:48:58 +01:00
  • a4d8b87d93 Census Service refactory p4u 2019-02-18 10:43:05 +01:00
  • 0536b3fd54 Add signature package for ECDSA Ethereum compatible p4u 2019-02-13 22:24:48 +01:00
  • 5603b7b5b9 Change references to go-dvote p4u 2019-02-12 13:16:47 +01:00
  • 7ab2ffd191 Update census code URLs and modules p4u 2019-02-12 13:12:16 +01:00
  • 5187c1af1d Merge remote-tracking branch 'census/master' p4u 2019-02-12 13:04:54 +01:00
  • b0333c86aa Merge pull request #19 from vocdoni/feature_modular_transports imw 2019-02-12 11:55:41 +01:00
  • 7fb1d51fab Merge branch 'feature/new_merkletree' p4u 2019-02-12 11:38:56 +01:00
  • 3e2b4d1cfa Adapt documentation to new merkle tree p4u 2019-02-12 10:53:01 +01:00
  • b8dccadfaa Fix getRoot p4u 2019-02-11 20:03:49 +01:00
  • 6d3bf7c18d Fix dump function p4u 2019-02-11 18:17:00 +01:00
  • c258a9ad9c Using camelCase on censusID p4u 2019-02-11 10:36:33 +01:00
  • 0c3587bb9c Keep adapting code to new merkletree p4u 2019-02-07 17:16:28 +01:00
  • 7128e24db3 working implementation of modular transports, generator still pubsub only feature_modular_transports imw 2019-02-07 13:32:49 +01:00
  • 5ce8bb33ee initial attempt at modular transports, fails with segfault imw 2019-02-07 12:06:10 +01:00
  • 167c8858fe Merge pull request #5 from vocdoni/cors-reorder Pau 2019-02-05 14:52:17 +01:00
  • d267116782 Handling CORS headers as soon as possible and returning 404 on unkown requests Jordi 2019-02-05 14:26:46 +01:00
  • 144221908b Adding CORS headers Jordi 2019-02-05 13:42:11 +01:00
  • dad369ebff Keep adapting the code to new merkletree implementation Use different database storages and merkletree for each censusID p4u 2019-02-01 20:20:34 +01:00
  • abb712d2b6 Adapt merkletree to new go-iden3 implementation p4u 2019-01-31 18:54:02 +01:00
  • 6551f598cf Use Root Hash as censusID when creating a snapshot. Add more authentication control. Fix snapshot namespace issue. Improve documentation. p4u 2019-01-25 21:20:38 +01:00
  • 04dd103bb1 Add censushttp cmd. Rename processHttp to censusmanager p4u 2019-01-25 19:04:58 +01:00
  • 408457d65b Fix auth error return p4u 2019-01-24 14:40:13 +01:00
  • 0e4c0cb8db Merge pull request #18 from vocdoni/hotfix/data-record-type Pau 2019-01-23 16:57:03 +01:00
  • 8bd2b1acea Create new data type for exporting PubSub types hotfix/data-record-type p4u 2019-01-23 16:41:49 +01:00
  • 6c1305115e Merge pull request #17 from vocdoni/pubsub_testing imw 2019-01-23 16:15:53 +01:00
  • 435359e233 explicitly import ipfs-api, declare msg before listen loop pubsub_testing imw 2019-01-23 16:14:29 +01:00
  • 9bdc8536fc Merge pull request #16 from vocdoni/pubsub_testing imw 2019-01-23 13:46:44 +01:00
  • b88d88e931 removed remnant of http listener imw 2019-01-23 13:45:04 +01:00
  • 90de87f243 pubsub messagaing working w/ generator imw 2019-01-22 16:44:45 +01:00
  • 4f72b43600 Add snapshot and dump methods p4u 2019-01-22 16:41:46 +01:00
  • fda66aa1af move generator to cmd imw 2019-01-21 14:54:28 +01:00
  • c150bf570e Implement authentication method p4u 2019-01-18 13:36:59 +01:00
  • 7025725fb2 Merge pull request #4 from vocdoni/f/treeIdNameChange Pau 2019-01-18 10:30:46 +01:00
  • 1922d46dc9 ProcessID => CensusID Aleix 2019-01-17 17:00:10 +01:00
  • e499f49c26 Use go modules and move main to cmd subdir p4u 2019-01-16 18:27:16 +01:00
  • 15069df984 Introduce crypto library p4u 2019-01-16 12:27:35 +01:00
  • 6fd9aea6c8 Add getRoot method p4u 2019-01-11 17:59:38 +01:00
  • a503c6555e Change go-iden3 dependencies to vocdoni/go-iden3 p4u 2018-12-28 14:52:55 +01:00
  • 7731d06ce6 Updated README to show generator usage imw 2018-12-28 14:22:35 +01:00
  • d8e9ade40a Merge pull request #15 from vocdoni/batching_initial_approach imw 2018-12-28 14:19:16 +01:00
  • d09af85502 Publishes batches to ipfs and pins them. Assumes running ipfs daemon on 8080. Moved relay listener to 8090 batching_initial_approach imw 2018-12-28 14:01:50 +01:00
  • 6ad2f16c24 add ipfs pubsub methods imw 2018-12-28 12:37:36 +01:00
  • b4b687eeda changed serialization logic to json strings, added batch compaction imw 2018-12-20 12:21:11 +01:00
  • 6cce8cb242 added primitive ballot/envelope generator, changed type naming imw 2018-12-19 13:36:51 +01:00
  • ddfc8e1187 reworked db logic based on iden3 pattern - allows for single storage location with prefixing imw 2018-12-18 15:02:31 +01:00
  • af81f8825e added curl request to README imw 2018-12-14 15:41:16 +01:00
  • 88122f053f removed some debug statements imw 2018-12-14 15:35:08 +01:00
  • dadc5e3291 main loop signaling working, db setup in batch functions :-( imw 2018-12-14 15:34:03 +01:00
  • 4bd4f33f43 Update README p4u 2018-12-14 14:17:17 +01:00
  • a504f46141 Fix names and update README p4u 2018-12-14 14:13:13 +01:00
  • 5fd182549f Add processHttp implementation p4u 2018-12-14 14:11:28 +01:00
  • 335c7b3217 added main loop and config, added naive batch logic imw 2018-12-14 13:51:27 +01:00
  • 19326669db First implementation of tree package p4u 2018-12-13 18:43:45 +01:00
  • 09ce8ef802 initial stub of listener net_initial_approach imw 2018-12-11 14:41:37 +01:00
  • 99a71873b8 initial implementation of publish, pin, and retrieve functions ipfs_initial_approach imw 2018-12-07 14:27:38 +01:00
  • 1a8a1c8d7c Update README.md Pau 2018-11-29 18:33:26 +01:00
  • 43c95cab9b Update README.md Jordi 2018-11-29 18:32:00 +01:00
  • bf1743bbb9 Initial commit Jordi 2018-11-29 18:19:37 +01:00
  • 912633a9d5 Update README.md Pau 2018-11-29 15:46:42 +01:00
  • d87202baa8 Initial commit Pau 2018-11-28 19:22:08 +01:00