-
Notifications
You must be signed in to change notification settings - Fork 2
TypeScript Package #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
PaulRBerg
wants to merge
50
commits into
main
Choose a base branch
from
tsc-package
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+6,421
−87,672
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build: set up Biome ci: concurrency rules chore: vscode settings feat: scripts for broadcast info fix: correct addresses refactor: more robust and consistent directory structure refactor: move deployments to "data" directory refactor: rename broadcasts to "mainnets" and "testnets" test: chain name consistency test: json-rpc server liveness
refactor: sablier namespace
feat: getChainName refactor: remove superfluous types
fix: fix incorrect addresses for Lockup contracts refactor: export "ById" records for chains test: restructure tests
feat: contract manifest feat: export alphabetically sorted feat: new type "Sablier.Release" refactor: simplify deployment declarations refactor: remove "contract-names" refactor: split deployments by mainnets and testnets
test: checksum addresses test: rename to "loaders"
test: tidy up via generic types
refactor: 0xstring type refactor: rename to "checkBroadcastPaths" refactor: simplify missing-broadcasts script test: fix library tests
test: log protocol and version when using winston test: global setup for logging test: more robust organization and file names test: fix library address comparison
chore: add cursor rule for lodash docs: add @example in comments refactor: singular check broadcast test: tidy up tests
chore: run biome over JS feat: add CompilerSettings and Repository types feat: expand Contract type
refactor: merge "mainnets" and "testnets" under "deployments" refactor: merge v1.1
fix: fix "print-aliases" script refactor: export string array as manifest
feat: export releasesByProtocol refactor: do not export releasesByVersion
refactor: versions constant
fix: fix circular reference refactor: move typeguard around
test: rename to "componentName"
build: fix "include" paths in tsconfig.json build: update tsconfig ci: cron job for JSON-RPC tests feat: add Ronin chain feat: functions to retrieve all contracts fix: latest version for Flow refactor: move indexers logic refactor: split helpers into separate getters refactor: import from specific subfolders refactor: use @internal to skip some logic from the dist bundle test: run chains tests only when env var is set
refactor: split indexer files
feat: getLatestRelease
feat: export envios
feat: latestReleases
refactor: bespoke internal types in indexers refactor: define only types (no interfaces)
refactor: getters to resolvers
refactor: rename TheGraph types
refactor: thegraph to graph
refactor: move helpers around
fix: fix ID for IoTeX refactor: update resolution in getLatestRelease
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See also the associated PR in the docs repo: sablier-labs/docs#308