Skip to content

Releases: ava-labs/avalanche-postman-collection

v1.6.4

29 Sep 19:48
d1f89ba
Compare
Choose a tag to compare

Adds data visualization to:

AVM

  • avm.getBlock
  • avm.getBlockByHeight
  • avm.getTx

EVM

  • eth_baseFee
  • eth_blockNumber
  • eth_chainId
  • eth_getAssetBalance
  • eth_getBalance

PLATFORM

  • platfom.getCurrentValidators

v1.6.3

09 Aug 19:32
164ccef
Compare
Choose a tag to compare
  • Add data visualization to evm.getAtomicTx

v1.6.2

19 Jul 23:13
dd133e4
Compare
Choose a tag to compare
  1. Replaced all links from Description with actual ones. The old ones were outdated.
  2. Deprecated avm.getTxStatus
  3. Added the following:

EVM

  • eth.getChainConfig
  • admin.setLogLevel
  • admin.startCPUProfiler
  • admin.stopCPUProfiler
  • admin.memoryProfile
  • admin.lockProfile

AVM

  • wallet.issueTx
  • wallet.send
  • wallet.sendMultiple
  1. Removed avm.createAsset (couldn't find it in docs)
  2. Add data visualizations for the following API methods:
  • eth_getBlockByNumber
  • eth_getBlockByHash
  • eth_getTransactionByHash
  • eth_getTransactionReceipt

v1.6.1

01 Jun 22:01
d8c8a20
Compare
Choose a tag to compare

Diff can be seen here

This PR adds:

  • avm.getBlock
  • avm.getBlockByHeight
  • avm.getHeight

Deprecated all ipcs APIs

  • ipcs.publishBlockchain
  • ipcs.unpublishBlockchain
  • ipcs.getPublishedBlockchains
  • Deprecated all keystore APIs
  • keystore.createUser
  • keystore.deleteUser
  • keystore.listUsers
  • keystore.importUser
  • keystore.exportUser

Deprecated Avm APIs

  • avm.getAddressTxs
  • avm.getBalance
  • avm.getAllBalances
  • avm.createAsset
  • avm.createFixedCapAsset
  • avm.createVariableCapAsset
  • avm.createNFTAsset
  • avm.createAddress
  • avm.listAddresses
  • avm.exportKey
  • avm.importKey
  • avm.mint
  • avm.sendNFT
  • avm.mintNFT
  • avm.import
  • avm.export
  • avm.send
  • avm.sendMultiple

Deprecated platformvm APIs

  • platform.exportKey
  • platform.importKey
  • platform.getBalance
  • platform.createAddress
  • platform.listAddresses
  • platform.getSubnets
  • platform.addValidator
  • platform.addDelegator
  • platform.addSubnetValidator
  • platform.createSubnet
  • platform.exportAVAX
  • platform.importAVAX
  • platform.createBlockchain
  • platform.getBlockchains
  • platform.getStake
  • platform.getMaxStakeAmount
  • platform.getRewardUTXOs

Env Vars

  • xchainBlockID
  • xhcainBlockHeight

v1.6.0

04 Feb 02:53
64b8ccc
Compare
Choose a tag to compare

Remove Requests

  • avm.exportAVAX
  • avm.importAVAX
  • avm.sendAsManager
  • avm.updateManagedAsset

Update Environments

  • add blockID
  • add txID
  • Alphabetize

Miscellaneous

  • Alphabetize collections

AVM

avm.getAddressTxs

  • Correct endpoint. It was incorrectly calling avm.getAllBalances
  • Update body
  • Update docs and URL

avm.getTx

  • Add txID env var to body

avm.getTxStatus

  • Added txID env var to body

avm.getUTXOs

  • Add startIndex param

PlatformVM

platform.addDelegator

  • Add from
  • Add changeAddr

platform.addSubnetValidator

  • Add from
  • Add changeAddr

platform.addValidator

  • Add from
  • Add changeAddr

platform.createBlockchain

  • Add encoding
  • Add from
  • Add changeAddr

platform.exportAVAX

  • Add from
  • Add changeAddr

platform.getCurrentSupply

  • Add subnetID

platform.getValidatorsAt

  • Add avalancheSubnetId env var to request body

platform.getMinStake

  • Add subnetID

platform.getStakingAssetID

  • Add subnetID

platform.getSubnets

  • Add ids
  • Add avalancheSubnetId env var to request body

platform.getTotalStake

  • Add subnetID

platform.getUTXOs

  • Add startIndex param

platform.importAVAX

  • Add from
  • Add changeAddr

Add Requests

  • platform.getBlock

v1.5.0

06 May 20:22
3a97bcb
Compare
Choose a tag to compare

Introduce the baseURL environment variable. Replace {{protocol}}://{{host}}:{{port}} with {{baseURL}}.

v1.4.0

18 Mar 19:17
eab873f
Compare
Choose a tag to compare

Adding RPCs

  • info.getVMs

Removing RPCs

  • avm. exportAVAX
  • avm. importAVAX

v1.3.0

09 Mar 02:11
f8303fa
Compare
Choose a tag to compare

Add avm rpcs

  • getLoggerLevel
  • loadVMs
  • setLoggerLevel

v1.2.0

04 Feb 22:24
cff1c2d
Compare
Choose a tag to compare

Summary

Add missing RPCs

AVM

  • getAddressTxs

PlatformVM

  • getTotalStake
  • getMaxStakeAmount
  • getTimestamp

v1.1.1

15 Nov 14:21
69f3b03
Compare
Choose a tag to compare

Additions

  • info.uptime