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

akash-node: move run.sh to standalone file #18

Closed
boz opened this issue Feb 20, 2022 · 0 comments
Closed

akash-node: move run.sh to standalone file #18

boz opened this issue Feb 20, 2022 · 0 comments
Assignees

Comments

@boz
Copy link
Contributor

boz commented Feb 20, 2022

similar to #16

@arno01 arno01 self-assigned this Jun 8, 2022
arno01 added a commit to arno01/helm-charts that referenced this issue Jun 8, 2022
@arno01 arno01 closed this as completed in 13b081e Jun 8, 2022
@andy108369 andy108369 assigned andy108369 and unassigned arno01 Jun 14, 2022
tvanes pushed a commit to hoolia/akash-helm-charts that referenced this issue Jun 24, 2022
* ENG-375 akash-node: move start script to standalone file

fixes akash-network#18

* ENG-375 akash-node: avoid unnecessary config overwrite

fixes akash-network#19

* ENG-375 akash-node: remove nonsense

AKASH_P2P_PRIVATE_PEER_IDS is comma separated list of peer IDs to keep private (will not be gossiped to othe
r peers) which does not make any sense as we aren't using private peers
nor does it make sense to nmap through whole list of (25 as of now)
peers to just pick a single working one. It just slows down the
bootstrap.

and we already use akash_node.peers, which go to AKASH_P2P_PERSISTENT_PEERS and should be more than enough.

* ENG-375 akash-node: validate-genesis does not do anything

and akash validate-genesis fails after 0.16.3 upgrade
https://github.com/ovrclk/akash/issues/1565

* ENG-375 akash-node: introduce state-sync feature

* ENG-375 akash-provider: explicitly set bid deposit to 5 AKT

it looks like that when running a provider against state-synced RPC node
it would default to 50 AKT for bid deposit. Despite that state-synced
RPC node returns 5 AKT for "akash query params subspace market
BidMinDeposit" command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants