Mayukha Vadari

Results 94 issues of Mayukha Vadari

## High Level Overview of Change This PR adds support for the latest version of the sidechain design. It also removes the helper methods that were used for the previous...

## High Level Overview of Change This PR essentially reverses #1940. It removes all the features related to the old sidechain design. This PR will not be merged until #2039...

## High Level Overview of Change Title says it all. ### Context of Change Model tests for #2039. These tests are in a separate PR to make it easier to...

The autofill fee functionality gives a fee that's way larger than it needs to be. Wietse has a better formula: https://gist.github.com/WietseWind/3e9f9339f37a5881978a9661f49b0e52

If you have a field in a transaction with a value of `undefined`, it isn't included in the encoded/decoded tx. But `lodash`'s `isEqual` treats them as different because it seems...

The repo that I use pydash in is typed, and pydash not supporting typing means that in a lot of places we need to ignore the types. This would be...

enhancement
help wanted

Link: https://xrpl.org/ledger_data.html The response object appears to be a little incorrect. The example has `ledger_index` as a string, though the actual breakdown says "unsigned integer" and actual rippled returns an...

bug

I was installing rippled on my Mac and using [these instructions](https://xrpl.org/build-run-rippled-macos.html). I ran into an issue, and gave up. My only way of debugging was asking someone else at Ripple...

content updates

Link to relevant rippled code: https://github.com/ripple/rippled/blob/aee422e8197b9c827587f2a8f009decf1a9f2ac0/src/ripple/app/misc/NetworkOPs.cpp#L2214 It looks like this field exists when the server is waiting for a validated ledger.

content updates

Some transaction types are relevant to certain topics. For example, escrows have the EscrowCreate, EscrowCancel, and EscrowFinish types/pages. However, the transaction pages don't link to the pages on the topics...

help wanted
organization
content updates