You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build a program that uses Kupo/Ogmios for TX building with apollo, and it seems that the OgmiosChainContext code has build failures.
# github.com/Salvionied/apollo/txBuilding/Backend/OgmiosChainContext
../../../go/pkg/mod/github.com/!salvionied/[email protected]/txBuilding/Backend/OgmiosChainContext/OgmiosChainContext.go:89:35: too many arguments in call to multiAsset_OgmigoToApollo
have (shared.Value, uint32)
want (map[string]map[string]"github.com/SundaeSwap-finance/ogmigo/v6/ouroboros/chainsync/num".Int)
../../../go/pkg/mod/github.com/!salvionied/[email protected]/txBuilding/Backend/OgmiosChainContext/OgmiosChainContext.go:143:39: undefined: statequery.Utxo
../../../go/pkg/mod/github.com/!salvionied/[email protected]/txBuilding/Backend/OgmiosChainContext/OgmiosChainContext.go:179:26: undefined: chainsync.UtxoTxID
../../../go/pkg/mod/github.com/!salvionied/[email protected]/txBuilding/Backend/OgmiosChainContext/OgmiosChainContext.go:201:34: multiple-value v.AssetsExceptAda() (value of type (shared.Value, uint32)) in single-value context
../../../go/pkg/mod/github.com/!salvionied/[email protected]/txBuilding/Backend/OgmiosChainContext/OgmiosChainContext.go:241:28: undefined: chainsync.UtxoTxID
../../../go/pkg/mod/github.com/!salvionied/[email protected]/txBuilding/Backend/OgmiosChainContext/OgmiosChainContext.go:314:48: cannot use match.Value (variable of type compatibility.CompatibleValue) as "github.com/SundaeSwap-finance/ogmigo/ouroboros/chainsync".Value value in argument to chainsyncValue_toAddressAmount
../../../go/pkg/mod/github.com/!salvionied/[email protected]/txBuilding/Backend/OgmiosChainContext/OgmiosChainContext.go:621:20: cannot range over eval (variable of type *ogmigo.EvaluateTxResponse)
The text was updated successfully, but these errors were encountered:
I tried to build a program that uses Kupo/Ogmios for TX building with apollo, and it seems that the
OgmiosChainContext
code has build failures.The text was updated successfully, but these errors were encountered: