warp-contracts / warp

An implementation of the Arweave SmartWeave smart contracts protocol.
MIT License
159 stars 44 forks source link

feat: make local and production API the same #260

Closed DougAnderson444 closed 1 year ago

DougAnderson444 commented 2 years ago

Is it possible to make the local api Tags the same as mainnet?

For example, when I save a contract to mainnet, Warp uses Tag Uploader-Contract-Owner but when it's local Warp uses the legacy api SmartWeave Tags. That means Warp users need two different configurations depending on what network they are using, to make graphql searches work.

ppedziwiatr commented 1 year ago

I believe the above issue has been solved by the native nested bundle feature - we no longer need to manually wrap original transaction and use dedicated tags.