Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored the contract object #424

Merged
merged 46 commits into from
Oct 7, 2016
Merged

Refactored the contract object #424

merged 46 commits into from
Oct 7, 2016

Conversation

frozeman
Copy link
Contributor

@frozeman frozeman commented Apr 5, 2016

This implements the following: ethereum/EIPs#68

@frozeman frozeman added the In Progress Currently being worked on label Apr 5, 2016
@frozeman frozeman added this to the 1.0 milestone Apr 5, 2016
@frozeman frozeman merged commit 23f428b into 1.0 Oct 7, 2016
@frozeman frozeman deleted the newContract branch October 7, 2016 11:08
nachomazzara pushed a commit to nachomazzara/web3.js that referenced this pull request Jun 4, 2020
* started contract

* prepared the contract functions

* added deploy function

* added event emitter funcitons

* eventified promise

* added encodeABI

* added optional bluebird

* improved the param finder

* added call, transact and estimateGas

* allow siganture for encodeABI

* working on events

* added event listeners to contracts

* working on contract events

* changed on message to on data

* working on decoding events

* switched deploy check to subscriptions

* removed all event functions, keep only contract.on

* added subscription stuff

* fixed substractions formatters

* added log decoding

* added all events

* fixed events

* added new method calling structure

* added mined event for send tx

* worked on getPastEvents, still WIP

* working on tests

* added once method

* made options object in function execution optional

* finished pastEvents

* added request function for batch processing to contract methods

* fixed contract tests

* finished proting tests

* test provider isolatiton issues

* commented out test to prevent unsolvable issue for now

* changed deploy resolve

* deactivate encodeABI

* improved fake provider, with stacking validation and results

* added fromBlock test

* added tests for internal methods of the contract object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In Progress Currently being worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant