Mark Nadal
ca0e7e35ae
trim
2023-04-26 02:03:32 -07:00
Mark Nadal
e15416ff2d
longer
2023-04-26 01:27:48 -07:00
Mark Nadal
0e7121b8f4
finally!
2023-04-26 01:13:17 -07:00
Mark Nadal
2183e6acdf
log
2023-04-25 20:02:28 -07:00
Mark Nadal
48b5a0e765
what about now?
2023-04-25 19:41:34 -07:00
Mark Nadal
1ddf797fff
reverse?
2023-04-25 15:42:34 -07:00
Mark Nadal
2afde8db4a
hmm
2023-04-25 04:18:46 -07:00
Mark Nadal
c6b9fa8d13
back?
2023-04-25 03:44:38 -07:00
Mark Nadal
c9283d8fa6
bump
2023-04-25 03:16:21 -07:00
Mark Nadal
58f9135f6b
again
2023-04-25 03:06:35 -07:00
Mark Nadal
b79e5bbad7
test install
2023-04-25 02:29:52 -07:00
Sharlon Balbalosa
9433e5ca06
fix: change type to string instead of literal newPassword ( #1309 )
2023-03-13 00:00:21 -07:00
Adriano Rogowski
73b661a6a5
Book passing encode/decode test.
2023-03-02 19:54:30 -03:00
Dimitris Apostolou
9e616ea3a9
Fix typos ( #1299 )
2023-02-25 17:09:54 -08:00
Mark Nadal
1bdab7394a
Book formatting + more tests
2023-02-23 19:07:43 -08:00
Mark Nadal
d732a9e48b
fix page size transfer
2023-02-17 19:36:15 -08:00
Mark Nadal
c274977eb6
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.
2023-02-17 18:28:04 -08:00
Mark Nadal
81a29cdd60
fix book mismatch between parse & parseless
2023-02-17 18:26:25 -08:00
Mark Nadal
713380ccd2
opt.env = process.env
2023-02-14 02:03:43 -08:00
Mark Nadal
6f6d8b533d
Merge branch 'master' of http://github.com/amark/gun
2023-01-30 15:29:43 -08:00
Mark Nadal
0665787e2b
thanks @rogowski book test read/memory/disk variations
2023-01-30 15:29:30 -08:00
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