-
Notifications
You must be signed in to change notification settings - Fork 8
bounty 7 - proposal #25
Comments
account scorer should probably configured by something like this
|
Output artifacts should include a separate table of coins (being updated per block). Do you mean export all atom balances for each new block and put them in a csv file or so? |
wow catshaark, you are just diving in. awesome start, i'll make sure your work is included in the bounty payment. I think the approach you started will take too long to implement. it's basically re-implementing the accounting logic that already exists for cosmoshub-4. if it uses HTTP RPC it's also probably super slow. Let's change course with these bounties and figure out what we should do. I will add my thoughts here: https://github.com/gnolang/bounties/issues/24#issuecomment-1094298684 |
hello @jaekwon, i'am Vuong, i working with @catShaark. |
I forgot to mention @nguyenvuong1122000 is working with me on this |
update: our code can track blended coins and track gov votes like you mentioned in part 2 and part 3, but for now It can only track coins sent by bank send message |
We use db direct, so it faster than normal rpc query. Our code can query one milion blocks in 10 min. |
@jaekwon do we need check swap coin in gravity-dex ? |
Hi, sorry there were several approaches, and we decided to close this out as is. |
Yes. This is our address : cosmos1maee2cq9azg9eeyxhg5un48mncewfel4scunfm. |
what I'll do:
this should be a simple loop through gaia4's data with some custom logic
The text was updated successfully, but these errors were encountered: