Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Hyper Hyper Space

A library to create p2p applications, using the browser as a full peer.
Collective - Host: opensource - https://opencollective.com/hyper-hyper-space - Website: https://www.hyperhyperspace.org - Code: https://github.com/hyperhyperspace

moved styles to top of file

github.com/hyperhyperspace/whitepaper - baf9cbc6d713979665da3cab88f27ad7a3f4b8ed authored over 3 years ago
better logic for mining interruption when out of sync

github.com/hyperhyperspace/pulsar - 6d97becd6078a8ddd2ba9b9b885c9ce1844735e9 authored over 3 years ago
removed closure in debug msg

github.com/hyperhyperspace/hyperhyperspace-core - e98c73d6f40e0ffba16da7e54c0b41f2c53a6871 authored over 3 years ago
disabled logging, added better error reporting

github.com/hyperhyperspace/pulsar - ac8b8e8fd2f111ec4a997389a3aa3a04a57142fe authored over 3 years ago
padding on the main two-column element

github.com/hyperhyperspace/hyperhyperspace.org - 9534929dad23d919320fe22f88e72ea0eadf27b7 authored over 3 years ago
simplified README and removed all static gen stuff

github.com/hyperhyperspace/hyperhyperspace.org - e8ab8c6f16b72db63ca8ca7b8c875ee99fcb70c0 authored over 3 years ago
fixed bug in callback invokation, added write lock

github.com/hyperhyperspace/hyperhyperspace-sqlite - 8c00bee81c5c1b1daf0caf91eecb0910a77c73bf authored over 3 years ago
do not mine if far behind chain head

github.com/hyperhyperspace/pulsar - ec3df960ba73168a41a891104ff0a37ec480aabd authored over 3 years ago
fixes to mining control

github.com/hyperhyperspace/pulsar - 2d37c3535d415a39614f5d144248088190cd887a authored over 3 years ago
added getOpHeader method to get headers from applied but still unsaved

ops

github.com/hyperhyperspace/hyperhyperspace-core - 97d4b2edf7f784d5efd1d3393b9978b8475fefd1 authored over 3 years ago
fixed computation of starting ops in synchronizer

github.com/hyperhyperspace/hyperhyperspace-core - 3ba092de964cae40f6c8991010884a8e677913e0 authored over 3 years ago
better comments for fork-choice decision code, fixed fork-choice

invocation in mutation method for Blockchain

github.com/hyperhyperspace/pulsar - 5ea1bbbfcdd98ca78ea0b5f7ce5e77a623acae6d authored over 3 years ago
fix validation error on shipped state object

github.com/hyperhyperspace/hyperhyperspace-core - e0c24cb2b3d96efce55c613991e486c206128389 authored over 3 years ago
modified catch blocks to satisfy typescript 4.4.2

github.com/hyperhyperspace/hyperhyperspace-core - 3c215133daf3594ea24093ecb03bf948199cd68d authored over 3 years ago
disabled incremental compilation, seems to be broken in typescript 4 and after

github.com/hyperhyperspace/hyperhyperspace-core - 3fa071e12894838ad131a2cc339abc20b59789c4 authored over 3 years ago
added SQLite backend

github.com/hyperhyperspace/pulsar - 31dd2d09b9ebdf8366628aec1c0081bee9618f49 authored over 3 years ago
bugfixes - adaptations for typescript 4.2

github.com/hyperhyperspace/hyperhyperspace-core - 51275800e09dbcbfb1b7d1c5e14e2825bd2bfe51 authored over 3 years ago
added tests for SQLite storage backend.

github.com/hyperhyperspace/hyperhyperspace-core - f272da763ea35726f4a170a708084dbb0cad3734 authored over 3 years ago
updated build scripts: include the new sqlite module

github.com/hyperhyperspace/workspace - 21a2414c11a33a1d16232e21dc47a2ac9c269e56 authored over 3 years ago
adding initial implementation

github.com/hyperhyperspace/hyperhyperspace-sqlite - 38b191b930916569c8c600b0dc8949c856c2f7b3 authored over 3 years ago
added submodule for sqlite to workspace

github.com/hyperhyperspace/workspace - 52c457c655e19e36ee93135648f9211378bb9b31 authored over 3 years ago
fixed path for sqlite submodule

github.com/hyperhyperspace/workspace - ffeaa0b93e7ad238987215f017b49f8350f3f048 authored over 3 years ago
adding sqlite module

github.com/hyperhyperspace/workspace - 3405a1f82b79d66010362f2770deb3055faa9193 authored over 3 years ago
adding testing mode to NetworkAgent, to simulate unreliable network

conditions for testing other agents (sync, etc)
unreliable network conditions

github.com/hyperhyperspace/hyperhyperspace-core - 0ff9ecd3c3d25c35536806092e3b31f49b96dae4 authored over 3 years ago
better logging when receiving an unexpected response during sync

github.com/hyperhyperspace/hyperhyperspace-core - aa26630c804394730c926e4630df6e82e6585fc6 authored over 3 years ago
- moved NodeRSA import within the function where it is used, it was

having strange thread safety issues
- finished invalidate after / undo implementation
- inc...

github.com/hyperhyperspace/hyperhyperspace-core - af84687c4ffe497b4ab8549411805db3e1f3960d authored over 3 years ago
more fine tuning for testnet1

github.com/hyperhyperspace/pulsar - 3bc47fcfc06136a31fa5ec2276daef33853dd6eb authored over 3 years ago
Merge branch 'main' of https://github.com/hyperhyperspace/pulsar into main

github.com/hyperhyperspace/pulsar - 858f226d060c0def2f6db4a941db798069f27589 authored over 3 years ago
blockTimeFactor to 1200

github.com/hyperhyperspace/pulsar - 74a5ef6a9fbbd7cf183f2493603bad1181dda071 authored over 3 years ago
fixed display of block time right after mining first block

github.com/hyperhyperspace/pulsar - 32ac041046fd5f67c26b6e45d0d0ae0c33282bf7 authored over 3 years ago
fine tuned params for testnet1

github.com/hyperhyperspace/pulsar - 8b252f0216a6d0b9688996e5cde843c84c9fe312 authored over 3 years ago
new blocktime 120 secs

github.com/hyperhyperspace/pulsar - 23b793667037eb73eb1ead2d8c8043fa5b3c3adc authored over 3 years ago
print speed for debugging

github.com/hyperhyperspace/pulsar - c3bae039dbf8315d2ed5c283514d2d3719eacbba authored over 3 years ago
print speed for debugging

github.com/hyperhyperspace/pulsar - a0533070564bc3ab771f1cef6e6e583fb9865919 authored over 3 years ago
millisecs to secs on BlockOp, MiniC and Teste on Secs

github.com/hyperhyperspace/pulsar - e2d03d9661cded8a01670731e814d1e6a4977290 authored over 3 years ago
better responsivness, better bototm runner

github.com/hyperhyperspace/hyperhyperspace.org - 72e8d0808d74d02a28b882a7534d801100c47820 authored over 3 years ago
more repo cleanup, updated learn.html

github.com/hyperhyperspace/hyperhyperspace.org - aae944dcd2652a642b9055492773f1b9962a09f0 authored over 3 years ago
more index.html updates, cleaned up some vestigial generator code

github.com/hyperhyperspace/hyperhyperspace.org - d52c319b99e653df868ed98d3a127ee124ad3d72 authored over 3 years ago
completed test object (simple mutable permissions) for reversibility

support

github.com/hyperhyperspace/hyperhyperspace-core - a5c3647319101198e9a9d8c2e4556a00c4d5c530 authored over 3 years ago
fixed flag generation for mutable objects that support undo

github.com/hyperhyperspace/hyperhyperspace-core - c9cb3dea1acb85cc0b6a6d670fbd1ab774188323 authored over 3 years ago
adjusted button colors, dashed line width

github.com/hyperhyperspace/hyperhyperspace.org - 3d2eaefae50bb8e133eedf4ee9c17751b71c08c9 authored over 3 years ago
spruced up everything above the fold on index.html

github.com/hyperhyperspace/hyperhyperspace.org - 275b51c6575360210fed0371cde36edf7292b2dd authored over 3 years ago
Fixed bad currrentSpeed (1000x smaller)

github.com/hyperhyperspace/pulsar - c34e7106de1f1e67c526364f27549374a8160da0 authored over 3 years ago
updated mutate signature for latest version of hhs/core

github.com/hyperhyperspace/pulsar - 43359c076f8a7dcbb59d2215212d339364d6f806 authored over 3 years ago
catch errors caused by: ws to signalling server dies before pong message

is sent, transport receives a malformed message

github.com/hyperhyperspace/hyperhyperspace-core - 3d617d04f634c70a58dcbbffae2cd5bf0c5a43fd authored over 3 years ago
removed debug output

github.com/hyperhyperspace/pulsar - 5fe9359dd52aedcfbabf96a3ce6d39e4c353318f authored over 3 years ago
fixed parsing of command line parameters

github.com/hyperhyperspace/pulsar - e21067f7a403c480d603b1cf9c03f1e7e1ba2e1d authored over 3 years ago
fixed first block's blocktime

github.com/hyperhyperspace/pulsar - 44cc7a7595f2c4fde592eb2c8d6e2d298fee29c7 authored over 3 years ago
Merge branch 'main' of https://github.com/hyperhyperspace/soliton

github.com/hyperhyperspace/pulsar - 6acfb714f2b1b3eb4fac044b4e4feb46139acc75 authored over 3 years ago
restored script to pull without switching to main/master branch, added

windows versions

github.com/hyperhyperspace/workspace - 837473db4ca4d3d163da8cf3251237a5dc28d98e authored over 3 years ago
update: when pulling everything, switch to the main branch before (as

submodules are usually initialized with a detached head)

github.com/hyperhyperspace/workspace - 440d4f06fbe300fee2069556cb6ebec1b930c05b authored over 3 years ago
updated typescript and tslib

github.com/hyperhyperspace/pulsar - 329d23bab0ca6a2c5fbfc6444ab1bdc46407d2a8 authored over 3 years ago
updated to latest typescript and tslib

github.com/hyperhyperspace/p2p-chat - a0f0ac679745ebe93a04ba3e52336815915128fd authored over 3 years ago
NOW updated typescript and tslib

github.com/hyperhyperspace/p2p-chat-cli - 1774ec6197194d08cf6f0492ce07850297b432ec authored over 3 years ago
updated to latest typescript and tslib

github.com/hyperhyperspace/p2p-chat-cli - 44276efb65d94d51980b08b62413e3d3a53fc7f9 authored over 3 years ago
upgraded typescript to get rid of incremental build failure bug

github.com/hyperhyperspace/hyperhyperspace-core - 69b74021681bd9bd6c246650bbec424931783a50 authored over 3 years ago
updated to match OpCausalHistory -> OpHeader renaming in hhs/core

github.com/hyperhyperspace/pulsar - 81bec5bb6a1319807a1c0f615b6b75ca0af1eeeb authored over 3 years ago
completed renaming of OpCausalHistory to OpHeader

github.com/hyperhyperspace/hyperhyperspace-core - 5679ecea068546f6cf02bbc3801d6a629c2dd712 authored over 3 years ago
renaming: OpCausalHistory -> OpHeader, CausalHistoryX -> HistoryX,

freeing the word 'Causal' for naming causality in op invalidation.

github.com/hyperhyperspace/hyperhyperspace-core - 575fa35017e4bba7660ac8e7030b312ab26f293e authored over 3 years ago
fixes after new invalidation logic

github.com/hyperhyperspace/hyperhyperspace-core - 95145c80bfe69a3b56338da741a640f2b2dce352 authored over 3 years ago
op invalidation is complete

github.com/hyperhyperspace/hyperhyperspace-core - e81a62afb35d61880e5987384425c536bdd082bf authored over 3 years ago