Pretty cool seeing an orderbook on ecash!
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 23 2024
Oct 22 2024
WSOD as per tg chat
Oct 20 2024
Oct 19 2024
Oct 18 2024
Oct 17 2024
Oct 16 2024
Oct 13 2024
Oct 11 2024
Oct 8 2024
Oct 4 2024
Oct 3 2024
Sep 24 2024
Not for this diff but tickers sound like something we should be mandating during token creation. It's an easy alternative to token id to separate identical tokens. But if we do mandate it then it's worth tracking whether a ticker already exist.
I also checked etoken creation and it's not mandated there either.
Sep 19 2024
Sep 18 2024
accepted with minor nits
Desktop and mobile tested all ok via BIP21 url querystring, with different amounts, decimals and addresses
Sep 17 2024
Sep 16 2024
Sep 15 2024
Sep 14 2024
When loading the NFT component it is complaining of a type error. Only appears on this diff and not on master.
Sep 12 2024
Sep 11 2024
Sep 10 2024
Sep 4 2024
version bump
Aug 31 2024
- I did a quick grep and there's no documentation on the chronik.lokadId() API, which is exclusively on in-node chronik?
- Maybe outside the scope of this diff, but can do with a production considerations section that talks to the various production challenges e.g. retrieving an address' history since inception can be tricky, as it's typically larger than the max number of pages retrievable per API call (200 pages). In which case the doc should recommend retrieving the first page so you get the numPages property which can be used to then work out the appropriate history pagination or to loop through and build up an array of promises for concurrent execution.
Aug 30 2024
Aug 29 2024
Aug 17 2024
@bot ecash-herald-tests
Minor nit
Aug 16 2024
version bump
grep should be grep -r ChronikClientNode src/ otherwise it'll return all the ChronikClientNode references in node_modules
Aug 15 2024
In D16654#377310, @emack wrote:Just so I'm understanding this correctly, there's no need to update package.json here to pick up the new chronik-client with the deprecated legacy ChronikClientNode constructor? Because it's on a relative path? But external apps using the chronik-client will right?
Just so I'm understanding this correctly, there's no need to update package.json here to pick up the new chronik-client with the deprecated legacy ChronikClientNode constructor? Because it's on a relative path? But external apps using the chronik-client will right?
Rebase to master and version bump
Aug 14 2024
Updated with on-spec but empty identifier condition
We probably need some comms on this along the lines of:
- next version is a breaking change for apps using NNG
- For existing in-node apps, refactor all references to ChronikClientNode to be ChronikClient
- For existing NNG powered apps, keep in mind changes a, b, c...... e.g. using address.history() going forward instead of script.history()
beyond the scope of this diff -- but why different lokad id for all of these things that are different functions of ecashchat?
Updated author
Updated to parse hex article txids and updated off spec messaging


