hermeznetwork / hermez-node

Hermez node Go implementation
GNU Affero General Public License v3.0
61 stars 33 forks source link

#1012 cyclic dependency #1016

Closed ARR552 closed 3 years ago

ARR552 commented 3 years ago

Closes #1012

What does this PR does?

This PR removes the cyclic dependency with the go-sdk.

How to test?

Run the account info command to get the information fron an account. Examples: go run cmd/heznode/main.go accountInfo --mode coord --cfg cmd/heznode/cfg.builder.toml --account 0x27e9727fd9b8cdddd0854f56712ad9df647fab74 go run cmd/heznode/main.go accountInfo --mode coord --cfg cmd/heznode/cfg.builder.toml --account hez:10aCT30KxQRKVz9RsnistW2CO-w5VR0de_c3i2ihsCHm go run cmd/heznode/main.go accountInfo --mode coord --cfg cmd/heznode/cfg.builder.toml --account 256

Checklist

These are the criteria that every PR should meet, please check them off as you review them: