Releases: DarkFlorist/TheInterceptor
Releases · DarkFlorist/TheInterceptor
v1.0.20
What's Changed
- show better error messages on failing transaction by @KillariDev in #1367
- spaces to tabs by @KillariDev in #1368
Full Changelog: v1.0.19...v1.0.20
v1.0.19
What's Changed
- Makes it so we can re-run failed upload job. by @MicahZoltu in #1366
Full Changelog: v1.0.18...v1.0.19
v1.0.18
What's Changed
- no need to get nonce for calls anymore by @KillariDev in #1342
- handle confirm transaction errors and allow adjusting gas limit of transaction in simulation stack by @KillariDev in #1343
- Abort to rejection by @KillariDev in #1344
- add disable option to integerinput by @KillariDev in #1345
- propagate failing simulation to the UI by @KillariDev in #1346
- improve error reporting on configuring rpc by @KillariDev in #1347
- show transactions of failing simulation stack by @KillariDev in #1348
- gas fix transactions by @KillariDev in #1349
- propagate jsonrpc errors to the application by @KillariDev in #1350
- fix hint to show longer time on firefox by @KillariDev in #1351
- don't invalidate simulation state unless there's high likelihood that its old by @KillariDev in #1352
- add commit button to times, update simulation state faster to UI by @KillariDev in #1353
- css typo by @KillariDev in #1354
- firefox doesn't like if we try to remove window/tab that doesn't exist, so check for it by @KillariDev in #1355
- if there's nothing to simulate don't simulate by @KillariDev in #1356
- fix date picking by @KillariDev in #1357
- fix firefox css issues by @KillariDev in #1358
- simplify bigintToDecimalString by @KillariDev in #1359
- remove width from datetime component by @KillariDev in #1360
- print code and data by @KillariDev in #1362
- make commit button of time picker more visible by @KillariDev in #1363
- shorten the text a bit to make time picker fit by @KillariDev in #1364
- cleanup copy to clipboard element by @KillariDev in #1365
Full Changelog: v1.0.17...v1.0.18
v1.0.17
What's Changed
- fix error handling and parsing by @KillariDev in #1336
Full Changelog: v1.0.16...v1.0.17
v1.0.16
What's Changed
- remove editing button when switching active address by @KillariDev in #1329
- fix proxy transfer by @KillariDev in #1330
- silence chrome uncaught promise errors by @KillariDev in #1331
- allow using centered spinner also without text by @KillariDev in #1332
- simulation results revamp by @KillariDev in #1333
- dont crate error from abort, catch it as dom exception by @KillariDev in #1334
- bug: use previous block timestamp and not current by @KillariDev in #1335
Full Changelog: v1.0.15...v1.0.16
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