Agoric / dapp-agoric-basics

This is a simple app for the Agoric smart contract platform.
0 stars 3 forks source link

,tx.json is distracting #40

Open dckc opened 4 months ago

dckc commented 4 months ago

people have asked where it comes from. It was supposed to be a temp file... it should at least be in .gitignore.

Maybe there's an easy way to get rid of it?

cc @Jovonni

Jovonni commented 4 months ago

noticed this too. I assume its a tmp file for when we broadcast a TX somewhere @dckc ?

dckc commented 4 months ago

right...

https://github.com/Agoric/dapp-agoric-basics/blob/7b334f4514af839b4d78a705e193e40dc8ad2317/contract/Makefile#L37-L42

dckc commented 1 month ago

historical context: the leading , is a convention for temp files that I picked up from the MH Message Handling System, mail system:

The rmm command removes one or more messages. ... By default, rmm adds a comma (,) or a hash mark (#) to the start of a message filename. The extra character hides the message from other MH commands and flags the message for a system program to remove later. -- Removing and Recovering Messages: MH & nmh: Email for Users & Programmers