Commit e0f6fe9
chore: remove axios (#1187)
* chore: remove axios
* fix: response type in specs
* fix: type check
* fix: update ports
* fix: method not allowed and more readable error msg
* fix: streaming body
* fix: satisfy test case
* fix: failing specs
* fix: more specs
* fix: more
* feat: simplify http implementation
* fix: param striping
* fix: export interface
* chore: remove dependency
* fix: lintcheck
* fix: url construction
* ci: add a workflow to test the lib with React Native
* ci: temp set new workflow with push trigger
* ci: generate token
* ci: update workflow name
* chore: update cafe-utility
* ci: modify test workflow
* ci: add new workflow steps
* fix: revert project name and version change
* ci: remove push trigger for rn test
* fix: use nano second timestamp in stamper (#1186)
* fix: use nano second timestamp in stamper
* fix: update ports
---------
Co-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>
* fix: validate port in bee url (#1189)
* fix: validate port in bee url
* test: cover port validation with tests
---------
Co-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>
* ci: bump stable bee version (#1197)
* ci: update stable tag
* test: update test cases based on RC logic
* test: update hash
* test: update hashes 🤞
* fix: 😩
* fix: hash juggling
---------
Co-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>
* feat: add minimumValidityBlocks to chainstate response (#1194)
* feat: add minimumValidityBlocks to chainstate response
* test: cover with spec
---------
Co-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>
* feat: add postage batch label update endpoint (#1193)
* feat: wip add stamp label update
* test: finish spec
* test: add specs for alias method
* test: fix test cases
---------
Co-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>
---------
Co-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>1 parent 00d21a6 commit e0f6fe9
12 files changed
Lines changed: 261 additions & 371 deletions
File tree
- .github/workflows
- src
- modules
- debug
- utils
- test
- integration
- regression
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments