-
Notifications
You must be signed in to change notification settings - Fork 0
Filipe/platf 5412 pin dependencies #102
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
Conversation
Signed-off-by: Filipe Mota <[email protected]>
fix: avoid submitting multiple transactions for the same payload
fix: onchain signature retrieval
Onchain allocator integration
fix: use correct id
feat: add support for solana onchain allocator signatures
fix: correctly encode addresses as hex-strings
fix: do not hex-encode depository
feat: add support for solana-vm in getSignature
fix: use correct eddsa signature rather than temporary value
Onchain allocator integration
fix: use correct rpc for near
Onchain allocator integration
fix: add missing json type hint
fix: remove json.parse
Onchain allocator integration
feat: better tracking
Onchain allocator integration
feat: enforce mandatory signature when requesting withdrawals
feat: integrate aws kms for the allocator sender
feat: handle wnear one time approvals in the code
Onchain allocator integration
* chore: start migrating to new allocator * chore: start migrating to new allocator * chore: start migrating to new allocator * chore: start migrating to new allocator * chore: start migrating to new allocator * chore: start migrating to new allocator * fix: onchain allocator cache * fix: onchain allocator cache * fix: onchain allocator cache * chore: migrate to new allocator * chore: migrate to new allocator * chore: migrate to new allocator * chore: migrate to new allocator * chore: migrate to new allocator * chore: migrate to new allocator * chore: migrate to new allocator * chore: upgrade sdk * feat: prepare for solana withdrawals migration * fix: build * feat: prepare for solana withdrawals migration * feat: prepare for solana withdrawals migration
Signed-off-by: Filipe Mota <[email protected]>
Signed-off-by: Filipe Mota <[email protected]>
Signed-off-by: Filipe Mota <[email protected]>
| @@ -0,0 +1,73 @@ | |||
| const tseslint = require("@typescript-eslint/eslint-plugin"); | |||
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.
We may want to create an eslint config package that can be inlcuded in other repos so we don't have a multiple conflicting rules, but that'll do for now!
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.
Actually we have one already in https://github.com/relayprotocol/settlement-protocol can you use that one?
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 think it is out the scope of the original ticket. I don't know how much work to make it compatible with all repos.
Can't we do in a follow up ticket?
julien51
left a comment
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.
Let's make sure we re-use and standardize!
Signed-off-by: Filipe Mota <[email protected]>
added a follow up ticket in linear |
The scope of the ticket is to pin npm package versions and make sure no other packages are added without pinned version. To do so I imported the eslint config from relay-swap-router that is partially commented out because it would change too many files. It will then be un-comment on a following PR. This will help to have repos aligned in terms of settings.