Upgradable smart contract on tron network - smartcontracts

Need help migrating upgradable smart contract on tron network.
I have created smart contract and trying to use the openzeppelin’s proxy contract to migrate it as upgradable. But the migrations are not working as expected and upgrades are not working
Can somebody help?

Related

How to configure Mist wallet connect to my ethereum private-net?

I setup an Ethereum private-net that help me deploy, testing smart contract locally. I just want to have a UI can deploy smart contract and visually testing assets transfer.
I think Mist is my first choice. So I want to know how to configure Mist redirect to my private-net. If not, do you have any other recommendation?
Thanks!

Connecting to JIRA using Plain JAVA APIs

This is my first question ever in Stack-Overflow!
I am beginner in JIRA. So I wanted to know if there is any stable platform to connect from Java to JIRA without using REST API?
Can I use native Java libraries or any other additional libraries to connect to JIRA?
Yup, atlassian created jira-rest-java-client but doesn't "formally" support it...but is open source...last update was 2014-10-09...so seems maintained.
There is also the SOAP services, which are deprecated but still supported in JIRA 6. They provide instructions on how to build a SOAP client. They'll be phased out, replaced by the REST endpoints, moving forward.

Gateway vs Dialup API backend API's

Need to access Dialup terminal transnational history
I'm a software engineer and thus far my world has been on the internet. So any payment processing I've ever doen has been through Gateways (Auth.net, SecureNet, ...etc) However I have a new project that requires me to deal with physical terminals. Some terminals that are linked to WiFi or Ethernet are exactly the same they just go through the gateway and and the backend API continue to work. Dialup terminals are apparently different and skip a gateway all together.
Does anyone know how I can get a dialup terminal's transactional history via some backend API?
So I called up the gateway (securenet) and they are telling me that I wouldnt get terminal transaction history via the API. This was confusing because the API documentation states if there was a pin pad on site which would imply a terminal.
I also called up a terminal programming firm. They assured me that even if they wrote custom software to the terminal it still wouldnt have access to the transaction unless it was the processing software itself.
so the answer is I'm SOL

Rhino Service Bus - Load Balance \ Distributor capabilities

I'm looking into Rhino Service Bus for a project instead of using commercial NServiceBus (which I know from my workplace).
In NServiceBus there's the concept of a distributor, which load balances tasks between server automatically to allow scale up. I searched and found a similar question about RSB, but with no example on how to actually implement it. RSB is a bit short in documentation (they have example projects on GitHub, but non with such example).
Does anyone know how to implement load balancing in RSB? or have any link to an article about it?
Thanks

Debugging service bus based .NET applications

Lot of developers using service bus to integrate some parts of an application. It doesn't matter which platform do you use for service bus. For example, it could be Azure Service Bus Queue which integrates web application and cloud service.
It's interesting how you working with such apps locally. Do you install Azure Service Bus on each local developer station? Or maybe you use some test messages queue on server for all developers? Or even have a mock for queue?
It would be fine to see how experienced guys solves this problem in real world application. Any comments would be helpful.
Thank you!
Would the read me in the NServiceBus.Azure.Samples help?