Skip to content

Commit

Permalink
adds msg.reply
Browse files Browse the repository at this point in the history
  • Loading branch information
vilenarios committed Nov 20, 2024
2 parents bf364d3 + 5024e35 commit d007574
Show file tree
Hide file tree
Showing 13 changed files with 3,718 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_modules
/lua
/lua_modules
/.luarocks
*.csv
wallet.json
.DS_Store
luacov-html
Expand Down
1 change: 1 addition & 0 deletions scripts/exp-token.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Denomination = Denomination or 6
Logo = Logo or 'Sie_26dvgyok0PZD_-iQAFOhOd5YxDTkczOLoqTTL_A'
LastBalanceLoadTimestamp = LastBalanceLoadTimestamp or 0
TotalSupply = TotalSupply or 0
SourceCodeTxId = SourceCodeTxId or "__INSERT_SOURCE_CODE_ID__"

-- TEMPORARY SECURITY FIX
function Trusted(msg)
Expand Down
4 changes: 4 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
To spawn ants for existing records do the following:

- `node spawn-ants-for-records.mjs --testnet --dry-run --file <path-to-csv-file>` - confirm the total number of process ids that will be created
- `node spawn-ants-for-records.mjs --testnet --file <path-to-csv-file>` - spawn the ants, this will update the file. If errors occur, re-run and it will resume from where it left off.
Loading

0 comments on commit d007574

Please sign in to comment.