1291 Commits

Author SHA1 Message Date
Mika
795d60983f
Removed leftover resolve from SEA.write 2018-02-05 10:47:51 +02:00
Mika
2878d4b400
Fixed forgotten seaWrite call 2018-02-05 10:42:49 +02:00
Mika
d8a8df7ae7
Rolled back classical classes for SeaArray & SafeBuffer 2018-02-05 08:49:07 +02:00
mhelander
012fd7f18c Again composed 'default' variable name... which makes Webpack unhappy 2018-02-04 13:32:47 +02:00
mhelander
22bae446fa proof subtle missing await bug fixed 2018-02-03 23:54:57 +02:00
mhelander
701b672dae SafeBuffer constructor fix #2 2018-02-03 16:39:31 +02:00
mhelander
07af08c699 SafeBuffer constructor fix for new pattern usage 2018-02-03 15:57:56 +02:00
mhelander
9b4c6089af Converted SafeBuffer to ES6 class 2018-02-03 15:52:57 +02:00
mhelander
a5bb0716c3 Converted SeaArray to ES6 class & some cleanup 2018-02-03 15:44:17 +02:00
mhelander
5f29bd5a54 Finalized refactoring - much cleaner and easier to follow implementation 2018-02-03 15:24:34 +02:00
mhelander
2017bcc0d8 All SEA methods now async 2018-02-03 14:23:18 +02:00
mhelander
351623a487 SEA.recall and .alive for async so User done 2018-02-03 13:05:51 +02:00
mhelander
2902b3df97 SEA.auth and .leave and .delete refactored for async 2018-02-03 12:38:33 +02:00
mhelander
c77b679263 SEA.pair and .create refactored for async & test cases stripped callback testing 2018-02-03 11:57:44 +02:00
mhelander
10ea1561ed SEA.proof & .keyid refactored for async 2018-02-03 11:17:07 +02:00
mhelander
0eb32c0e2d Finally done bugfixing for now for alias & PIN authrecall v0.9.91 2018-01-30 01:13:26 +02:00
mhelander
e75854b73e inally last bugfix for now for alias & PIN authrecall 2018-01-30 00:49:50 +02:00
mhelander
89988c3800 Possibly finally last bugfix for alias & PIN authrecall 2018-01-30 00:32:12 +02:00
mhelander
2db98e2249 Possibly last bugfix for alias & PIN authrecall 2018-01-30 00:06:38 +02:00
mhelander
8e44147f45 Yet another bugfix for alias & PIN authrecall 2018-01-29 23:58:52 +02:00
mhelander
491356382f Another bugfix for alias & PIN authrecall 2018-01-29 22:59:31 +02:00
mhelander
d6157113ba Bugfix for alias & PIN authrecall 2018-01-29 22:55:50 +02:00
mhelander
e5b8cc928f Refactoring mistake fixed from object decomposition in authrecall 2018-01-29 22:18:31 +02:00
mhelander
7c85a8fa4a Refactoring mistakes fixed still some to authrecall 2018-01-29 21:03:25 +02:00
mhelander
bc2e51ffd8 Refactoring mistakes fixed again to authrecall 2018-01-29 21:00:48 +02:00
mhelander
2c042fcf15 Something more minor refactoring mistakes fixes to authrecall 2018-01-29 20:54:02 +02:00
mhelander
6fd2c0c1fa Something more minor typo fixes to authrecall 2018-01-29 20:47:26 +02:00
mhelander
fa8882b66a Something more fixes to authrecall 2018-01-29 20:41:58 +02:00
mhelander
c5043c92a8 Some more little fixes to authrecall 2018-01-29 20:35:20 +02:00
mhelander
ac05d24d88 Some more fixes to authrecall 2018-01-29 20:26:50 +02:00
mhelander
97a8df2e0e More fixes to authrecall 2018-01-29 20:04:36 +02:00
mhelander
d900b1407d Fixed async usage bug in authrecall 2018-01-29 19:57:44 +02:00
mhelander
dd0c05dcb7 Changed how to obtain SEA from sea.js 2018-01-27 11:06:38 +02:00
Mika
bf460165ae
Fixed missing variable declaration. 2018-01-26 12:32:23 +02:00
Mika
ac743b11e5
Buffer fight continues
Gun & SEA need better modularization to support other than html script tags properly!
2018-01-26 10:43:31 +02:00
Mika
b8a78cc128
Still fighting with Mocha wrapup & Buffer 2018-01-26 10:22:59 +02:00
Mika
44181b983e
Root missing from Gun.SEA usage prior to actual tests 2018-01-26 09:39:09 +02:00
mhelander
19a662bf62 Refactored use of IndexedDB - still some tests are failing 2018-01-25 23:35:56 +02:00
mhelander
faf4c1e658 'public' not OK as function argument in Chrome so renamed now 2018-01-24 22:40:00 +02:00
mhelander
ea886af1b4 Refactoring in-progress and some more clarity 2018-01-24 22:21:41 +02:00
Robert Heessels
2935a21a19 Small fixes for Chrome compatibility 2018-01-24 10:30:18 +01:00
Brock Atkinson
b9e1429dac correctly scope const pub.id 2018-01-23 17:55:34 +08:00
Brock Atkinson
537f2ed23d update sea's init code from chat discussion 2018-01-23 17:54:11 +08:00
mhelander
14497ac7ad Refactoring in-progress but mostly done 2018-01-23 01:04:28 +02:00
Mika
eb8d0dfcce
Merge pull request #2 from mhelander/master
Merge pull request #1 from mhelander/sea
2018-01-19 23:43:28 +02:00
mhelander
a4cdf4ab53 Fixed some more Buffer/Uint8Array issues 2018-01-19 23:00:47 +02:00
mhelander
5b655ffbfb More Uint8Array conversions to subtle calls & fix one UInt8Array typo 2018-01-19 21:47:13 +02:00
mhelander
c9c072b3df Merge branch 'sea' of https://github.com/mhelander/gun into sea 2018-01-19 08:01:04 +02:00
mhelander
25f7582a5e Added Uint8Array conversion to subtle calls to beat the darn stupid API's 2018-01-19 08:00:54 +02:00
Mark Nadal
ce590fd332
Merge branch 'sea' into sea 2018-01-18 20:46:02 -08:00