raiden-contracts icon indicating copy to clipboard operation
raiden-contracts copied to clipboard

Raiden Network Smart Contracts

Results 100 raiden-contracts issues
Sort by recently updated
recently updated
newest added

Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.1.1. Commits 9b777a3 bump version to 1.1.1 for wheels build 6d355f5 [Release 1.1] Cherry-pick some mypyc build fixes (#14820) a27dec5 Fix --strict-equality crash for instances...

dependencies
python

Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.2 to 2.28.11.15. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-requests&package-manager=pip&previous-version=2.28.11.2&new-version=2.28.11.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Bumps [black](https://github.com/psf/black) from 22.10.0 to 23.1.0. Release notes Sourced from black's releases. 23.1.0 Highlights This is the first release of 2023, and following our stability policy, it comes with a...

dependencies
python

Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.12.0. Release notes Sourced from isort's releases. 5.12.0 Changes Fix poetry pip-shims extras dependency (#2078) @​jooola Add the ability to restrict which directories isort works...

dependencies
python

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.5.0. Release notes Sourced from actions/setup-python's releases. Fix cache issue for Poetry projects located in subfolders In scope of this release we fixed cache issue...

dependencies
github_actions

Bumps [eth-tester[py-evm]](https://github.com/ethereum/eth-tester) from 0.6.0b6 to 0.7.0b1. Changelog Sourced from eth-tester[py-evm]'s changelog. Eth Tester Changelog .. towncrier release notes start v0.7.0-beta.1 (2022-08-25) Misc - https://github.com/ethereum/eth-tester/issues/230 v0.6.0-beta.6 (2022-01-26) Bugfixes Revert upstream dependency...

dependencies
python

Similarly to https://github.com/raiden-network/raiden-contracts/pull/461, `--gas_limit` value should be used during `raiden_contracts.deploy register` command.

P3
efforts: a few hours hack

in README. People wonder what number they should put in there.

enhancement
P2

I noticed this: https://github.com/raiden-network/raiden-contracts/blob/94f1428d2fad4719efffb26be3d7731d7bb3f3da/raiden_contracts/data/gas.json#L23-L24 Where all keys use `.` to separate the contract name from the method. The space has to be separated with a dot instead of space.

enhancement

All deployment files contain meaningless `contracts_version: null`. https://github.com/raiden-network/raiden-contracts/pull/1276#discussion_r334507985 Either * these `contracts_version: null` should be removed, or * these `contracts_version` should have correct values.

P3
efforts: a few hours hack