Pawan Dhananjay
35e24ed412
refactor: extract minimal features of Contract into BaseContract ( #88 )
...
* refactor: extract minimal features of Contract into BaseContract
* refactor: move BaseContract to own file
* chore: ensure celo test passes
* chore: fix clippy
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2020-10-27 12:57:01 +02:00
Georgios Konstantopoulos
2d51c523ba
feature: Middleware Architecture ( #65 )
...
* feat: convert Provider to Middleware trait
* feat: move gas oracle to middleware crate
* feat: move signer to middleware crate
* feat: add nonce manager middleware and test stacking
* refactor: convert generic middleware jsonrpc type to associated type
* feat: move ethers-contract to middleware arch
* test(provider): make tests pass
* test(middleware): move middleware tests from signer
* test: fix ethers examples
* fix(contract): make tests compile
* chore: fix clippy
* feat: deduplicate trait delegation
* refactor(signer): deduplicate tx signing logic across signers
* fix doctests
* fix: examples, celo tests and ci
2020-09-25 00:33:09 +03:00
Georgios Konstantopoulos
4ff466a593
fix intradoc links and add missing cargo metadata ( #29 )
2020-06-20 16:55:07 +03:00
Rohit Narurkar
5d92e72882
add json rpc bindings for eth_getCode ( #15 )
2020-06-15 23:10:27 +03:00
Georgios Konstantopoulos
79b21b9ea0
add pending tx type to wait for tx confirmations ( #11 )
...
* feat: add pending tx type
* feat(pending-txs): implement the full state machine
* tests(ethers): fix transfer eth example
* feat: use the pending transaction struct when deploying a contract
* ci: skip the pending tx test
* chore: fix doctests
2020-06-15 15:40:06 +03:00
Sebastian Bolaños
20da946aa2
Update docs path ( #12 )
...
* Change docs url from local modules to docs.rs
2020-06-15 14:29:50 +03:00
Georgios Konstantopoulos
7020dc18fb
docs(crate): further expand the docs
2020-06-11 11:41:41 +03:00
Georgios Konstantopoulos
980e7fca8c
docs: add some more docs
2020-06-10 09:24:36 +03:00
Georgios Konstantopoulos
b47c89455c
ci: skip tests with external deps
2020-06-03 00:16:08 +03:00
Georgios Konstantopoulos
6bd3c41bd0
contract: simplify errors and generics
2020-06-02 02:15:33 +03:00
Georgios Konstantopoulos
cd4914d37f
refactor: pull crates to root dir
2020-06-01 21:24:22 +03:00