Anton
2ee0bed0c1
Allow Dockerfile to auto-update Node version ( #1303 )
2023-01-24 15:53:52 -08:00
Mark Nadal
9abebd7673
rad fixed dup text, perf, read + tests.
2023-01-24 15:51:26 -08:00
Mark Nadal
8778ca4138
basic book test + some failing ones (cause its so early)
2023-01-19 15:04:56 -08:00
Mark Nadal
eca0451c4e
wrapper for browser tests of book @rogowski
2023-01-19 14:35:24 -08:00
Mark Nadal
9ceb86b208
revert tower tying while publishing AXE fix
2022-12-23 01:11:13 -08:00
Mark Nadal
47c070932a
revert & make axe not skip if other props
2022-12-21 06:28:20 -08:00
Mark Nadal
73d54b6271
toString must be stringy!
2022-11-30 23:27:51 -08:00
Adriano Rogowski
2d3993125d
fix .off()
2022-10-27 20:14:14 -03:00
Martti Malmi
ad8e67e3c3
make SEA work in service worker (no window obj) ( #1282 )
2022-10-18 22:45:39 -07:00
Mark Nadal
6d7e980b5f
silly book. Is this correct?
2022-08-25 14:07:35 -07:00
Mark Nadal
e9439daa51
THANK YOU NORMAN! @nsreed
2022-08-25 14:06:25 -07:00
Norman Reed
94c6a97ae7
Rad book tests ( #1274 )
...
* allow unset to unset user nodes
* add options to type declarations for put and set
* roll back unset.js changes
* work toward radisk3/book unit testing
Co-authored-by: Norman Reed <norman.s.reed@gmail.com>
2022-08-25 12:05:54 -07:00
Mark Nadal
f25747443e
fix gun <-> axe mismatch on uninit data
2022-08-21 14:06:57 -07:00
Mark Nadal
680f871aa3
PANIC 4: AXE get subscriptions
2022-08-13 14:01:54 -07:00
Mark Nadal
b125d8d150
Merge branch 'master' of http://github.com/amark/gun
...
chill!
2022-08-13 12:01:32 -07:00
Martti Malmi
7123207c66
Panic tests for rod & radix.js try / catch ( #1269 )
...
* try/catch radix.js
* rod test/panic/chat.js
rod test/panic/holy-grail.js
rod panic tests
2022-08-13 11:58:00 -07:00
Mark Nadal
89b24d3862
subscribe only on backpropagation
2022-08-12 18:17:01 -07:00
Mark Nadal
d5c8a02980
test undo tmp
2022-08-10 16:56:05 -07:00
Mark Nadal
451c33a69a
reduce not-found acks if via/relay has found ##
2022-08-10 16:21:06 -07:00
Mark Nadal
07b30ed602
unbuild - PUBLISHED! 1238
2022-08-09 15:33:22 -07:00
I001962
d06359f45c
SEA - Update sea.work to support hex ( #1266 )
...
This was would encode to hex:
```var data = "hello world";
var hash1 = await SEA.work(data, null, null, {name: "SHA-256",encode:
"hex"});
```
but this would not verify correctly:
gun.get('#').get(hash1).put(data);
This PR will first check base64 (current functionality) and if it fails now it will fall back and check hex.
2022-08-09 15:24:29 -07:00
Mark Nadal
cedf9b8809
stupid cache miss kills me all + update examples
2022-08-09 15:16:58 -07:00
Mark Nadal
e840df43af
note/fix
2022-08-03 16:33:16 -07:00
Mark Nadal
ef59ea185c
mark fails at JSON again
2022-08-03 14:52:44 -07:00
Mark Nadal
233d2612d1
fix login maybe? AGAIN?
2022-08-03 14:13:17 -07:00
Mark Nadal
cfad98b0c6
it's alive!!!!
2022-08-03 13:59:12 -07:00
Mark Nadal
3dbdd4e43c
is this good enough?
2022-08-02 16:45:03 -07:00
Mark Nadal
db99ad65fb
argh, axe needed skip reset. + always relay up for now
2022-08-02 16:42:16 -07:00
Mark Nadal
5efedd7308
fix peer sharing
2022-07-31 20:22:20 -07:00
Mark Nadal
8f6322efc0
browser axe remember, random, fallback.
2022-07-31 17:26:14 -07:00
Mark Nadal
7ec5805d8d
fix log
2022-07-31 17:14:41 -07:00
Mark Nadal
faff04ff63
floor >>
2022-07-31 15:54:26 -07:00
Mark Nadal
3749bf74cf
perf seemed worth it to add MC as sI
2022-07-31 15:53:45 -07:00
Mark Nadal
027edcb54e
requery - oye, hopefully safer
2022-07-31 15:51:01 -07:00
Mark Nadal
cdfe87c2b6
fix ws error/reconnect ordering
2022-07-31 15:44:25 -07:00
Joe Thielen
9ca6e59d32
Removed bad dir references ( #1263 )
2022-07-19 00:26:54 -07:00
Mark Nadal
8b52cbb2cb
oh, try export
2022-07-14 17:27:31 -07:00
Mark Nadal
e4e703c957
Create radisk3.js
2022-07-14 16:54:01 -07:00
Mark Nadal
d6d50040dc
Create book.js
2022-07-14 16:42:17 -07:00
Bradley Matusiak
809eae4f98
dont block stop chain because of deprecated nts ( #1252 )
2022-07-12 20:57:27 -07:00
Mark Nadal
081931a6d4
Thanks @gabriellemon Gabriel for donating! :)
2022-06-26 04:02:39 -07:00
Mark Nadal
5687bddc90
Thank you @b-lack Gerrit Balindt for sponsoring!
2022-06-18 17:05:06 -07:00
Mark Nadal
ac52811880
put sampling, mob, tests.
2022-06-06 18:20:18 -07:00
Mark Nadal
19cb91ee4e
Merge branch 'master' of http://github.com/amark/gun
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2022-06-06 18:14:10 -07:00
Mark Nadal
46d926e831
put sampling, mob, tests
2022-06-06 18:08:43 -07:00
Bradley Matusiak
9c9a5fd293
Lex builder ( #1249 )
...
* lex builder
* updated lex builder
* added args to map
* added match to lex-builder
* update match
* moved matach and gave Lex to Global Gun
* fix match in lex
2022-06-06 15:04:29 -07:00
Bradley Matusiak
87652467b5
chain fork ( #1247 )
...
* chain fork
* removed test
* removed unbuild
* moved chain fork to libs folder
2022-06-06 15:02:36 -07:00
Bradley Matusiak
de46cccc1e
Unbuild update ( #1248 )
...
* unbuild gun
* unbuild sea
2022-06-03 12:27:38 -07:00
abenezermario
fa1e1578f7
fixed s3 ( #1245 )
2022-05-30 20:06:43 -07:00
Bradley Matusiak
42720c57ea
unbuild is no longer silent ( #1239 )
...
* prepare to sync gun lib unbuild on npm install
* Update unbuild.js
* Update package.json
* Update package.json
2022-05-30 20:02:25 -07:00