Yaroslav

Results 56 issues of Yaroslav

Briefly describe your problem when use Baby. Format button make JSON invalid. JSON String ``` { "suggestions": [ { "value": "ООО \"ГЕЙТВЕЙ\"", "unrestricted_value": "ООО \"ГЕЙТВЕЙ\"", "data": { "kpp": "773401001", "capital":...

Briefly describe your problem when use Baby. When Snake to Camel unchecked — swift code includes appropriate enums. When it checked — it removes it. JSON String ``` ```

Working with a large numbers in lib makes it error prone in term of putting wrong dimension, e.g `1_000_000` instead of `10_000_000`. Luckily swift allows to use notation above which...

Cover EIP-1559 PRs with more tests. #509 #510 — this one covered by tests with design and logic inspired of geth yet.

enhancement

Discuss swiftlint config rules and add it as job to the github actions pipeline. Follow project parts should be excluded from the swiftlint checks: - `Example/` - `Tests/` Branch for...

enhancement

Now GitHub actions have only iOS workflow. Need to add macOS checks in pipeline.

Project are included two tests cases yet. - local tests, which doesn't required any Etherum interactions - remote tests, witch required Etherum interactions. The latter are based on [Infura](https://infura.io/) technology....

There's a code guideline draft to discuss which should be added to the project to make contributing more convenient and PR's more consistent. branch for that: https://github.com/skywinder/web3swift/compare/develop...code-guideline

documentation

Whole CI/CD pipeline are checking that library builds well itself. But as the project is a library it uses as dependency not as the end point of the solution stack....

Github actions pipeline are checking that code builds with following tools: - [X] Carthage - [X] Swift Package Manager 5.4 - [ ] Cocoapods Since library are distributing by all...