Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
8295c4d
feat: :sparkles: adds ludicrous mode for sending txns
anthonyra Nov 16, 2023
356ad2e
refactor: :recycle: updated version
anthonyra Dec 3, 2023
26d46b1
fix: :bug: reject and not fail quietly
anthonyra Dec 3, 2023
1b1c31d
fix: :bug: handle issues more gracefully
anthonyra Dec 4, 2023
6b0cd47
fix: :fire: last hotfix I 'promise'
anthonyra Dec 5, 2023
d969074
refactor: :coffin: remove code example for refactor
anthonyra Dec 5, 2023
2f8fcc8
fix: :zap: fixes for performance
anthonyra Dec 5, 2023
8ed301b
feat: :sparkles: initial commit
anthonyra Dec 6, 2023
398d658
refactor: :recycle: saving progress
anthonyra Dec 6, 2023
2ec4f03
refactor: :recycle: saving progress
anthonyra Dec 6, 2023
6c5fc5c
refactor: :recycle: saving progress
anthonyra Dec 7, 2023
ac72e50
refactor: :recycle: saving bookmark
anthonyra Dec 7, 2023
f09c49b
refactor: :recycle: saving progress
anthonyra Dec 8, 2023
2f99392
refactor: :recycle: saving progress
anthonyra Dec 9, 2023
ac26353
refactor: :recycle: saving progress
anthonyra Dec 9, 2023
d9b3e64
refactor: :recycle: saving progress
anthonyra Dec 10, 2023
30b5652
refactor: :recycle: updated version
anthonyra Dec 10, 2023
96afe2a
refactor: :recycle: saving progress
anthonyra Dec 11, 2023
184430a
refactor: :recycle: saving progress
anthonyra Dec 12, 2023
b679ce0
refactor: :recycle: it's alllliveeee
anthonyra Dec 12, 2023
283858e
refactor: :bug: loading data fixes
anthonyra Dec 12, 2023
9fcc73e
refactor: :recycle: added missing logic
anthonyra Dec 12, 2023
877a864
refactor: :recycle: saving progress
anthonyra Dec 12, 2023
9632220
refactor: :recycle: saving progress
anthonyra Dec 13, 2023
1ec72dc
refactor: :recycle: saving progress
anthonyra Dec 14, 2023
02bf895
refactor: :recycle: saving progress
anthonyra Dec 14, 2023
77c0162
refactor: :recycle: saving progress
anthonyra Dec 16, 2023
d222853
refactor: :recycle: saving progress
anthonyra Dec 16, 2023
db4e376
refactor: :recycle: saving progress
anthonyra Dec 18, 2023
1322ca1
refactor: :recycle: saving progress
anthonyra Dec 18, 2023
abedd17
feat: :bug: prevent negative transport numbers
anthonyra Dec 18, 2023
35a4728
refactor: :recycle: saving progress
anthonyra Dec 18, 2023
3b392c8
refactor: :fire: removed debugging console.logs
anthonyra Dec 18, 2023
10043d8
Quick fixes
ImGroovin Dec 22, 2023
971ab2a
Config updates
ImGroovin Dec 22, 2023
e0bbbee
Additional fixes
ImGroovin Dec 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"docwriter.progress.trackFunctions": false,
"docwriter.progress.trackMethods": false,
"docwriter.progress.trackClasses": false,
"docwriter.progress.trackTypes": false
}
Loading