threefoldtech / web3gw

Proxy for the web3 world
Apache License 2.0
1 stars 1 forks source link

can't build grid-cli (griddriver) & web3gw #208

Closed despiegk closed 11 months ago

despiegk commented 11 months ago
go build
# github.com/threefoldtech/tfchain/clients/tfchain-client-go
../../../../../go/pkg/mod/github.com/threefoldtech/tfchain/clients/tfchain-client-go@v0.0.0-20231004130631-a920b0f5d3de/account.go:62:23: undefined: subkey.SS58Address
../../../../../go/pkg/mod/github.com/threefoldtech/tfchain/clients/tfchain-client-go@v0.0.0-20231004130631-a920b0f5d3de/account.go:68:25: undefined: subkey.SS58Address
../../../../../go/pkg/mod/github.com/threefoldtech/tfchain/clients/tfchain-client-go@v0.0.0-20231004130631-a920b0f5d3de/account.go:91:16: undefined: subkey.SS58Address
../../../../../go/pkg/mod/github.com/threefoldtech/tfchain/clients/tfchain-client-go@v0.0.0-20231004130631-a920b0f5d3de/account.go:103:22: assignment mismatch: 2 variables but kyr.SS58Address returns 1 value
../../../../../go/pkg/mod/github.com/threefoldtech/tfchain/clients/tfchain-client-go@v0.0.0-20231004130631-a920b0f5d3de/account.go:103:38: cannot use network (variable of type uint8) as uint16 value in argume
despiegk commented 11 months ago

i have renamed it to griddriver, because its not really a usable grid-cli, its too low level for it

despiegk commented 11 months ago

check build instructions

despiegk commented 11 months ago

make sure .gitignore is ok

0oM4R commented 11 months ago
0oM4R commented 11 months ago

Keep in mind that running the update.sh file could cause dependencies to break and the build to fail. This is because the go get -u command upgrades packages to the latest available version without considering whether or not that version is compatible.