Sztergbaum Roman

Results 55 issues of Sztergbaum Roman

## Description fix #2487 - [x] Grant - [x] Signed unit tests Grant https://www.mintscan.io/cosmos/txs/C4629BC7C88690518D8F448E7A8D239C9D63975B11F8E1CE2F95CC2ADA3CCF67 - [x] Revoke - [x] Signed/Broadcasted unit tests Revoke https://www.mintscan.io/cosmos/txs/E3218F634BB6A1BE256545EBE38275D5B02D41E88F504A43F97CD9CD2B624D44 ## How to test Run C++...

## Motivation Currently, WalletCore has a single target that takes all the project sources and compiles them into a static library. The source tree contains folders for each blockchain but...

enhancement
priority:low
size:large

## Description WIP/POC approach for internal modularity for #2483 ## How to test Run c++ unit tests ## Types of changes Improvements ## Checklist - [x] Create pull request as...

## Motivation > Cosmos SDK Authz Module > Short for Authorization, Authz allows you to authorize an address to perform a specific action on your behalf. > Imagine you have...

enhancement
priority:low
size:medium

``` error[E0434]: can't capture dynamic environment in a fn item --> mm2src/coins/eth.rs:2089:50 | 2089 | let mut existing_history = match self.load_history_from_file(ctx).compat().await { | ^^^^ | = help: use the `||...

https://github.com/Kucoin/kucoin-go-sdk/blob/468026a33b3a24a4d8f7788c8b3032b3a95cb425/websocket.go#L13 Gorilla websocket doesn't support wasm build, is it possible to use one that support it ? such as https://github.com/nhooyr/websocket (btw it's more efficient and more robust)

output of make install: ``` # github.com/kava-labs/kava/cmd/kava flag provided but not defined: -L/opt/homebrew/opt/openssl@3/lib usage: link [options] main.o -B note add an ELF NT_GNU_BUILD_ID note when using ELF -E entry set...

## Description WIP - [x] Introduce networkId - [x] C Interface to query networkID - [x] Update CoinInfoData codegen template - [ ] AnySigner unit tests with Acala network -...

## Description fix #2656 ## How to test run c++ unit tests ## Checklist - [x] Create pull request as draft initially, unless its complete. - [x] Add tests to...

## Description Eth part of #2589 WIP - [x] Basic unsigned raw tx support - [x] anyRawTx - [x] update coin entry interface - [x] test decoding online - [...