Skip to content

Enable NoAssetCall from Bitcoin chain #4214

@ws4charlie

Description

@ws4charlie

Describe the Issue

When going through the code recently, I noticed that the NoAssetCall had never been enabled for Bitcoin chain. We can see below checking in here

// NoAssetCall will be disabled for Bitcoin until full V2 support
// https://github.com/zeta-chain/node/issues/2711
if memoStd.OpCode == memo.OpCodeCall {
	return errors.New("NoAssetCall is disabled for Bitcoin")
}

Now that the V2 architecture was fully released, we should be able to enable OpCodeCall operation code and create e2e tests.

Expected Outcome
A description of what outcome you are seeking.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions