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
Bradley Matusiak
de46cccc1e
Unbuild update ( #1248 )
...
* unbuild gun
* unbuild sea
2022-06-03 12:27:38 -07:00
Mark Nadal
cd45008433
unbuild sea
2021-08-21 21:27:00 -07:00
Mark Nadal
985cfa2b4d
build/unbuild
2020-05-01 19:13:13 -07:00
Mark Nadal
9b820287d6
:( make sure test wasn't false not false positive :( for @go1dfish
2019-05-14 11:01:27 -07:00
Mark Nadal
124d0146c8
fix possible peer leak & add feature for @go1dfish
2019-05-14 00:45:04 -07:00
Mark Nadal
c5cd72a631
unbuild
2019-01-27 15:03:43 -08:00
Mark Nadal
8b7c963463
HUGE LEAP into THE SEA
2019-01-09 17:34:10 -08:00
Mark Nadal
925aff8586
fix SEA shuffle to ignore good GUN data
2019-01-04 04:02:35 -08:00
Mark Nadal
ea302a9217
allow signing signed data + only do sign transform if new data from self else verify
2018-12-13 17:00:14 -08:00
Adriano Rogowski
688c9a84f9
SEA - fix typeof
2018-11-21 19:16:56 -02:00
Adriano Rogowski
9c3138a38f
Merge https://github.com/amark/gun
2018-11-21 14:50:37 -02:00
Mark Nadal
16e64e1de5
MetaMask start, AXE start, SEA refactor, etc.
2018-11-17 13:17:16 -08:00
rogowski
84557c7a4f
Update index.js
...
Please @amark confirm if this line (80) is really necessary.
This commit fix the issue #616
2018-10-02 19:42:33 -03:00
rogowski
fffec3cc63
Fixed 'do not handle lexical cursors'
2018-10-02 02:24:06 -03:00
Mark Nadal
c16c41807e
fix once, unbuild NAB fix
2018-09-23 01:44:45 -07:00
rogowski
de3ea9fb6b
Merge branch 'master' into master
2018-09-06 21:33:42 -03:00
rogowski
f52aa41187
This condition must be true if data
undefined
...
Data like null, 0, false, was falling in condition.
But should not.
I think this problem is about issue #606
https://github.com/amark/gun/issues/606
2018-09-06 21:20:26 -03:00
Mark Nadal
736a530bcc
unbuild
2018-06-26 13:06:29 -07:00
Mark Nadal
a24febc7a4
BREAKING SEA CHANGES: AES-GCM !AES-CBC
2018-06-14 14:46:56 -07:00
Mark Nadal
be0de5cf56
migrate SEA, some improvement, some regression
2018-04-07 13:50:53 -07:00
Mark Nadal
6d1ebba734
SEA unbuilt! WIP
2018-02-06 00:18:52 -08:00