Updated rendered messages
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 14 2024
Updated dependency
Updated author and payload labelling
is there any expected byte length here? what makes it unique? what happens if someone starts broadcasting clones of these txs ... there's no way to guarantee this is unique since it is public.
Aug 12 2024
Updated authentication tx msg and added reference to spec
Updated article paywall render to be an explorer link, removed invalid article id renders and added reference to spec.
version bump
Aug 11 2024
Updated comments
@bot preview-explorer
Aug 9 2024
Aug 2 2024
Jul 31 2024
Jul 30 2024
version bump
version bump
Added stackArray size check and updated int tests
Accepted subject to a decision on plugin use vs current implementation
Jul 26 2024
On a semi related note, not for this diff, but if you try to use a non-jpg/png file (e.g. webp) for the NFT collection it crashes the app (blank white screen), with the console spitting out TypeError: Cannot read properties of undefined (reading 'size').
Jul 25 2024
Jul 22 2024
Moved maintenance toggle to .env, removed ETA in messaging and the unnecessary reference to funds
Updated message
Jul 21 2024
In D16510#373511, @emack wrote:Semi-related nit: Update CONTRIBUTING.md to run this docker build -f cashtab.Dockerfile -t cashtab_local . before you can hop into the Cashtab repo and run docker-compose build, otherwise it will fail due to no config files. Alternatively just add this step to Cashtab README's dependency paragraph in the Development section.
Semi-related nit: Update CONTRIBUTING.md to run this docker build -f cashtab.Dockerfile -t cashtab_local . before you can hop into the Cashtab repo and run docker-compose build, otherwise it will fail due to no config files. Alternatively just add this step to Cashtab README's dependency paragraph in the Development section.
Jul 20 2024
Accepted with minor nit
Jul 18 2024
minor nit
Jul 15 2024
The actual change itself is not as described, you're merely fixing a typo - then title it as such.
You need to fix the linting errors before pushing. Do an arc lint locally.
Test plan needs to be something the reviewer can follow easily easily e.g.
- npm test
- click here, check blah...
Jul 13 2024
Version bump
Jul 12 2024
Jul 11 2024
Jul 10 2024
@bot cashtab-tests
Jul 9 2024
Jun 12 2024
Jun 8 2024
Jun 7 2024
Tested all ok but I think the icon should be available even in uncollapsed state, otherwise if the user/merchant needs to copy a large number of txs for book keeping then that extra click to reveal the copy icon adds up.
Jun 4 2024
The above build order should probably be in one of the 3 module's README, given how the dependencies are relative now.
cd modules/ecash-lib-wasm ./dockerbuild.sh cd ../ecash-lib npm run build cd ../../cashtab npm run extension
Yup it was this order of build that fixed the issue. Loaded extension manually and works fine.
Jun 1 2024
The local extension build fails as it can't find ecash-lib, even after I've npm ci'ed already. I assume this is likely to be a relative path issue?
May 30 2024
Clarified on tg, duplicated text found in https://e.cash/wealth-redefined
The reason why I removed the last sentence is because it will be retained in the "about" page
May 29 2024
May 27 2024
May 26 2024
Removed redundant utf8 param and added integration test for invalid paywall transaction.
May 25 2024
Updated paywall description to render an explorer link to the paywalled article
May 24 2024
May 21 2024
May 20 2024
May 8 2024
Debounces all ok on mobile and desktop 👍

