Commit 04c7733
refactor: upgrade to new bee-js (#559)
* feat: revamp bee-js
* style: make check happy
* chore: bump to newer bee-js
* feat: add --dev global option (#562)
Co-authored-by: Ferenc Sárai <[email protected]>
* chore: update bee-js
* fix(test): adjust mocked health response
* fix(test): adjust mocked numberstrings in response
* fix: fix estimated cost display in stamp create
* fix(test): remove unnecessary hash format checks in pinning tests
* fix(test): update cheque mock data and monetary unit references to xBZZ
* fix: include full path string in download success message
* fix(test): update cheque value references to xBZZ and adjust estimated cost in stamp prompt
* fix: update download command output and improve test assertions for file presence
* fix: convert topic string to hex format in PssCommand initialization
* fix: set stdout to false in manifest download process
* fix(test): remove '0x' prefix from transaction hash assertions in cheque tests
* fix: update manifest command to log reference in hex format and improve result handling
* fix: log node target address in hex format in manifest list command
* fix: simplify BzzAddress creation by resolving feed manifest directly and handling errors
* fix: filter nodes by address path in manifest download and list commands
* fix: refactor download commands to streamline data handling and improve stdout behavior
* fix: remove leading slashes from file paths in manifest list command output
* fix: add error handling for empty node collections in download and list commands
* fix: enhance node removal logic to support multiple paths and improve error handling
* fix: streamline variable naming in sync command for improved readability
* fix: update console message expectations in manifest sync test for improved accuracy
* fix: increase test timeout to accommodate long running cryptographic functions
* fix: add matcher for unordered line expectations in manifest tests
* fix: add matcher for unordered line expectations in manifest tests
* chore: bump to latest upcoming bee-js
* ci: remove cache
* refactor(test): refactor to typesafe mock responses (#563)
Co-authored-by: Ferenc Sárai <[email protected]>
* feat: start using size class
---------
Co-authored-by: Ferenc Sárai <[email protected]>
Co-authored-by: Ferenc Sárai <[email protected]>1 parent 7ac4839 commit 04c7733
File tree
70 files changed
+762
-938
lines changed- .github/workflows
- src
- command
- cheque
- feed
- identity
- manifest
- pinning
- pss
- root-command
- stamp
- utility
- service/stamp
- types
- utils
- test
- command
- http-mock
- misc
- prompt
- utility
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+762
-938
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 28 | | |
39 | | - | |
40 | 29 | | |
41 | 30 | | |
42 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
| 17 | + | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
56 | | - | |
| 54 | + | |
57 | 55 | | |
58 | 56 | | |
0 commit comments