Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploying happychain with
|
| Latest commit: |
15884ab
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a61aaecd.happychain.pages.dev |
| Branch Preview URL: | https://gabriel-drand-prune.happychain.pages.dev |
c8e1c10 to
16e515c
Compare
5dcf150 to
5cff950
Compare
16e515c to
3ec87d7
Compare
5cff950 to
86bafbb
Compare
3ec87d7 to
c4fea51
Compare
86bafbb to
4e9cd77
Compare
| to: transaction.address, | ||
| data: transaction.calldata, | ||
| value: 0n, | ||
| value: transaction.value, |
There was a problem hiding this comment.
this change is already in master
There was a problem hiding this comment.
Seems like a git bug — I've seen happen quite a bit recently, I usually fix it by restacking and resubmitting.
| ``` No newline at end of file | ||
| <<<<<<< HEAD | ||
| ``` | ||
| ======= |
|
think this had some funky rebase/merge conflict resolution, since a bunch of allowing transaction values to be non-zero is included. either worth trying to resolve or re-opening with just the specific intentional changes (drand pruning) |
4e9cd77 to
15884ab
Compare
As mentionned on other comment, Github sucking — restacked and resubmitted, removes all that cruft. |

Description
Prune the drand repository every 20 seconds to avoid having thousands of drands in memory, which causes delays when trying to submit drands
Toggle Checklist
Checklist
Basics
norswap/build-system-caching).Reminder: PR review guidelines
Correctness
testnet, mainnet, standalone wallet, ...).
< INDICATE BROWSER, DEMO APP & OTHER ENV DETAILS USED FOR TESTING HERE >
< INDICATE TESTED SCENARIOS (USER INTERFACE INTERACTION, CODE FLOWS) HERE >
and have updated the code & comments accordingly.
Architecture & Documentation
(2) commenting these boundaries correctly, (3) adding inline comments for context when needed.
Public APIS and meaningful (non-local) internal APIs are properly documented in code comments.
in a Markdown document.
make changesetforbreaking and meaningful changes in packages (not required for cleanups & refactors).