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

fix rpc payload sender real position #147

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

Slixe
Copy link
Member

@Slixe Slixe commented Nov 14, 2023

Description

When you check from which address the TX come from, you are always the sender. It's because during the transaction build part, we set in RPC Payload the wrong index. We set it of the receiver instead of the sender one.

Type of change

Please select the right one.

  • Bug fix (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)
  • This change requires a documentation update
  • This will require a HardFork to be enabled

Which part is impacted ?

  • Wallet
  • Daemon
  • Miner
  • Explorer
  • Simulator
  • Misc (documentation, comments, text...)

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

License

Im am contributing & releasing the code under DERO Research License (which can be found here).

@CaptainDero CaptainDero merged commit 3824e67 into deroproject:main Nov 27, 2023
@CaptainDero
Copy link
Contributor

Thanks Slixe.

Nelbert442 added a commit to Nelbert442/derohe that referenced this pull request Feb 19, 2024
* Optimizing Inefficient Functions Usecase.

* Fixes: Wallet sync issues, certificate negative serial bug, bbolt dependency.

* Reproducible builds implemented. Pruning & fastsync fixes.

* Several bugs fixes. Thanks to Slixe.

* implement gettxkey wallet function

* Out of memory error fix.

* anti TX spam

* Update chain_sync.go

* Wallet token support

* Wallet token support

* arm7 doesn't start syncing

* add pull request template

* improve pull request template

* Fix: typos (deroproject#114)

* add misc, explorer, simulator in PR template (deroproject#126)

* add misc, explorer, simulator in PR template

* explain branch process in template

* update README.md & Start.md (deroproject#127)

* RingSize Sanity Check Fix by Slixe

* prevent leaking path in invalid change set request, verify valid order (deroproject#130)

* fix --generate-new-wallet and support --wallet-file (deroproject#136)

* search TXID in all tokens history

* returns SCID in which it got found

* update

* improve changeSet topo verification (deroproject#137)

* missing variable assignation

* add comments, better verification

* support asset selection in integrated address (deroproject#138)

* support asset selection in integrated address

* show all balances available

* clean balance cache on rescan, lock

* better display, error

* support selected SCID integrated address creation

* fix rpc payload sender real position (deroproject#147)

* Fix broken fastsync (deroproject#149)

* fix legacy code invalid error (deroproject#151)

* Delete Readme.md

---------

Co-authored-by: Captain <captain@dero.io>
Co-authored-by: Slixe <slixeprivate@gmail.com>
Co-authored-by: 8lecramm <89603217+8lecramm@users.noreply.github.com>
Co-authored-by: omahs <73983677+omahs@users.noreply.github.com>
Co-authored-by: CaptainDero <34203756+CaptainDero@users.noreply.github.com>
Nelbert442 pushed a commit to Nelbert442/derohe that referenced this pull request Mar 28, 2024
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.

None yet

2 participants