• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-eth-py / 9987214757

18 Jul 2024 07:18AM UTC coverage: 93.565% (+0.01%) from 93.555%
9987214757

push

github

web-flow
Add addresses 1.3.0 for chain ETHERLINK_MAINNET (#1226)

* Add new chain 42793

* Add new explorer client URL: https://explorer.etherlink.com/api/v1/graphql

* Add new master copy address 0x69f4D1788e39c87893C980c06EdF4b7f686e2938

* Add new master copy address 0xfb1bffC9d739B8D520DaF37dF666da4C687191EA

* Add new proxy address 0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

1 of 1 new or added line in 1 file covered. (100.0%)

11 existing lines in 6 files now uncovered.

8142 of 8702 relevant lines covered (93.56%)

3.74 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/gnosis/safe/tests/utils.py
1
import os
4✔
2
import random
4✔
3

4
from gnosis.eth.constants import SECPK1_N
4✔
5

6

7
def generate_salt_nonce() -> int:
4✔
8
    return random.getrandbits(256) - 1
4✔
9

10

11
def generate_valid_s() -> int:
4✔
UNCOV
12
    while True:
13
        s = int(os.urandom(30).hex(), 16)
×
14
        if s <= (SECPK1_N // 2):
×
15
            return s
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc