Aleksandr Krupenkin

Results 24 issues of Aleksandr Krupenkin

**Describe the bug** Send transacton in Aragon Client app using Trezor One makes following error: > Your transaction wasn't signed and no tokens were sent. > Error: “Invalid transaction params:...

bug

**Pull Request Summary** Implement https://github.com/AstarNetwork/astar-frame/pull/74 on test runtimes. **Check list** - [ ] added or updated unit tests - [ ] updated Astar official documentation - [ ] added OnRuntimeUpgrade...

**Motivation** According to https://github.com/airalab/robonomics/issues/46 is better to dedicate node identity and store it into a file for long term usage. **Steps** * [ ] Add into identity module function to...

enhancement
good first issue
bounty-s

For simple JSON encoding any solidity related type should have [FromJSON](http://hackage.haskell.org/package/aeson-1.4.1.0/docs/Data-Aeson.html#t:FromJSON) and [ToJSON](http://hackage.haskell.org/package/aeson-1.4.1.0/docs/Data-Aeson.html#t:ToJSON) instances. In first view `UIntN` type have no. Solidity primitive type check list: - [ ] Address...

enhancement
good first issue

It's very useful to have [Hashable](http://hackage.haskell.org/package/hashable) instance for Solidity primitive types. Solidity primitive type check list: - [ ] Address - [ ] Bool - [ ] Bytes - [...

enhancement
good first issue

In #68 proposed adding to TH custom escaping but it would be better to make generalized param for escape sequences in `abi` and `abiFrom` functions.

enhancement

Adding full support for Whisper v6 protocol API. It partially implemented in `whisper` branch but not fully tested.

enhancement

To help testing functions with solidity types as arguments should be created [Arbitrary](https://hackage.haskell.org/package/QuickCheck-2.11.3/docs/Test-QuickCheck-Arbitrary.html#t:Arbitrary) instance. Solidity primitive type check list: - [ ] Address - [ ] Bool - [ ]...

enhancement
good first issue

**The problem** Currently building something with `catkin` fails when sandbox is enabled. **Affected** * https://github.com/airalab/airapkgs @akru **Related issues** * #67

enhancement

**Motivation** Historically pallet-xcm is basic Polkadot pallet for sending XCM, including assets manipulation functions like `reserve_transfer_assets` call. Unfortunately `pallet-xcm` **miss** function for getting reserved / transferred assets back. For example,...