Giter Site home page Giter Site logo

coreum's People

Contributors

begmaroman avatar dzmitryhil avatar keyleu avatar miladz68 avatar oliverasistemas avatar outofforest avatar pgoos avatar vertex451 avatar wojtek-coreum avatar ysv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

coreum's Issues

error while loading shared libraries: libwasmvm.x86_64.so

What happened?

Cosmovisor verision command produces "error while loading shared libraries: libwasmvm.x86_64.so" on v0.0.1-dev.

What did you expect to happen?

null

Steps to reproduce the behavior (as precisely as possible)

image

Versions (please complete the following information)

cored - 624a5e0
crust - b043d34

Logs

Screenshots

Anything else we need to know?

`hermes` fails to import account created by `cored`

What happened?

I need to create a relayer with coreum, but I'm having this problem when importing a coreum account using hermes.

What did you expect to happen?

hermes will successfully import coreum's account

Steps to reproduce the behavior (as precisely as possible)

  1. use cored to create account.
cored keys add keycoreum --output json > keycoreum.json
  1. import this account to hermes.
hermes keys add --chain coreum-mainnet-1 --key-file keycoreum.json

Versions (please complete the following information)

cored v3.0.0

Logs

error message

โžœ  relayer-keys hermes keys add --chain coreum-mainnet-1 --key-file keycoreum.json
2023-11-29T14:32:04.597459Z  INFO ThreadId(01) using default configuration from '/home/ubuntu/.hermes/config.toml'
2023-11-29T14:32:04.598236Z  INFO ThreadId(01) running Hermes v1.7.2
ERROR An error occurred adding the key on chain coreum-mainnet-1 from file "keycoreum.json": mismatch between the public key in the key file and the public key in the mnemonic

Screenshots

Anything else we need to know?

Generated `gnesis.json` contains invalid address prefixes if prefixes are not set

n, _ := NetworkByChainID(Devnet)
// n.SetupPrefixes()
n.SaveGenesis(".")

If the line containing n.SetupPrefixes() stays commented, generated genesis.json uses cosmos as a prefix for addresses.
If another network was used to set prefixes up, then addresses with prefixes of that other network are stored in genesis.json.
It also means that if SetupPrefix() is called by one network, it's no longer possible to generate genesis.json for the other network because SetupPrefixes() might be called only once.

Solution

Network.EncodeGenesis() method should not use address encoder provided by cosmos-sdk because it uses global configuration.
Instead we should implement our own encoder taking prefix from the current network genesis.json is generated from.

sentry-nodes generation is weird for node '0'

Screenshot 2022-06-03 at 17 44 19

On the commit 4cba343 of coreznet-benchmark branch, the command

corezstress generate --validators 3

generates weird config folder for '0'-th sentry. There is a dir priv_validator_key.json and the config dir has structure like a validator.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.