Skip to content

Commit

Permalink
support namada v0.39.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4r45h authored Jun 11, 2024
1 parent 40e46b9 commit 461a565
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/genesis-chain-b/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ implicit_vp = "vp_implicit"
# Expected number of epochs per year (also sets the min duration of an epoch in seconds)
# NOTE: use longer epochs for testing hermes, e.g. 31_536
epochs_per_year = 31_536
# The multiplier for masp epochs
masp_epoch_multiplier = 2
# Maximum number of signature per transaction
max_signatures_per_transaction = 15
# Max gas for block
Expand Down
2 changes: 2 additions & 0 deletions config/genesis/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ implicit_vp = "vp_implicit"
# Expected number of epochs per year (also sets the min duration of an epoch in seconds)
# NOTE: use longer epochs for testing hermes, e.g. 31_536
epochs_per_year = 31_536
# The multiplier for masp epochs
masp_epoch_multiplier = 2
# Maximum number of signature per transaction
max_signatures_per_transaction = 15
# Max gas for block
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ x-namada: &namada-common
dockerfile: docker/Dockerfile
context: .
args:
- NAMADA_TAG=${NAMADA_TAG:-v0.38.1}
- NAMADA_TAG=${NAMADA_TAG:-v0.39.0}
- BUILD_WASM=true
image: arashidos/namada:${NAMADA_TAG:-v0.38.1}
image: arashidos/namada:${NAMADA_TAG:-v0.39.0}
entrypoint: ["sh", "/docker-entrypoint-scripts.d/start-node.sh"]
networks:
namada:
Expand Down

0 comments on commit 461a565

Please sign in to comment.