Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Types of the management modules improved #2720

Merged
merged 31 commits into from
Apr 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
253456b
txpool module types and documentation improved
Apr 23, 2019
6769cb6
SetEtherbaseMethod with inputAddressFormatter extended and types updated
Apr 23, 2019
1eaa23c
eth-admin module types improved
Apr 23, 2019
9060500
txpool module types updated
Apr 23, 2019
438d4ae
README files updated 'package => module'
Apr 23, 2019
38b36a7
Merge branch '1.0' into types/new-modules
nivida Apr 23, 2019
5d88dd7
txpool and debug module method names improved, types tests updated an…
Apr 23, 2019
dbe44d4
eth-debug types updated and debug documentation extended
Apr 23, 2019
e41e10c
debug documentation updated
Apr 24, 2019
6a60ae2
return values in debug documentation updated
Apr 24, 2019
8a22a56
debug types and related test updated
Apr 24, 2019
1ca0d84
txpool types test updated
Apr 24, 2019
8e30b18
methods name of the eth-debug module improved
Apr 24, 2019
cda1167
web3-eth-debug documentation updated
Apr 24, 2019
97b7b97
debug-test.ts fixed
Apr 24, 2019
22a054a
MethodFactoryTest in txpool module updated
Apr 25, 2019
c3aa3da
doc titles updated
Apr 25, 2019
e42ffab
getPeer type improved
Apr 25, 2019
4940e1a
SetEtherBaseMethodTest extended
Apr 25, 2019
b20efdb
index.rst and web3-eth-debug.rst updated
Apr 25, 2019
fa6d581
web3.rst updated
Apr 25, 2019
c51ec67
types updated in eth-debug module
Apr 25, 2019
60d8e1c
DumpBlockMethod with beforeExecution extended
Apr 25, 2019
bcb8006
missing beforeExecution methods added
Apr 25, 2019
5776a99
method tests of the new modules updated
Apr 25, 2019
5903ecd
web3-eth-debug docs updated
Apr 25, 2019
138d1e7
eth-debug documentation updated
Apr 25, 2019
c655b07
return values in debug documentation examples updated
Apr 25, 2019
cf2ff9e
Merge branch '1.0' into types/new-modules
nivida Apr 25, 2019
0003913
Merge branch '1.0' into types/new-modules
nivida Apr 26, 2019
0470903
Merge branch '1.0' into types/new-modules
nivida Apr 27, 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
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Contents:
web3-eth-iban
web3-eth-net
web3-eth-abi
web3-eth-admin
web3-eth-debug
web3-eth-miner
web3-eth-txpool
web3-net
web3-bzz
web3-shh
Expand Down
6 changes: 3 additions & 3 deletions docs/web3-eth-admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

.. include:: include_announcement.rst

=================
Web3 Admin Module
=================
============
Admin Module
============


The ``web3-eth-admin`` package allows you to interact with the Ethereum node's admin management.
Expand Down
Loading