Tomas Tauber
Tomas Tauber
e.g. https://github.com/crypto-org-chain/chain-main/blob/0f99b253887b4bcce0dac2fd65635fb07c00920b/x/nft/keeper/keeper_test.go#L52 it may be worth switching to https://github.com/onsi/ginkgo
I guess the test will be something like this: - two chains with short unbonding time / trusting period - establish ibc channel, but shutdown a relayer to let the...
as noted by @MaCong-crypto > Unable to find cosmovisor for chain-main project Pull repo with --recurse-submodules flag `git clone [email protected]:crypto-org-chain/chain-main.git --recurse-submodules` Or if you have already pulled the repo: `git...
it should be possible to use e.g. secp256r1: https://github.com/cosmos/cosmos-sdk/blob/master/docs/architecture/adr-028-public-key-addresses.md @MaCong-crypto
``` error[E0609]: no field `llvm_version` on type `VersionMeta` 912 Error: --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/vergen-4.0.2/src/feature/rustc.rs:79:42 913 | 914 79 | if let Some(llvmver) = rustc.llvm_version { 915 | ^^^^^^^^^^^^ unknown field 916 |...
``` Compiling chain-core v0.6.0 (/home/runner/work/thaler/thaler/chain-core) 888 error[E0061]: this function takes 3 arguments but 2 arguments were supplied 889 Error: --> chain-core/src/tx/data/address.rs:68:21 890 | 891 68 | bech32::encode(get_bech32_human_part_from_network(network), checked_data) 892 |...
``` 2766 error[E0658]: `match` is not allowed in a `const fn` 2767 --> /drone/src/drone/cargo/registry/src/github.com-1ecc6299db9ec823/fixed-1.6.0/src/macros_no_frac.rs:1011:25 2768 | 2769 1011 | / match self.to_bits().checked_abs() { 2770 1012 | | None => None,...
https://github.com/crypto-com/thaler/pull/2473/checks?check_run_id=1770462607#step:6:890 ``` Error: --> chain-core/src/common/merkle_tree.rs:159:5 892 | 893 159 | fn encode_to(&self, dest: &mut EncOut) { 894 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl has extra requirement `EncOut: Sized` 895 896 error[E0276]: impl has...
``` Compiling client-core v0.6.0 (/home/runner/work/thaler/thaler/client-core) 905 error[E0603]: module `export` is private 906 Error: --> client-core/src/service/wallet_service.rs:17:12 907 | 908 17 | use serde::export::PhantomData; 909 | ^^^^^^ private module 910 | 911...