Skip to content

Commit 460c1b0

Browse files
committed
Split local-provider and http-provider-server features
1 parent 53b4af7 commit 460c1b0

5 files changed

Lines changed: 80 additions & 79 deletions

File tree

.github/workflows/lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3
3232
- name: Install dependencies
3333
run: |
34-
pdm sync -G lint,compiler,local-provider
34+
pdm sync -G lint,compiler,local-provider,http-provider-server
3535
- name: Run mypy
3636
run: |
3737
pdm run mypy pons

docs/api.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ Testing utilities
130130

131131
``pons`` exposes several types useful for testing applications that connect to Ethereum RPC servers. Not intended for the production environment.
132132

133-
Install with the feature ``local-provider`` for it to be available.
134-
135-
136133
.. autoclass:: LocalProvider
137134
:show-inheritance:
138135
:members: disable_auto_mine_transactions, enable_auto_mine_transactions, take_snapshot, revert_to_snapshot

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Changed
1010

1111
- ``JSON`` removed from the public API, instead we have a more specific ``ABI_JSON``. (PR_82_)
1212
- Renamed ``id_`` fields of ``BlockFilter``, ``PendingTransactionFilter``, and ``LogFilter`` to just ``id``. (PR_82_)
13+
- Split out ``http-provider-server`` feature from ``local-provider``. (PR_82_)
1314

1415

1516
Added

0 commit comments

Comments
 (0)