Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9139047

Browse files
author
Kotsias, Panagiotis-Christos
committed
Added pro methods
1 parentba04936 commit9139047

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

‎configs/pro.json‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"get_proxy_block_number": {
3+
"module":"proxy",
4+
"kwargs": {}
5+
},
6+
"get_proxy_block_by_number": {
7+
"module":"proxy",
8+
"kwargs": {
9+
"tag":"0x10d4f"
10+
}
11+
},
12+
"get_proxy_uncle_by_block_number_and_index": {
13+
"module":"proxy",
14+
"kwargs": {
15+
"tag":"0x210A9B",
16+
"index":"0x0"
17+
}
18+
}
19+
}

‎run_tests_pro.sh‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
clear
3+
export API_PRO_KEY=$1
4+
coverage run -m unittest discover&& coverage report -m

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp