Itamar Reif

Results 8 issues of Itamar Reif

- [x] ("LEVEL", I_LEVEL); - [x] ("SELF_ADDRESS", I_SELF_ADDRESS); - [x] ("never", T_never); - [x] ("NEVER", I_NEVER); - [x] ("UNPAIR", I_UNPAIR); - [x] ("VOTING_POWER", I_VOTING_POWER); - [x] ("TOTAL_VOTING_POWER", I_TOTAL_VOTING_POWER); - [x]...

- [x] ("LEVEL", I_LEVEL); - [x] ("SELF_ADDRESS", I_SELF_ADDRESS); - [x] ("never", T_never); - [x] ("NEVER", I_NEVER); - [x] ("UNPAIR", I_UNPAIR); - [x] ("VOTING_POWER", I_VOTING_POWER); - [x] ("TOTAL_VOTING_POWER", I_TOTAL_VOTING_POWER); - [x]...

Still WIP, PR to [Cryptonomic/Smart-Contracts](https://github.com/cryptonomic/smart-contracts) with SmartPy implementation and compiled contract to come. Contains data types and stateless functions to deploy and invoke the mint and burn entry points. There...

* filter operation fields in [awaitOperationConfirmation()](https://github.com/Cryptonomic/ConseilJS/blob/master/src/reporting/tezos/TezosConseilClient.ts#L212) and create an anonymous type.

The array of entrypoints returned by TezosContractIntrospector.generateEntryPointsFromAddress() should be indexed by string (i.e. entrypoint name) rather than just numerical index.

TezosContractIntrospector should generate a string representing the initial storage a contract would start with.

Added a modified version of the [SmartPy FA2 implementation](https://smartpy.io/ide?template=FA2.py) with functionality for batched mints and burns. The entrypoints now take a list of mint/burn parameters and instead of just one...

* Refactored into unit tests * Added on-chain getters * Utility entrypoints (default refunds, withdrawFunds, setDelegate, config) * Fixed updateRegistrationPeriod * Changed registerName updateOwner to allow trustless registration and name...