File tree
118 files changed
+605
-369
lines changed- docs/api
- classes
- functions
- interfaces
- modules
- types
- variables
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
118 files changed
+605
-369
lines changed- .depcheckrc.json+27
- .eslintrc.js+1-2
- .github/workflows/check.yaml+4-7
- .github/workflows/tests.yaml+1-2
- CHANGELOG.md+49
- README.md+1-1
- commitlint.config.js+2-2
- jest.config.ts+19-4
- package-lock.json+17.8k-2.2k
- package.json+52-42
- src/bee.ts+96-1
- src/chunk/cac.ts+3-3
- src/chunk/signer.ts+5-5
- src/chunk/soc.ts+22-25
- src/feed/index.ts+6-6
- src/feed/json.ts+39
- src/feed/topic.ts+2-2
- src/feed/type.ts+1
- src/modules/debug/balance.ts+4
- src/modules/debug/chequebook.ts+3
- src/modules/debug/settlements.ts+2
- src/types/axios/index.d.ts+18
- src/types/debug.ts+10-10
- src/types/index.ts+24
- src/utils/bytes.ts+27-37
- src/utils/eth.ts+6-3
- src/utils/expose.ts+1
- src/utils/safeAxios.ts+90-1
- test/bee.sh+1-1
- test/chunk/cac.spec.ts-48
- test/chunk/soc.spec.ts-46
- test/integration/bee-class.browser.spec.ts+3-3
- test/integration/bee-class.spec.ts+89-11
- test/integration/chunk/bmt.spec.ts+5-16
- test/integration/chunk/cac.spec.ts+27
- test/integration/chunk/soc.spec.ts+38
- test/integration/feed/index.spec.ts+12-11
- test/integration/modules/bytes.spec.ts+2-2
- test/integration/modules/chunk.spec.ts+2-2
- test/integration/modules/collection.spec.ts+3-3
- test/integration/modules/debug/balance.spec.ts+7-7
- test/integration/modules/debug/chequebook.spec.ts+5-5
- test/integration/modules/debug/connectivity.spec.ts+4-4
- test/integration/modules/debug/settlements.spec.ts+6-6
- test/integration/modules/debug/status.spec.ts+3-3
- test/integration/modules/feed.spec.ts+5-5
- test/integration/modules/file.spec.ts+3-3
- test/integration/modules/pinning.spec.ts+7-7
- test/integration/modules/pss.spec.ts+5-5
- test/integration/modules/status.spec.ts+2-2
- test/integration/modules/tag.spec.ts+2-2
- test/test-type-sequencer.js+36
- test/unit/chunk/bmt.spec.ts+16
- test/unit/chunk/cac.spec.ts+29
- test/unit/chunk/serialize.spec.ts+1-1
- test/unit/chunk/signer.spec.ts+8-5
- test/unit/chunk/soc.spec.ts+25
- test/unit/chunk/span.spec.ts+2-2
- test/unit/feed/json.spec.ts+77
- test/unit/utils/bytes.spec.ts+1-1
- test/unit/utils/eth.spec.ts+3-3
- test/unit/utils/hex.spec.ts+1-1
- test/unit/utils/safeAxios.spec.ts+20
- test/unit/utils/type.spec.ts+1-1
- test/unit/utils/uint64.spec.ts+3-3
- test/utils.ts+17-5
- tsconfig.test.json+10
0 commit comments