You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running `sncast` transaction without executing them through the fee estimation endpoint.
132
132
133
-
### CLI Revamp and Configuration Refactor
133
+
### 🏗️ CLI Revamp and Configuration Refactor
134
134
135
135
_Size: 4_
136
136
137
137
Removing non-common arguments that are used as common (e.g. `-account`). Internal changes to how `sncast` loads and
138
138
combines configuration.
139
139
140
-
### Better Accounts Support
140
+
✅ Fixed bugs in `snfoundry.toml` logic and sncast profiles. Better documentation about how configs are combined. (https://github.com/foundry-rs/starknet-foundry/pull/4175)
141
+
142
+
### 🏗️ Better Accounts Support
141
143
142
144
_Size: 4_
143
145
144
146
Support for Ledger wallet, keystore support with encryption, account storage rework.
145
147
146
-
### New Multicall Interface
148
+
✅ Ledger support (https://github.com/foundry-rs/starknet-foundry/issues/2318)
* Item "size" is on a scale of 1 to 5 (where 1 = simplest and 5 = most complex) and reflects its relative complexity compared to other items in the roadmap.
-[ ] Typesafe declare by module path (_size: 4_) (https://github.com/foundry-rs/starknet-foundry/issues/1531)
12
+
-[ ] Enable declaring contracts by path in tests (_size: 3_) (https://github.com/foundry-rs/starknet-foundry/issues/3266)
13
+
-[ ] Add support for backtrace on test level (_size: 3_) (https://github.com/foundry-rs/starknet-foundry/issues/3610)
14
+
-[ ] Add missing information to debugging trace e.g. storage changes (_size: 3_) (https://github.com/foundry-rs/starknet-foundry/issues/4340)
15
+
-[ ] 🏗️ Make necessary changes to use `snforge` as test runner in corelib (_size: 3_) (https://github.com/foundry-rs/starknet-foundry/issues/4354)
16
+
-[ ] Improve error message in `assert_emitted` (_size: 1_) (https://github.com/foundry-rs/starknet-foundry/issues/2989)
17
+
18
+
## Cast
19
+
20
+
-[ ] New Cast Scripts with a focus on the ease of use, using Scarb plugins, integrated into snforge/scarb tests structure (_size: 5_) (https://github.com/foundry-rs/starknet-foundry/issues/3523)
21
+
-[ ] New account interface with better security regarding private keys storage (_size: 5_) (https://github.com/foundry-rs/starknet-foundry/issues/3994)
-[ ] 🏗️ Full `starkli` parity (_size: 3_) (https://github.com/foundry-rs/starknet-foundry/issues/2324)
24
+
-[ ] Utils command to get executed transaction trace in a readable format (_size: 3_) (https://github.com/foundry-rs/starknet-foundry/issues/3557)
25
+
-[ ] 🏗️ Aliases for contracts in `snfoundry.toml` that can be used in commands instead of contract addresses (_size: 3_) (https://github.com/foundry-rs/starknet-foundry/issues/2240)
26
+
-[ ] Allow to set all flags values in `snfoundry.toml` (_size: 2_) (https://github.com/foundry-rs/starknet-foundry/issues/3105)
27
+
-[ ] Option to run `balance` command for all contracts, not only accounts (_size: 1_) (https://github.com/foundry-rs/starknet-foundry/issues/3839)
0 commit comments