Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperspace #17

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c040888
add hyperspace config
lalexgap Feb 27, 2023
25e0bd7
update simple hub
lalexgap Feb 27, 2023
e193ded
update start script to handle hyperspace
lalexgap Feb 27, 2023
c73a67f
update bignumberify to work with latest ethers
lalexgap Feb 27, 2023
25d92a9
update ethers and our local state channel packages
lalexgap Feb 27, 2023
6b7896f
disable chain id check for now
lalexgap Feb 27, 2023
e5a5239
initialize hub comms after our wallet is enabled
lalexgap Feb 27, 2023
3735171
remove preinstall
lalexgap Feb 27, 2023
c04d838
fix weird import error
lalexgap Feb 27, 2023
225fc92
check in lockfile
geoknee Feb 27, 2023
c71b6d9
use BigNumber.from() instead of utils.Bignumberify
geoknee Feb 27, 2023
9df989d
use "0x00" instead ofutils.zeroPad('0x0', 20)
geoknee Feb 27, 2023
b390c4f
Merge pull request #18 from statechannels/hyperspace-george-fixes
lalexgap Feb 27, 2023
10e0c1e
remove extra init
lalexgap Feb 27, 2023
a9c8f6f
add prod env vars
lalexgap Feb 27, 2023
7b3edb8
update to hyperspace provider
lalexgap Feb 27, 2023
ab6ac9b
get simple-hub deploying
lalexgap Feb 27, 2023
d2ad248
use heroku url for tracker
lalexgap Feb 27, 2023
54d68d5
update to TFIL denoms
lalexgap Feb 28, 2023
4900f2b
remove <p> tag
geoknee Feb 28, 2023
18903ac
networkChanged => chainChanged
geoknee Feb 28, 2023
f12b52d
patch @statechannels/iframe-channel-provider
geoknee Feb 28, 2023
24dd17b
Merge pull request #20 from statechannels/quirks
geoknee Feb 28, 2023
f175f87
Merge pull request #21 from statechannels/patch-iframe-provider
geoknee Feb 28, 2023
dc157ff
remove chatlio
lalexgap Feb 28, 2023
db33d67
update persistent seeder for hyperspace
lalexgap Feb 28, 2023
ec10b66
yarn.lock update
lalexgap Feb 28, 2023
49636dd
try longer yarn timeout for persistent seeder
lalexgap Feb 28, 2023
5831974
update FAQ link
geoknee Mar 2, 2023
cde6e74
Merge pull request #22 from statechannels/faq-link
geoknee Mar 2, 2023
198f6c3
Ethererum -> Hyperspace
Mar 3, 2023
30118cb
channels -> channel
Mar 3, 2023
ae88126
ETH -> tFIL
Mar 3, 2023
0010d4a
add link to chainlist hyperspace wallet connection
Mar 3, 2023
6ecb0eb
update to new firebase
lalexgap Mar 3, 2023
a52d905
Merge pull request #24 from statechannels/cmk.ethereum-to-hyperspace
NiloCK Mar 3, 2023
2df122b
make prettier happy
geoknee Mar 3, 2023
8d91103
Merge pull request #25 from statechannels/prettier
geoknee Mar 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try longer yarn timeout for persistent seeder
  • Loading branch information
lalexgap committed Feb 28, 2023
commit 49636dd086f01f7809cfa2859edd28f99782c135
2 changes: 1 addition & 1 deletion packages/persistent-seeder/persistent-seeder.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN chown -R seeder: /statechannels/apps
USER seeder

# Install dependencies
RUN yarn
RUN yarn --network-timeout 100000

WORKDIR /statechannels/apps/packages/persistent-seeder

Expand Down