Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Feature/improve redux state creation #205

Merged
merged 19 commits into from
Apr 4, 2019

Conversation

cds-amal
Copy link
Member

@cds-amal cds-amal commented Apr 2, 2019

This PR allows DApp developers to configure drizzle with their own middleware, sagas and reducers. One use case would be for DApp devs to listen to contract events. #147

cds-amal added 14 commits March 18, 2019 10:07
The redesigned API will allow clients to more easily integrate with the
redux store by connectiong app reducers and sagas. It also allows for
disabling redux dev tool
* Put contracts dictionary initialization concerns into
contractStateUtils This includes, the refactored single exports from
generateContractInitialState.js and generateContractsInitialState.js and
getAbi.js

* remove unused module getAddress.js
Copy link
Contributor

@adrianmcli adrianmcli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple changes here. Do try to proof-read a bit more before asking for a review next time. Otherwise, good work.

README.md Outdated Show resolved Hide resolved
src/contractStateUtils.js Outdated Show resolved Hide resolved
@cds-amal cds-amal requested a review from adrianmcli April 3, 2019 23:29
@adrianmcli
Copy link
Contributor

lgtm

@cds-amal cds-amal merged commit 27ce7eb into develop Apr 4, 2019
@cds-amal cds-amal deleted the feature/improve-redux-state-creation branch April 4, 2019 16:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants