Page MenuHomePhabricator
Feed Advanced Search

Today

bytesofman published D16057: [Cashtab] Support min fee sends for holders of 1000 Cachet for review.
Fri, Apr 26, 13:29
bytesofman published D16056: [Cashtab] Patch tx history rendering of NFT Collection genesis txs for review.
Fri, Apr 26, 12:17
bytesofman abandoned D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

the goal here is to get ecash-lib published to npm in CI, this approach does not really support that goal

Fri, Apr 26, 11:56

Yesterday

bytesofman accepted D16053: [ecash-lib] Enable NodeJS support.

You can use ecash-lib without TypeScript in CashTab!

Thu, Apr 25, 22:33
bytesofman added a comment to D16053: [ecash-lib] Enable NodeJS support.

The implication is that the tests now don't have to load the WASM themselves anymore, and we can remove this code from the tests.

Thu, Apr 25, 22:31
bytesofman published D16054: [Cashtab + token-server] Bump icon upload size and validate icon size before token creation for review.
Thu, Apr 25, 22:28
bytesofman retitled D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build from [ecash-lib] Add a pre-build step to build ecash-lib-wasm to [ecash-lib] checksum for ecash-lib-wasm in CI build.
Thu, Apr 25, 17:47
bytesofman requested changes to D16053: [ecash-lib] Enable NodeJS support.

The implication is that the tests now don't have to load the WASM themselves anymore, and we can remove this code from the tests.

Thu, Apr 25, 17:46
bytesofman updated the diff for D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

update readme, back out the .gitignore change

Thu, Apr 25, 17:32
bytesofman updated the diff for D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

update checksum to what was observed in CI

Thu, Apr 25, 17:26
bytesofman added a comment to D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

check if CI hash is 3f42174043db297043b853524f6da4f11900c2022c25e0f98343da1710d84734 again

Thu, Apr 25, 17:25
bytesofman updated the diff for D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

check if CI hash is 3f42174043db297043b853524f6da4f11900c2022c25e0f98343da1710d84734 again

Thu, Apr 25, 17:21
bytesofman updated the diff for D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

add debug log to see what checksum is coming from CI

Thu, Apr 25, 17:18
bytesofman updated the test plan for D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.
Thu, Apr 25, 17:16
bytesofman updated the diff for D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

update checksum to match local testing

Thu, Apr 25, 17:15
bytesofman planned changes to D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

output of ./build-wasm.sh does not appear to be deterministic, though output of dockerbuild.sh does seem to be so

Thu, Apr 25, 17:04
bytesofman updated the diff for D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

perform checksum confirmation in CI, update README

Thu, Apr 25, 16:43
bytesofman updated the diff for D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

add Cargo.lock to gitignore, artifact from running builds locally

Thu, Apr 25, 14:09
bytesofman added a comment to D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

./dockerbuild.sh: line 4: docker: command not found

Thu, Apr 25, 13:59
bytesofman closed D16043: [Cashtab] Support minting NFTs.
Thu, Apr 25, 13:46
bytesofman committed rABC9e9999a38f4b: [Cashtab] Support minting NFTs (authored by bytesofman).
[Cashtab] Support minting NFTs
Thu, Apr 25, 13:46
bytesofman added a comment to D16043: [Cashtab] Support minting NFTs.

LGTM.
My only other feedback is to have a back button to navigate from the NFT back to the Collection otherwise it's a whole lot of clicks when viewing each NFT, but that can be done as part of the NFT child implementation.
Also the fan out tx seems to cost around 300-500 XEC each tx, incl fees. Should this be mentioned anywhere in case the user fans out a dozen times and is surprised by the cost. (this is in the context of a few people recently even complaining about the 5.5 XEC fee =) )

Thu, Apr 25, 13:44
bytesofman updated the test plan for D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.
Thu, Apr 25, 13:41
bytesofman updated the diff for D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build.

update script so it fails on checksum mismatch

Thu, Apr 25, 13:40
bytesofman updated the diff for D16043: [Cashtab] Support minting NFTs.

remove debug logging

Thu, Apr 25, 13:19
bytesofman added a comment to D16043: [Cashtab] Support minting NFTs.

After fan out tx, the Mint NFT UI should indicate the total number of NFT mint inputs available. I can see this info is already available on Tx.js, so tracking it here would also be useful.

Thu, Apr 25, 13:17
bytesofman updated the diff for D16043: [Cashtab] Support minting NFTs.

better table to present NFTs with limited size and scrollable overflow, show user number of Nft Mint Inputs available

Thu, Apr 25, 13:11
bytesofman accepted D16049: [ecash-lib] Add ALP support.
Thu, Apr 25, 02:31
bytesofman added inline comments to D16049: [ecash-lib] Add ALP support.
Thu, Apr 25, 00:00

Wed, Apr 24

bytesofman added a comment to D16049: [ecash-lib] Add ALP support.

is there a standard source spec for ALP yet? would be nice to have it in the monorepo under doc/standard -- is the notion site an ok permalink?

Wed, Apr 24, 22:19
bytesofman published D16050: [ecash-lib] checksum for ecash-lib-wasm in CI build for review.
Wed, Apr 24, 22:13
bytesofman updated the diff for D16043: [Cashtab] Support minting NFTs.

remove unrelated line break change in useWallet.js

Wed, Apr 24, 19:15
bytesofman added inline comments to D16043: [Cashtab] Support minting NFTs.
Wed, Apr 24, 19:15
bytesofman added inline comments to D16043: [Cashtab] Support minting NFTs.
Wed, Apr 24, 19:13
bytesofman updated the diff for D16043: [Cashtab] Support minting NFTs.

lint

Wed, Apr 24, 19:08
bytesofman updated the diff for D16043: [Cashtab] Support minting NFTs.

patch bug in fan tx output calculation, update related tests, add tests for rendering NFT parent with NFT and NFT, get rid of dedicated component for MintNFT form and use existing one with conditions

Wed, Apr 24, 19:07
bytesofman accepted D16047: [Cashtab Extension] Increase height to improve app->extension UX.

please do a patch version bump in extension/public/manifest.json before landing. Let me know when you land and I will submit to the chrome store.

Wed, Apr 24, 13:01
bytesofman accepted D16046: [ecash-lib] Bump integration-tests timeout.
Wed, Apr 24, 06:20

Tue, Apr 23

bytesofman published D16043: [Cashtab] Support minting NFTs for review.
Tue, Apr 23, 23:14
bytesofman accepted D16044: [chronik-docs] Trim to version number in installation steps.
Tue, Apr 23, 20:41
bytesofman closed D16042: [chronik-docs] Patch dockerfile so that chronik links are not broken.
Tue, Apr 23, 18:48
bytesofman committed rABC0cfde612718d: [chronik-docs] Patch dockerfile so that chronik links are not broken (authored by bytesofman).
[chronik-docs] Patch dockerfile so that chronik links are not broken
Tue, Apr 23, 18:48
bytesofman updated the diff for D16042: [chronik-docs] Patch dockerfile so that chronik links are not broken.

Improve handling of .abclatestversion in docker script (no need for arg)

Tue, Apr 23, 16:22
bytesofman updated the test plan for D16042: [chronik-docs] Patch dockerfile so that chronik links are not broken.
Tue, Apr 23, 13:24
bytesofman updated the diff for D16042: [chronik-docs] Patch dockerfile so that chronik links are not broken.

remove .abclatestversion

Tue, Apr 23, 13:23
bytesofman updated the diff for D16042: [chronik-docs] Patch dockerfile so that chronik links are not broken.

update Dockerfile, fix preview yaml, test preview and ci prod builds

Tue, Apr 23, 13:23

Mon, Apr 22

bytesofman updated the summary of D16042: [chronik-docs] Patch dockerfile so that chronik links are not broken.
Mon, Apr 22, 20:56
bytesofman published D16042: [chronik-docs] Patch dockerfile so that chronik links are not broken for review.
Mon, Apr 22, 20:55
teamcity awarded D16042: [chronik-docs] Patch dockerfile so that chronik links are not broken a Piece of Eight token.
Mon, Apr 22, 20:47
teamcity awarded D16042: [chronik-docs] Patch dockerfile so that chronik links are not broken a Haypence token.
Mon, Apr 22, 20:14
bytesofman closed D15767: [chronik.e.cash] Docs site for chronik.
Mon, Apr 22, 19:05
bytesofman committed rABCb4067fdeefd2: [chronik.e.cash] Docs site for chronik (authored by bytesofman).
[chronik.e.cash] Docs site for chronik
Mon, Apr 22, 19:05
bytesofman added a comment to D16039: [e.cash] Switch back to Wealth Redefined video.

@bot preview-e.cash

Mon, Apr 22, 03:28
bytesofman accepted D16039: [e.cash] Switch back to Wealth Redefined video.
Mon, Apr 22, 03:27

Sun, Apr 21

bytesofman accepted D15963: [ecash-lib] Add `TxBuilder` to build Bitcoin transactions.
Sun, Apr 21, 20:33
bytesofman closed D16038: [Cashtab] Stop notifying on every avalanche finalized block.
Sun, Apr 21, 14:57
bytesofman committed rABC2b167fb4f76a: [Cashtab] Stop notifying on every avalanche finalized block (authored by bytesofman).
[Cashtab] Stop notifying on every avalanche finalized block
Sun, Apr 21, 14:57
bytesofman published D16038: [Cashtab] Stop notifying on every avalanche finalized block for review.
Sun, Apr 21, 13:56
bytesofman closed D16037: [Cashtab] Improve OnBoarding component.
Sun, Apr 21, 13:46
bytesofman committed rABC71f8dee097e9: [Cashtab] Improve OnBoarding component (authored by bytesofman).
[Cashtab] Improve OnBoarding component
Sun, Apr 21, 13:46

Sat, Apr 20

bytesofman published D16037: [Cashtab] Improve OnBoarding component for review.
Sat, Apr 20, 21:38
bytesofman added inline comments to D15963: [ecash-lib] Add `TxBuilder` to build Bitcoin transactions.
Sat, Apr 20, 21:37
bytesofman added inline comments to D15963: [ecash-lib] Add `TxBuilder` to build Bitcoin transactions.
Sat, Apr 20, 21:31
bytesofman closed D16036: [Cashtab] Show whether token supply is fixed or variable in create token preview modal.
Sat, Apr 20, 15:05
bytesofman committed rABC642c551912e2: [Cashtab] Show whether token supply is fixed or variable in create token… (authored by bytesofman).
[Cashtab] Show whether token supply is fixed or variable in create token…
Sat, Apr 20, 15:05
bytesofman published D16036: [Cashtab] Show whether token supply is fixed or variable in create token preview modal for review.
Sat, Apr 20, 12:40
bytesofman closed D16032: [Cashtab] Support for creating NFT Collections.
Sat, Apr 20, 12:17
bytesofman committed rABC7fd5d9197038: [Cashtab] Support for creating NFT Collections (authored by bytesofman).
[Cashtab] Support for creating NFT Collections
Sat, Apr 20, 12:17
bytesofman closed D16035: [Cashtab] Improve scrolling and header minification.
Sat, Apr 20, 12:10
bytesofman committed rABC6d4047b7314c: [Cashtab] Improve scrolling and header minification (authored by bytesofman).
[Cashtab] Improve scrolling and header minification
Sat, Apr 20, 12:10
bytesofman closed D16033: [token-server] Support creating tokens with icons from locally run cashtab.
Sat, Apr 20, 11:56
bytesofman committed rABC7a2d1b33b1a5: [token-server] Support creating tokens with icons from locally run cashtab (authored by bytesofman).
[token-server] Support creating tokens with icons from locally run cashtab
Sat, Apr 20, 11:56
bytesofman closed D16031: [Cashtab] Word-break for validation msgs.
Sat, Apr 20, 11:55
bytesofman committed rABC0c5fa543ed31: [Cashtab] Word-break for validation msgs (authored by bytesofman).
[Cashtab] Word-break for validation msgs
Sat, Apr 20, 11:55
bytesofman updated the diff for D16032: [Cashtab] Support for creating NFT Collections.

do not use toggle switch for NFTs in form, instead form has own route and button

Sat, Apr 20, 11:53
bytesofman added a comment to D16032: [Cashtab] Support for creating NFT Collections.

Is it intended that the collection NFT is rendered in amongst the standard slp1 eTokens with no differentiation?

Sat, Apr 20, 11:52
bytesofman added inline comments to D16035: [Cashtab] Improve scrolling and header minification.
Sat, Apr 20, 11:17
bytesofman updated the diff for D16035: [Cashtab] Improve scrolling and header minification.

better code structure, comments on behavior

Sat, Apr 20, 11:14

Fri, Apr 19

bytesofman published D16035: [Cashtab] Improve scrolling and header minification for review.
Fri, Apr 19, 23:39
bytesofman updated the diff for D15767: [chronik.e.cash] Docs site for chronik.

touch up the try it out button

Fri, Apr 19, 22:46
bytesofman updated the diff for D15767: [chronik.e.cash] Docs site for chronik.

remove dockerfile comment about workdir move

Fri, Apr 19, 22:23
bytesofman updated the diff for D15767: [chronik.e.cash] Docs site for chronik.

add copyright to nginx, add header setting to hosting chronik documentation, fix dockerfile spaces

Fri, Apr 19, 22:23
bytesofman published D16033: [token-server] Support creating tokens with icons from locally run cashtab for review.
Fri, Apr 19, 19:11
bytesofman updated the test plan for D16032: [Cashtab] Support for creating NFT Collections.
Fri, Apr 19, 19:09
bytesofman added inline comments to D16032: [Cashtab] Support for creating NFT Collections.
Fri, Apr 19, 19:09
bytesofman published D16032: [Cashtab] Support for creating NFT Collections for review.
Fri, Apr 19, 19:07
bytesofman published D16031: [Cashtab] Word-break for validation msgs for review.
Fri, Apr 19, 17:19
bytesofman closed D16029: [Cashtab] Stop using passLoadingStatus.
Fri, Apr 19, 16:10
bytesofman committed rABCf92c5f471ba0: [Cashtab] Stop using passLoadingStatus (authored by bytesofman).
[Cashtab] Stop using passLoadingStatus
Fri, Apr 19, 16:10
bytesofman closed D16020: [ecash-herald] Parse new miner AnandrajSingh Pool.
Fri, Apr 19, 16:07
bytesofman committed rABC0a9e01a583d2: [ecash-herald] Parse new miner AnandrajSingh Pool (authored by bytesofman).
[ecash-herald] Parse new miner AnandrajSingh Pool
Fri, Apr 19, 16:07
bytesofman closed D16030: [Cashtab] Improve Token component tests.
Fri, Apr 19, 16:04
bytesofman committed rABCfd392dd1806b: [Cashtab] Improve Token component tests (authored by bytesofman).
[Cashtab] Improve Token component tests
Fri, Apr 19, 16:04
bytesofman published D16030: [Cashtab] Improve Token component tests for review.
Fri, Apr 19, 13:48
bytesofman published D16029: [Cashtab] Stop using passLoadingStatus for review.
Fri, Apr 19, 13:37
bytesofman published D16020: [ecash-herald] Parse new miner AnandrajSingh Pool for review.
Fri, Apr 19, 10:24
bytesofman closed D16018: [ecash-herald] Group Cashtab rewards separately.
Fri, Apr 19, 10:11
bytesofman committed rABC24d415a5f718: [ecash-herald] Group Cashtab rewards separately (authored by bytesofman).
[ecash-herald] Group Cashtab rewards separately
Fri, Apr 19, 10:11
bytesofman published D16018: [ecash-herald] Group Cashtab rewards separately for review.
Fri, Apr 19, 10:08
bytesofman closed D16012: [Cashtab] Searchable, alphabetical token list.
Fri, Apr 19, 09:18