Skip to content
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

feat: last transaction #481

Merged

Conversation

mohandast52
Copy link
Collaborator

Proposed changes

Types of changes

What types of changes does your code introduce?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

mohandast52 and others added 12 commits November 21, 2024 22:57
Co-authored-by: Josh Miller <31908788+truemiller@users.noreply.github.com>
Co-authored-by: Josh Miller <31908788+truemiller@users.noreply.github.com>
Co-authored-by: Josh Miller <31908788+truemiller@users.noreply.github.com>
…y-xyz/olas-operate-app into mohan/refactor-onboarding
…rsonal:valory-xyz/olas-operate-app into mohan/transaction-history
@mohandast52 mohandast52 self-assigned this Nov 21, 2024
@mohandast52 mohandast52 marked this pull request as ready for review November 21, 2024 20:44
@@ -76,7 +75,8 @@ export const AgentRunningButton = () => {
Agent is working
</Paragraph>
)}
<LastTransaction />

<LastTransaction serviceConfigId={serviceConfigId} />
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this overkill and better to extract from hook? 🤔

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine with either approach for now, we can optimize at later point!

My preference atm is to use hooks to isolate children from parent changes where we can, though this may eventually lead to some performance issues. Yet to hit any so far however, but will memoize components/props once the time comes!

@mohandast52 mohandast52 merged commit ae81ebd into refactor/multi-chain-support-frontend Nov 22, 2024
2 of 4 checks passed
@mohandast52 mohandast52 deleted the mohan/transaction-history branch November 22, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants