Skip to content
Closed
Changes from 2 commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
915012f
Added addReservedPeer method to web3.parity module
drelu Jan 13, 2019
0b3927c
removed default params
drelu Jan 13, 2019
5c80a3d
Fix bug when checking _pm attr on w3
njgheorghita Jan 22, 2019
c8fc224
Return checksummed address for w3.pm.deploy_and_set_registry()
njgheorghita Jan 24, 2019
503564b
Remove unnecessary exception catching
davesque Jan 24, 2019
60e5ad2
Merge remote-tracking branch 'origin2/master'
drelu Jan 27, 2019
c0a359a
Added test
drelu Jan 27, 2019
a50b604
fix parameter handling
drelu Jan 27, 2019
ca2e70a
Merge pull request #1219 from njgheorghita/pm-api-bugfix
njgheorghita Jan 28, 2019
5086c1c
Merge pull request #1224 from davesque/exc-catching
davesque Jan 29, 2019
3b64fef
Remove unnecessary use of list
davesque Jan 30, 2019
0641246
Add some helpful whitespace
davesque Jan 30, 2019
83d4b3a
Merge pull request #1226 from davesque/find-matching
davesque Jan 31, 2019
c4dd5c5
Add docstring for `merge_args_and_kwargs`
davesque Jan 30, 2019
961b520
Add/update comments in `merge_args_and_kwargs`
davesque Jan 30, 2019
dbc71ca
Minor lint/whitespace
davesque Jan 30, 2019
575cb66
Cleanup/refactoring in `merge_args_and_kwargs`
davesque Jan 31, 2019
c4de474
Merge pull request #1228 from davesque/merge-args-kwargs
davesque Jan 31, 2019
69dffd0
Add manifest and input arg validation to pm.release_package()
njgheorghita Feb 7, 2019
29790ca
Merge pull request #1237 from njgheorghita/pm-api-validation
njgheorghita Feb 8, 2019
d01c549
Store registry address as checksummed
njgheorghita Feb 8, 2019
dca2958
Merge pull request #1238 from njgheorghita/pm-api
njgheorghita Feb 8, 2019
3eb44b5
First pass on Contract caller
kclowes Jan 30, 2019
8f43e3d
ContractReader works with parentheses option
kclowes Jan 30, 2019
a02d328
Allow reader to take a transaction_dict
kclowes Jan 30, 2019
c5eff04
Change all 'reader' references to 'caller'
kclowes Jan 30, 2019
fc66cf4
Add test to make sure a contract without an ABI doesn't return an error
kclowes Jan 30, 2019
bb5f4fc
Add deprecation message
kclowes Jan 30, 2019
16d965a
Get rid of ContractMethod, raise error if no ABI
kclowes Jan 30, 2019
b546b4d
Pass around args in a way that makes tests pass
kclowes Jan 30, 2019
affb65f
Change ImplicitContract deprecation method,
kclowes Jan 30, 2019
871854a
Tests passing for ENS
kclowes Jan 30, 2019
9eb5e79
Fix linting
kclowes Jan 30, 2019
7bef872
ConciseContract tests passing
kclowes Jan 30, 2019
8fde6b9
Allow no ABI until a function is called
kclowes Jan 30, 2019
21e65e1
Move ContractCaller tests to their own file
kclowes Jan 30, 2019
f9b61a5
Test that block_identifier is set correctly
kclowes Jan 30, 2019
f575c2f
Test that address gets set correctly
kclowes Jan 30, 2019
71f3199
Add block number to CallerTester contract
kclowes Jan 30, 2019
dd049ed
Add block identifier to CallerTester contract
kclowes Jan 30, 2019
dadea84
Refactor out none_or_zero_address function
kclowes Jan 30, 2019
f2ba13a
Add documentation to ContractCaller class
kclowes Jan 30, 2019
b7e6bb9
Whitespace
kclowes Jan 30, 2019
0a7bff2
More whitespace
kclowes Jan 31, 2019
db02c27
Test deprecation methods,
kclowes Jan 31, 2019
47e1ca6
ContractCaller docs are tested
kclowes Feb 1, 2019
16bc9e1
Sort imports correctly
kclowes Feb 1, 2019
dcad1a3
Add deprecation warnings to ConciseContract and ImplicitContract in docs
kclowes Feb 1, 2019
f71ab2b
Add elif and space in error message
kclowes Feb 1, 2019
6edf8a8
fix linting
kclowes Feb 1, 2019
6844214
Rename transaction_dict to transaction.
kclowes Feb 6, 2019
b5de1a3
Add block_identifier example
kclowes Feb 7, 2019
d5d55e9
docs: clean up intro and block/tx filter sections.
veox Feb 3, 2019
abf65ce
(bug) Need Geth POA middleware to use Rinkeby
fubuloubu Feb 5, 2019
e9a5f9b
(lint) Imports incorrectly sorted
fubuloubu Feb 5, 2019
f82a0a5
(lint) Extra newline
fubuloubu Feb 5, 2019
ead5f43
Remove deprecated methods - call, buildTransaction, estimateGas, tran…
kclowes Feb 5, 2019
5a587b7
Remove deprecated deploy method
kclowes Feb 5, 2019
e892394
Add unreleased section to docs
kclowes Feb 5, 2019
c09c7af
Remove unused imports
kclowes Feb 5, 2019
28129dd
Add link to PR in unreleased section in docs
kclowes Feb 5, 2019
be13bda
Hotfix - add deprecated_for decorator back
kclowes Feb 11, 2019
8384046
adds Web3.toJSON() per #782
Dec 21, 2018
d282229
linting for new JSON encoding functions and tests.
Dec 21, 2018
06583b0
Added AttributeDict recursive test
mikeshultz Jan 8, 2019
02db168
linting test_conversions.py
mikeshultz Jan 9, 2019
e11faf5
documentation added for Web3.toJSON
mikeshultz Jan 9, 2019
2ac317e
Fixed import sorting linting isues
mikeshultz Jan 9, 2019
f998d89
Update vyper registry assets
njgheorghita Feb 13, 2019
8f43bc0
Merge pull request #1242 from njgheorghita/pm-api
njgheorghita Feb 13, 2019
b22df9d
Release notes for v5.0.0a5
kclowes Feb 11, 2019
f8a3d75
Release notes for v5.0.0a5
kclowes Feb 11, 2019
629ce44
Merge branch 'master' of github.com:kclowes/web3.py
kclowes Feb 13, 2019
4f63b2f
Bump version: 5.0.0-alpha.4 → 5.0.0-alpha.5
kclowes Feb 13, 2019
0e8dad6
Use new NoABIFound error
kclowes Feb 13, 2019
2271ba2
Allow usage of Infura's v3 API
kclowes Feb 18, 2019
8c3e916
Refactor some variable names for upcoming changes
davesque Feb 20, 2019
d3651a9
Fix typo in docstring
feuGeneA Feb 20, 2019
c065521
Remove process_type and its uses
davesque Feb 20, 2019
4b28634
Add some type annotations
davesque Feb 20, 2019
df04b6a
Update to new string API for ABIType
davesque Feb 21, 2019
3f5ecca
Update existing uses of old ABIType string API
davesque Feb 21, 2019
0275b34
Merge pull request #1249 from davesque/process-type
davesque Feb 22, 2019
b009383
Test against Parity v2.2.11
kclowes Feb 22, 2019
016fe79
Added addReservedPeer method to web3.parity module
drelu Jan 13, 2019
18af6de
removed default params
drelu Jan 13, 2019
bdfc4b8
Added test
drelu Jan 27, 2019
6e245e4
fix parameter handling
drelu Jan 27, 2019
62bf5ec
Test against Parity v2.2.11
kclowes Feb 22, 2019
831ba6a
Bump to most stable parity (v2.3.5), use linux os
kclowes Mar 6, 2019
aea21d0
Fix merge conflicts
kclowes Mar 6, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions web3/parity.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ def netPeers(self):
"parity_netPeers",
[],
)

def addReservedPeer(self, params):
return self.web3.manager.request_blocking(
"parity_addReservedPeer",
params,
)

def traceReplayTransaction(self, transaction_hash, mode=['trace']):
return self.web3.manager.request_blocking(
Expand Down