Releases: DarkFlorist/TheInterceptor
Releases · DarkFlorist/TheInterceptor
v1.0.15
What's Changed
- tabid should be windowid by @KillariDev in #1297
- should be string not object by @KillariDev in #1298
- data field here is wrong by @KillariDev in #1299
- record data field for failing calls by @KillariDev in #1300
- multi rich mode by @KillariDev in #1301
- separate simulation mode and active address from the big home message by @KillariDev in #1302
- separate unexpectedError field from home message by @KillariDev in #1303
- if there's burning, its not simple or complex transfer by @KillariDev in #1304
- add fetch Simulation stack wnidow by @KillariDev in #1305
- make popup requests replying data reply that data and those that do not reply anything should return void by @KillariDev in #1306
- filter messages by @KillariDev in #1307
- add an option to import and export simulate stack by @KillariDev in #1308
- Typescript type for no replies listener by @KillariDev in #1311
- Bug around by @KillariDev in #1312
- show simulation stack info in the request by @KillariDev in #1313
- refactor
renameAddressCallBackinto a single function by @KillariDev in #1314 - simulation stack improvements by @KillariDev in #1315
- dropdown fixes, allow changing address type and decimals by @KillariDev in #1316
- update to etherscan api v2 by @KillariDev in #1318
- remove max width by @KillariDev in #1319
- refactor abi asking messages to reply messages by @KillariDev in #1320
- make me rich mode rewamp by @KillariDev in #1321
- fetch rpc entries for fetch simulation stack by @KillariDev in #1322
- check that if the tab exists before updating its info, if it doesn't exist, remove its state from storage by @KillariDev in #1325
- fix address identification by @KillariDev in #1326
- cleanup type by @KillariDev in #1327
- small cleanups, add check that we are not trying store duplicated ids, require ethereum bigint typest to be non-negative by @KillariDev in #1328
Full Changelog: v1.0.14...v1.0.15
v1.0.14
v1.0.13
Merge pull request #1295 from DarkFlorist/events-without-argumets fix parsing events without arguments
v1.0.12
What's Changed
- Fixes divide by zero bug for low-liquidity pools. by @MicahZoltu in #1293
- use hostname+port if port is available to identify sites by @KillariDev in #1294
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- wrongly did not show blockie for 0x0 address by @KillariDev in #1285
- fix useless padding after address, add spacing back log-tables by @KillariDev in #1286
- don't make address rich on signing mode by @KillariDev in #1287
- always use the most uptodate active simulation address on simulation mode by @KillariDev in #1288
- fix bug that access request dialog opens, but doesn't get filled with information by @KillariDev in #1289
- Support numbers in eip712 messages by @KillariDev in #1292
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- get flat list of addresses by @KillariDev in #1281
- check that request is interceptorrequest by @KillariDev in #1283
- these should be useComputes (doesn't update properly) by @KillariDev in #1284
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- allow signed types to actually be negative by @KillariDev in #1279
- error handling fixes by @KillariDev in #1280
Full Changelog: 1.0.8...v1.0.9
v1.0.8
What's Changed
- support for unknown types in blockheader by @KillariDev in #1278
- add
7702transaction by @KillariDev in #1245
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- add 'finalized' blogtag by @KillariDev in #1246
- Add blocks to interceptor simulation stack instead of just list of transactions by @KillariDev in #1247
- add time manipulation to transaction stack by @KillariDev in #1248
- flatmaps by @KillariDev in #1253
- make isEmpty more accurate by @KillariDev in #1254
- don't guess address to make rich by @KillariDev in #1255
- Time manipulation UI by @KillariDev in #1256
- remove stack extraction methods from the simulation ethereum client by @KillariDev in #1259
- add preSimulationBlockTimeManipulation by @KillariDev in #1260
- don't reset simulation when flipping rich switch by @KillariDev in #1261
- add bigintSecondsToDate and dateToBigintSeconds by @KillariDev in #1262
- add block time manipulation to transactions by @KillariDev in #1263
- parse failing transactions by @KillariDev in #1264
- Add months to time picker by @KillariDev in #1266
- if tab doesn't exist anymore, don't throw error, stop connecting by @KillariDev in #1267
- forward only interceptor requests to interceptor by @KillariDev in #1268
- serialize
Uint8Array's as hex strings instead of arrays by @KillariDev in #1269 - show message, domain and safetx hashes by @KillariDev in #1270
- align dropdowns from right so that they fit to screen by @KillariDev in #1271
- improve error reporting, check that we can compute message and domain… by @KillariDev in #1272
- Eip712 validator by @KillariDev in #1273
- use up todate information when computing base fee and nonce by @KillariDev in #1274
- if no direct path is found, do not consider it a proxy transfer by @KillariDev in #1275
- don't clear simulation stack on unexpected errors by @KillariDev in #1276
- remove unnecessary try catch by @KillariDev in #1277
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- no need for curve multicaller exception for eth_call by @KillariDev in #1241
- set prototypes for errors by @KillariDev in #1242
- fix types and
blockOverrideshould beblockOverridesby @KillariDev in #1243 - error data can be other things than string as well by @KillariDev in #1244
Full Changelog: v1.0.5...v1.0.6