211 Commits

Author SHA1 Message Date
decanus
79fdee4a71 removed satisfied tdos 2019-05-29 19:19:05 -04:00
Dean Eigenmann
ff472a3bf1 enhancement/simulation (#26)
* adding var for offline

* added configuration ability for nodes

* fixed and changed wording

* updated

* message second interval

* minor change

* updated readme

* comment

* added random sharing

* updated readme

* added peerid to its own file

* unused imports
2019-05-29 15:13:55 -04:00
decanus
c6e703eade sorting v0.0.2 2019-05-28 20:59:31 -04:00
decanus
e786de21ff moved all public funcs to top 2019-05-28 20:58:38 -04:00
decanus
d04eae22cf minor cleanup 2019-05-28 20:44:40 -04:00
decanus
9a5ef0aa5d renamed 2019-05-28 19:51:53 -04:00
decanus
337ca88bfd removing tests for now 2019-05-28 19:44:47 -04:00
Dean Eigenmann
87e616ca47 Update README.md v0.0.1 2019-05-28 16:16:57 -04:00
decanus
2f4f8d5ab7 more messages 2019-05-28 15:29:33 -04:00
decanus
cbb849728e concurrent read write 2019-05-28 15:23:19 -04:00
decanus
ef66180429 deadlock seemingly solves 2019-05-28 15:03:15 -04:00
decanus
4e310091e2 added message 2019-05-28 14:50:07 -04:00
decanus
630f4ed59e changes to logging, ensures uniqueness of messages in simulationg 2019-05-28 14:46:38 -04:00
decanus
2ca96c9529 no need to read from state 2019-05-28 14:32:17 -04:00
decanus
adcc8c73ee no point in exporting 2019-05-28 14:29:55 -04:00
decanus
6cc55680ed Logging epochs 2019-05-28 11:20:53 -04:00
decanus
d1cc77b79d dont need a rwmutex here 2019-05-28 10:57:55 -04:00
decanus
c20db8c3ff more suggestions 2019-05-28 10:42:37 -04:00
Dean Eigenmann
e58b8ca0ac enhancement/read-only-on-get (#18)
* ensures that read is only read

* looks like we can get away with only one check

* changed
2019-05-28 10:34:21 -04:00
Dean Eigenmann
31f7b382d4 enhancement/remove-payloads-function (#20)
* added todos

* started working on more responsive code

* removing unused

* unused

* only returning arrays, using map function

* added insertation functions

* major cleanup

* pointer

* more changes

* minor

* removes payloads once theyre sent

* we dont need the checking was a bug

* no longer needs go routine

* not using go routine anymore

* minor changes as suggested

* atomic

* Update README.md
2019-05-28 10:26:20 -04:00
Dean Eigenmann
edc8b3666a updates (#21)
* Set go-ethereum to 1.8.23

* Add 1.8.27 back
2019-05-28 10:17:27 -04:00
decanus
6cd9a31eec buffering 2019-05-27 11:20:30 -04:00
Dean Eigenmann
57a5318296 enhancement/map-function (#17)
* started changing iterate to map function

* changes function fully to map

* locking state
2019-05-27 10:33:14 -04:00
Dean Eigenmann
5e870252c2 enhancement/epoch-on-messages (#15) 2019-05-27 09:09:02 -04:00
decanus
8e79258ad8 minor 2019-05-27 08:30:14 -04:00
decanus
24de3457c4 added log 2019-05-27 08:04:49 -04:00
decanus
a68c9c9751 continuing 2019-05-26 23:25:28 -04:00
decanus
b8f1ddf389 Merge branch 'master' of github.com:status-im/mvds 2019-05-26 23:06:31 -04:00
decanus
a888a74737 added note 2019-05-26 23:06:26 -04:00
Dean Eigenmann
5000a44492 Update README.md 2019-05-26 23:04:56 -04:00
decanus
53ee35748c we still need to lock when offering 2019-05-26 22:43:56 -04:00
decanus
e814685ddd minor optimizations 2019-05-26 22:37:55 -04:00
Dean Eigenmann
496771348f enhancement/syncstate (#10) 2019-05-26 22:24:50 -04:00
decanus
dda3d0246b minor fix 2019-05-26 22:11:13 -04:00
Dean Eigenmann
bb9dbf61b3 enhancement/channel-reading (#14)
* changes the way channels are read from in the watch loop

* changes
2019-05-26 22:09:47 -04:00
decanus
3105ca5f4a changed print 2019-05-25 14:16:03 -04:00
Oskar Thorén
32c047d636 Merge pull request #12 from status-im/rename/time-to-epoch
rename/time-to-epoch
2019-05-23 18:39:39 +08:00
decanus
6a0246d666 rename 2019-05-22 14:17:58 -04:00
decanus
406e06cef1 renamed time to epoch 2019-05-22 13:31:57 -04:00
decanus
e36d6f0f5b using log 2019-05-22 12:56:40 -04:00
decanus
7dfabc3cd0 go mod 2019-05-15 21:01:35 +02:00
decanus
cab3073813 made func exported 2019-05-15 20:02:44 +02:00
Dean Eigenmann
946b465f28 enhancement/console-client-changes (#9)
* todo lol

* pointer
2019-05-14 02:16:55 +02:00
decanus
09bb8a6fc0 ignoring id 2019-05-12 05:24:09 +02:00
decanus
26518823f2 more 2019-05-11 16:01:40 +02:00
decanus
e6e4846e70 adding docs 2019-05-11 01:59:43 +02:00
decanus
ed77514713 removed 2019-05-11 00:44:37 +02:00
Dean Eigenmann
dd23ac4e1c enhancement/peerid-to-publickey (#7)
* updated node to use public keys

* fixed test

* fixes simulation
2019-05-10 23:59:30 +02:00
decanus
4b896429d5 updated 2019-05-10 17:37:16 +02:00
Dean Eigenmann
af030e4e56 enhancement/multi-group-support (#6)
* started working on support for multiple groups

* changes send function to take a group id

* fix transport

* fixes send message

* adds groups to logging

* finished groups
2019-05-10 07:10:34 +02:00