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

Order accounts and ledger by balance #2

Closed
HostFat opened this issue Apr 20, 2016 · 2 comments
Closed

Order accounts and ledger by balance #2

HostFat opened this issue Apr 20, 2016 · 2 comments

Comments

@HostFat
Copy link
Contributor

HostFat commented Apr 20, 2016

By clicking on "Balance" it would be good if it will order all the accounts by balance (the same on the tab ledger)

image

@ghost
Copy link

ghost commented Oct 13, 2016

You can actually sort it by balance/txs count: https://raiblockscommunity.net/page/frontiers.php

Or for representative weight: https://raiblockscommunity.net/page/representatives.php

These are online-non official tool, but do the job.

@ghost
Copy link

ghost commented Jan 3, 2017

The future of the main wallet will be to be only a CLI rai_node. This feature can be closed.

clemahieu pushed a commit that referenced this issue Dec 28, 2017
had to test multiple nested "with open()"s to see if they were okay
@rkeene rkeene added this to the V18.0 milestone Aug 22, 2018
@rkeene rkeene removed this from the V18.0 milestone Aug 23, 2018
@zhyatt zhyatt closed this as completed Jun 25, 2019
guilhermelawless added a commit that referenced this issue Jan 15, 2020
* Delete rep_weights_beta.bin

* New genesis

* Change header_magic_number to one never used before
wezrule pushed a commit to wezrule/raiblocks that referenced this issue Jan 22, 2020
* Delete rep_weights_beta.bin

* New genesis

* Change header_magic_number to one never used before
wezrule pushed a commit to wezrule/raiblocks that referenced this issue Jan 22, 2020
* Delete rep_weights_beta.bin

* New genesis

* Change header_magic_number to one never used before
wezrule added a commit that referenced this issue Jan 24, 2020
* Node telemetry

* Add genesis block

* Don't checkif at the end of the stream with UDP to support compatibility with different message versions

* Add single request and optional blocking

* Formatting

* Use nano locks

* Fix clang build

* Out of date comments

* Update some names of classes/functions/variables

* Fix for disconnected peer channels & some cleanup

* Remove unnecessary lock requirement in active_transactions::lock. (#2475)

* Remove unnecessarry lock requirement in active_transactions::lock.
This also removes some code-smell around passing in a bool to determine if the lock should actually be acquired.

* Using a timeout counter in line with other test idioms.

* Confirmation solicitor revamp (#2472)

* Optional minimum version when querying representatives from crawler

* Revamping confirmation_solicitor to mimick previous active_transactions behavior

* Use a time-based approach to throttle confirmation requests and block flooding

* Addressing Wesley review

* Remove unusued node.hpp include (thanks wes)

* Simplify logic by using unordered_map::operator[] which calls the default constructor if not found

* Split solicitor add into broadcast+add and bring back the logic to  active_transactions

This brings back rate-limitting logic and modifying election variables to active_transactions only. Timings are also slightly adjusted:

- Only 2 requests required before starting to flood blocks
- Timings for test network

* Rename flag

* Only broadcast OR request confirmation in the same loop for the same election

* Enclose lambda in clang-format off

* Beta network reset #2 (#2476)

* Delete rep_weights_beta.bin

* New genesis

* Change header_magic_number to one never used before

* use v1.1 for actions-aws-cli (#2486)

* The start of CLI tests (#2403)

* The start of CLI tests

* Add needed header file after merge

* Serg review comments

* Websocket bootstrap subscription (#2471)

* Bootstrap attempt ID
* Websocket bootstrap subscription

* Change processed blocks factor for requeued pulls (#2437)

From `processed blocks / 10000` to `processed blocks / 4096` for better processing of largest chains in case of failures

* Upgrade confirmation height table to include cemented frontier (#2481)

* Upgrade confirmation height table to include cemented frontier

* Stein review comments

* Add //clang-format block around lambda

* Update comment (thanks Gui)

* Upgrade to v17 instead

* Update comments

* Request aggregator (#2485)

* Request aggregator

Adds a class that runs in a new thread to pool confirmation requests by endpoint.
This allows a reduction of bandwidth, vote generation, and moves some vote generation out of the I/O threads.

* Use a constant for confirm_ack_hashes_max

* Small code simplification

* Use const transaction

* Disable clang-format for lambdas

* Add missing deadlines and update deadline before poll block

* Use a scoped lock_guard pattern and initialize start in-class

* Misc. fixes and documentation

* use clang-format-8 (#2490)

There is some funkiness with clang-format-9 and lambdas that are not
honored

* Formatting fix so clangformat 8 applies cleanly (#2491)

* Support multiple work peers in the same host (#2477)

* Correct check for peers when creating work

* Support multiple work peers in the same address

* Send cancels despite errors to account for non-conforming implementations

* Add tests using a fake work peer, acting as good, malicious or slow

* Comment

* Formatting

* Fix multiple response error in RPC

* Formatting

* Add extra error handling when specifying port and not address with the RPC (and vice versa)

* Formatting

* Serg comments

* Formatting

* Mask not needed

* Missed file check in for mask removal

* Fix test failures

* Gui suggestions

* Formatting

* Fix assert with test on Windows and some cleanup

* Lower number of nodes in node_telemetry.many_nodes when using sanitizers

Co-authored-by: clemahieu <clemahieu@gmail.com>
Co-authored-by: Guilherme Lawless <guilherme.lawless@gmail.com>
Co-authored-by: Russel Waters <vaelstrom@gmail.com>
Co-authored-by: Sergey Kroshnin <sergiysw@gmail.com>
Co-authored-by: cryptocode <stein@nano.org>
theohax pushed a commit that referenced this issue Sep 29, 2021
theohax added a commit that referenced this issue Sep 30, 2021
* Redesign CI format check/update scripts according to review

* Address code review #2
renesq added a commit to renesq/nano-node that referenced this issue Nov 6, 2021
pwojcikdev referenced this issue in pwojcikdev/nano-node Mar 12, 2022
thsfs referenced this issue in thsfs/nano-node May 9, 2022
rpm build image, and signing container

rpm build updates

Co-authored-by: Russel Waters <russel@nano.org>
thsfs referenced this issue in thsfs/nano-node May 9, 2022
* initial centos cleanup

rpm build image, and signing container

rpm build updates

* Debug echos

* Passing TAG and PAT variables through command option

* Changed the nano-env:centos docker repo name

* Change

* Changelog extractor is broken, changed also to git fetch --tags

* Add new line after .yml

* Update deploy to use rsync

* Adding extra debug info

* fixes the mkdir to use -p

* Disables some of the CI activity

* Changed the artifact/source dir names #2

Co-authored-by: Russel Waters <russel@nano.org>
pwojcikdev referenced this issue in pwojcikdev/nano-node Nov 21, 2023
pwojcikdev referenced this issue in pwojcikdev/nano-node Dec 27, 2023
pwojcikdev referenced this issue in pwojcikdev/nano-node Feb 11, 2024
pwojcikdev referenced this issue in pwojcikdev/nano-node Mar 22, 2024
pwojcikdev referenced this issue in pwojcikdev/nano-node Mar 24, 2024
pwojcikdev added a commit that referenced this issue Sep 25, 2024
pwojcikdev added a commit that referenced this issue Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants