Vadim

Results 23 issues of Vadim

Are you going to provide token expiration functionality? It is very useful for Mobile Apps API's Thank you!

Can you make your controller "store" function input names to be configurable, for example add them to the config file, also with rules.

Add configurable options for POST variable names.

postponed

Migrate to v2 of AlchemyAPI `https://eth-{NETWORK}.alchemyapi.io/v2/{API_KEY}`

Tests begin to fail

It is often needed to construct primitives like `EthNumber` with pure bytes. ```swift try EthNumber( hex: SimpleBytes( bytes: DecodedABINumber( abiMessage: message, index: index ).value() ) ) ```

If we want to compare two `EthNumber`s, we need to make a ton of operation to convert them into other types.

https://github.com/pebble8888/secp256k1swift instead of https://github.com/shamatar/secp256k1_ios

Some users ask to provide an example for getting a balance of the account

The `ABIMessage` decoding fails for contract transaction execution. In case we try to decode the smart-contract execution transaction's `input` by wrapping it in `ABIMessage` and executing any of `DecodeABI*` function...