This repository was archived by the owner on Nov 26, 2024. It is now read-only.
File tree
24 files changed
+347
-47
lines changed- arbitrator
- arbutil/src/evm
- langs
- prover/src
- stylus
- src
- test
- tests/evm-data
- src
- wasm-libraries
- forward/src
- user-host-trait/src
- user-host/src
- arbos/programs
- util/arbmath
24 files changed
+347
-47
lines changedLines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
| |||
125 | 127 |
| |
126 | 128 |
| |
127 | 129 |
| |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
128 | 144 |
| |
129 | 145 |
| |
130 |
| - | |
| 146 | + | |
131 | 147 |
| |
132 | 148 |
| |
133 | 149 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
299 | 315 |
| |
300 | 316 |
| |
301 | 317 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 |
| |
14 | 20 |
| |
15 | 21 |
| |
|
- .github/workflows/smoke-test.yml+1
- Cargo.lock+203-4
- Cargo.toml+1-1
- ci/smoke_test.sh+1-1
- examples/erc20/Cargo.lock+14-51
- examples/erc20/Cargo.toml+2-2
- examples/erc20/src/main.rs+3-2
- mini-alloc/.cargo/config.toml+7
- mini-alloc/Cargo.toml+20
- mini-alloc/README.md+47
- mini-alloc/src/imp.rs+76
- mini-alloc/src/lib.rs+15
- mini-alloc/tests/misc.rs+139
- stylus-sdk/src/hostio.rs+16
- stylus-sdk/src/storage/map.rs+1-1
- stylus-sdk/src/types.rs+33-4
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
575 | 575 |
| |
576 | 576 |
| |
577 | 577 |
| |
578 |
| - | |
| 578 | + | |
579 | 579 |
| |
580 | 580 |
| |
581 | 581 |
| |
|
Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
67 | 77 |
| |
68 | 78 |
| |
69 | 79 |
| |
| |||
250 | 260 |
| |
251 | 261 |
| |
252 | 262 |
| |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
253 | 290 |
| |
254 | 291 |
| |
255 | 292 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
222 | 239 |
| |
223 | 240 |
| |
224 | 241 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
| 139 | + | |
139 | 140 |
| |
| 141 | + | |
140 | 142 |
| |
141 | 143 |
| |
142 | 144 |
| |
| |||
342 | 344 |
| |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
| 349 | + | |
346 | 350 |
| |
347 | 351 |
| |
348 | 352 |
| |
|
0 commit comments