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

Refactor the State object from loomchain into a seperate package. #1491

Closed
wants to merge 14 commits into from

Conversation

Sriep
Copy link
Contributor

@Sriep Sriep commented Sep 20, 2019

  • I added unit tests for any code that added
  • I updated the CHANGELOG.md
  • All IP is original and not copied from another source
  • I assign all copyright to Loom Network for the code in the pull request

Having the State object in the main loomchain object can make it difficult to avoid cyclic dependencies. Hence putting it in a separate package.
Should not change any functionality
Needed for #1496

# Conflicts:
#	app.go
#	auth/auth.go
#	auth/auth_test.go
#	eth/polls/polls_test.go
#	eth/query/tx.go
#	rpc/query_server.go
# Conflicts:
#	app.go
#	eth/query/noevm.go
#	eth/query/tx.go
#	rpc/query_server.go
#	throttle/deployer-middleware_test.go
#	throttle/middleware_test_helper.go
#	throttle/throttle.go
# Conflicts:
#	eth/query/eth.go
#	eth/query/noevm.go
@Sriep Sriep closed this Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant