andromedaprotocol/andromeda-core

[RC] AMP Message Local Address

Closed this issue · 0 comments

Description

Currently our Recipient::generate_amp_msg function does not account for the Recipient being a local address. We should account for this by replacing ./ with the current app contract address as we do in resolving.

Implementation

Update the above function to replace ./ with the current app contract address if the Recipient is a local address.

Acceptance Criteria

  • Ability to use a local address in Crowdfund/Any other AMP Message generation
  • Integration test for crowdfund updated to use a local reference instead of an absolute path