You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ENG-375 akash-node: move start script to standalone file
fixesakash-network#18
* ENG-375 akash-node: avoid unnecessary config overwrite
fixesakash-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.
similar to #16
The text was updated successfully, but these errors were encountered: