Commit 4ce7e71
authored
feat: Create bucket (#10)
* add local network option
* account derivation
* add account scenarios
* add helpers
* derive N accounts
* add missing network info
* remove preflight
* upload deps and package.json
* WIP: account generation + SIWE
* clean up toError
* clean up read envs
* clean up MspClient config
* lint
* WIP: having sequential index for each VU
* common entry point for all tests
* common account derivation step
* clean siwe + getProfile test
* point to index.ts entry point
* mute/restor metrics functions
* update derive accounts
* update authentication
* run with logs & index allocator script
* minor improvements in config
* example getProfile
* clean up
* fmt & clean up
* update download test
* clean up
* update download test
* improve download test
* simplify running test command
* clean up
* update readme
* fmt
* clean up unauth calls
* remove duplicated function
* create bucket example
* script to fund accounts
* create bucket related functions
* types definition
* user api to interact with the chain
* utils function file
* remove SIWE from bucket creation example
* batch fund accounts process
* fmt
* set default log level to info
* fix account derivation to start over from first index
* log account balance
* update package and lock file
* lint
* minor fixes
* lint
* fix merge conflicts
* improve readme with commands descriptions
* remove unused methods for index allocation. Keep only sequential index
* simplify fund accounts
* amount can be set only with decimal values
* remove the dry-run mode
* add some docs to fund accounts script
* fmt
* remove unused script
* add main function as entry point and improve types1 parent 155ffdc commit 4ce7e71
File tree
15 files changed
+1591
-164
lines changed- scenarios
- scripts
- src
- helpers
- processors
15 files changed
+1591
-164
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 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 | + | |
49 | 77 | | |
50 | 78 | | |
51 | 79 | | |
| |||
62 | 90 | | |
63 | 91 | | |
64 | 92 | | |
65 | | - | |
| 93 | + | |
66 | 94 | | |
67 | 95 | | |
68 | 96 | | |
| |||
93 | 121 | | |
94 | 122 | | |
95 | 123 | | |
96 | | - | |
| 124 | + | |
97 | 125 | | |
98 | 126 | | |
99 | 127 | | |
100 | | - | |
| 128 | + | |
101 | 129 | | |
102 | 130 | | |
103 | 131 | | |
| |||
111 | 139 | | |
112 | 140 | | |
113 | 141 | | |
114 | | - | |
| 142 | + | |
115 | 143 | | |
116 | 144 | | |
117 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments