-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Enable Typescript codesharing between OperatorUI & Styleguide #1482
Conversation
0da7bee
to
ba527a4
Compare
b0dc7fc
to
b030a63
Compare
edd25dc
to
0f1b190
Compare
cf3f108
to
77f7267
Compare
@@ -0,0 +1 @@ | |||
{"version":3,"file":"SimpleList.jsx","sourceRoot":"","sources":["SimpleList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,KAAK,MAAM,yBAAyB,CAAA;AAC3C,OAAO,SAAS,MAAM,6BAA6B,CAAA;AACnD,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,SAAS,MAAM,SAAS,CAAA;AAO/B,MAAM,UAAU,GAAG,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAU,EAAE,EAAE;IACjD,OAAO,CACL,CAAC,IAAI,CACH;MAAA,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,EAAE,SAAS,CAE7B;;MAAA,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC,CACrC;QAAA,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,EAAE,SAAS,CAClC;MAAA,EAAE,KAAK,CACT;IAAA,EAAE,IAAI,CAAC,CACR,CAAA;AACH,CAAC,CAAA;AAED,eAAe,UAAU,CAAA"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we be checking in .map
files? This is the only opinion I could find after a quick search, and it doesn't seem very definitive. Also, I see this is in src
and I'm wondering checking it in is actually necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like we should commit them because it helps with editor navigation. Otherwise each dev would need to run yarn workspace @chainlink/styleguide build
when they pull fresh changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for interjecting but hook it into a postinstall?
ill take a review look tonight
3c5da16
to
cbe6dda
Compare
77f7267
to
3a09ec7
Compare
@se3000 @NavyAdmiral I had to update the base branch for this which dismissed the review |
3a09ec7
to
8a25ca6
Compare
59c8d6f
to
a383801
Compare
* fix typeAndVersion (#1479) * Add seq number to CCIPMessageSent event (#1481) ## Motivation Easily retrieve `CCIPMessageSent` events in the absence of Atlas / another event indexer ## Solution Add sequenceNumber as an indexed field to `CCIPMessageSent` event * Rename IRMNV2 => IRMNRemote (#1484) ## Motivation IRMNRemote is a better name ## Solution Rename to `IRMNRemote` * contracts/ccip/capability: per (donId, pluginType) active config indexes (#1488) * fix typo (#1486) Closes #1482 * feat: add getter to return all source chain config (#1477) ## Motivation The current offchain initialization process involves calling getSourceChainConfig(sourceChainSelector), which retrieves configurations for a specific source chain selector. However, there's no mechanism to fetch a complete list of supported source chains during the initialization phase. This limitation complicates the process, as the full list of source chain selectors is not readily available. ## Solution To address this, the proposed solution introduces an enumerable set of all source chain selectors. By implementing a getAllSourceChainConfig() function, we can easily retrieve the complete list of source chains on-chain. This eliminates the need for additional rounds of OCR gossip to share known source chains, simplifying initialization and improving efficiency. --------- Signed-off-by: 0xsuryansh <suryansh.shrivastava@smartcontract.com> Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com> Co-authored-by: Rens Rooimans <github@rensrooimans.nl> * Pool to support rebasing mint call (#1490) This basic pool supports rebasing minting * Fix/onramp allowlist race condition (#1480) * gen wrappers --------- Signed-off-by: 0xsuryansh <suryansh.shrivastava@smartcontract.com> Co-authored-by: Ryan Hall <RyanRHall@users.noreply.github.com> Co-authored-by: Makram <makramkd@users.noreply.github.com> Co-authored-by: Suryansh <39276431+0xsuryansh@users.noreply.github.com> Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
yarn workspace @chainlink/styleguide run build