Skip to content

Commit 9846579

Browse files
authored
Merge pull request #1715 from hwwhww/clean_beacon
Remove `eth.beacon`
2 parents ffc24a2 + 850bba7 commit 9846579

File tree

98 files changed

+2
-7968
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+2
-7968
lines changed

.circleci/config.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -199,32 +199,19 @@ jobs:
199199
- image: circleci/python:3.6
200200
environment:
201201
TOXENV: py36-database
202-
py36-beacon:
203-
<<: *common
204-
docker:
205-
- image: circleci/python:3.6
206-
environment:
207-
TOXENV: py36-beacon
208202

209203
py37-core:
210204
<<: *common
211205
docker:
212206
- image: circleci/python:3.7
213207
environment:
214208
TOXENV: py37-core
215-
py37-beacon:
216-
<<: *common
217-
docker:
218-
- image: circleci/python:3.7
219-
environment:
220-
TOXENV: py37-beacon
221209

222210
workflows:
223211
version: 2
224212
test:
225213
jobs:
226214
- py37-core
227-
- py37-beacon
228215

229216
- py36-docs
230217

@@ -240,7 +227,6 @@ workflows:
240227
- py36-core
241228
- py36-transactions
242229
- py36-database
243-
- py36-beacon
244230

245231
- py35-native-blockchain-byzantium
246232
- py35-native-blockchain-constantinople

eth/_utils/bitfield.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

eth/_utils/blobs.py

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)