scrtlabs / SecretJS-Templates

Templates for working with SecretJS
66 stars 18 forks source link

multiple contract messages in the same block, plus vanilla JS keplr #33

Closed levackt closed 2 years ago

levackt commented 2 years ago

There's been a discord discussion around whether this works, so this new example shows how to batch contract txs from the same account in the same block. Renamed an example to match the other batch example, and cos it's not using multiExecute anymore

assafmo commented 2 years ago

I think it already works on the update-secretjs branch. Can you take a look and maybe continue 5-8 there?

levackt commented 2 years ago

I actually branched off there, and 5-8 was already merged into that branch while you were on leave I think.

levackt commented 2 years ago

So this is just another variation, and the only example not working atm is the vanilla JS keplr

assafmo commented 2 years ago

Oh cool!!

assafmo commented 2 years ago

So if 5-8 are implemented 7 working let's merge into master

assafmo commented 2 years ago

Oh it's already there :sweat_smile:

levackt commented 2 years ago

Piggybacked the vanilla JS keplr, that should wrap it up for now. If you're happy we can merge into your branch, and into master

assafmo commented 2 years ago

Thanks!