Dhruba Basu
Dhruba Basu
## Why this should be merged ## How this works ## How this was tested
Reverts https://github.com/ava-labs/avalanchego/pull/2066
This issue tracks all code cleanups that can be done post v1.11 activation. - [ ] [getForkHeight()](https://github.com/ava-labs/avalanchego/blob/master/vms/proposervm/vm.go#L754-L772) - [ ] [only support new indexing mechanism for p-chain state](https://github.com/ava-labs/avalanchego/blob/master/vms/platformvm/state/state.go#L381-L386) - Will...
## Why this should be merged These functions should not be used as keys should not be stored on the node. We'll retain `ExportKey` and `ListAddresses` to enable people to...
This issue tracks all code cleanups that can be done post v1.12 activation. - [ ] Remove P-Chain Re-indexing Logic: [`ReindexBlocks()`](https://github.com/ava-labs/avalanchego/blob/master/vms/platformvm/state/state.go#L182-L188), [`stateBlk`](https://github.com/ava-labs/avalanchego/blob/master/vms/platformvm/state/state.go#L202-L210), [`parseStoredBlock()`](https://github.com/ava-labs/avalanchego/blob/master/vms/platformvm/state/state.go#L2296-L2315)
## Why this should be merged We can expose a simple `MakeWallet` function from this package to allow the consumer to interact with the builder and signer individually ## How...
Pretty simple PR as svelte is equivalent to html
https://github.com/coinbase/rosetta-sdk-go/compare/v0.6.5...v0.7.4 They've added this new validation: https://github.com/coinbase/rosetta-sdk-go/tree/master/asserter#readme It's disabled if you pass in `""` which is what this PR does. We should investigate if we want to add validations but...