Commit Graph

24 Commits

Author SHA1 Message Date
Lee Miller 305bce9397
Replace [new ]Buffer() with Buffer.alloc() or Buffer.from() in code 2024-03-08 02:20:24 +02:00
Kagami Hiiragi da0eb28eb6 Expose "expires" field for objects 2015-03-07 21:05:39 +03:00
Kagami Hiiragi e70acd6b99 docs: objects 2015-02-11 22:56:14 +03:00
Kagami Hiiragi 5c981309df docs: use optional instead of nullable 2015-02-10 21:23:20 +03:00
Kagami Hiiragi e15bdecfcb Decode messages in stream mode 2015-02-06 20:44:27 +03:00
Kagami Hiiragi 156a3f7e56 Fix polifilled promise name 2015-02-01 16:10:03 +03:00
Kagami Hiiragi 9f368d32fb Improve documentation 2015-01-31 14:51:35 +03:00
Kagami Hiiragi 2615c25425 Do a POW for objects 2015-01-31 00:16:56 +03:00
Kagami Hiiragi 56679a0f8f Check objects POW 2015-01-30 20:13:09 +03:00
Kagami Hiiragi e38c14239e Check object message payload length
See also: Bitmessage/PyBitmessage#767
2015-01-30 17:19:38 +03:00
Kagami Hiiragi 4ef94e91f7 Add tests for msg/broadcast with address v2 2015-01-30 15:53:03 +03:00
Kagami Hiiragi ea9e8e60ef objects.broadcast 2015-01-29 21:19:37 +03:00
Kagami Hiiragi 34868ff014 objects module improvements/refactoring 2015-01-29 16:23:18 +03:00
Kagami Hiiragi 2416094686 Fix pubkey.decode API 2015-01-29 01:21:48 +03:00
Kagami Hiiragi 8e892581f5 Improve comments; fixes 2015-01-29 01:13:41 +03:00
Kagami Hiiragi 2e4c91f49b objects.msg 2015-01-28 23:37:20 +03:00
Kagami Hiiragi 4610701a3e Fix Address#ripe/Address#getShortRipe API 2015-01-28 17:24:31 +03:00
Kagami Hiiragi ceceaee721 objects.getType 2015-01-28 16:31:18 +03:00
Kagami Hiiragi a25bf41036 encodePayloadAsync/decodePayloadAsync for objects 2015-01-27 16:08:18 +03:00
Kagami Hiiragi d50dcac4a2 Huge commit with partial objects.getpubkey impl 2015-01-22 03:14:21 +03:00
Kagami Hiiragi 76cf227513 Add getpubkey v3 test 2015-01-18 18:27:09 +03:00
Kagami Hiiragi 09f7be7062 Implement getpubkey 2015-01-18 14:37:09 +03:00
Kagami Hiiragi bf8b663c5d Do not use promises in crypto
Because sha.js is faster than WebCryptoAPI for POW.
2015-01-03 17:52:27 +03:00
Kagami Hiiragi 7048464691 Rearrange modules 2015-01-03 13:14:39 +03:00