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

WIP: update for proper builds #2

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Conversation

sigrlami
Copy link
Member

@sigrlami sigrlami commented Nov 5, 2020

  • updates paths
  • updates dependencies

Still having an issue with payout-cli even after upgrading to the latest FAT library like

# github.com/Factom-Asset-Tokens/fatd/fat
../../../../go/pkg/mod/github.com/!factom-!asset-!tokens/[email protected]/fat/chainid.go:53:9: undefined: factom.ChainID
../../../../go/pkg/mod/github.com/!factom-!asset-!tokens/[email protected]/fat/entry.go:41:11: undefined: factom.IDKey
../../../../go/pkg/mod/github.com/!factom-!asset-!tokens/[email protected]/fat/entry.go:89:18: undefined: factom.RCDSize
../../../../go/pkg/mod/github.com/!factom-!asset-!tokens/[email protected]/fat/entry.go:92:13: type factom.RCDType is not an expression
../../../../go/pkg/mod/github.com/!factom-!asset-!tokens/[email protected]/fat/entry.go:96:18: undefined: factom.SignatureSize
../../../../go/pkg/mod/github.com/!factom-!asset-!tokens/[email protected]/fat/entry.go:147:36: undefined: factom.RCDPrivateKey
../../../../go/pkg/mod/github.com/!factom-!asset-!tokens/[email protected]/fat/issuance.go:107:35: undefined: factom.IDKey

for original and after updates like

# github.com/pegnet/pegnetd/fat/fat2
../../../../go/pkg/mod/github.com/pegnet/[email protected]/fat/fat2/transactionbatch.go:175:10: undefined: factom.R_RCD1
../../../../go/pkg/mod/github.com/pegnet/[email protected]/fat/fat2/transactionbatch.go:177:17: undefined: factom.R_RCDe
../../../../go/pkg/mod/github.com/pegnet/[email protected]/fat/fat2/transactionbatch.go:181:17: undefined: factom.R_ALL

Which is probably related to not finished work. Most probably there exists an intermediate version that works for both libs. Investigating.

@sigrlami sigrlami marked this pull request as draft November 5, 2020 18:33
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